See 
<https://ci-builds.apache.org/job/Struts/job/Struts-master-dependency-check/209/display/redirect?page=changes>

Changes:

[eschulma] WW-5400 Extend default configuration options for the CSP interceptor.

[eschulma] WW-5400 Better toString formatting

[eschulma] WW-5400 Added @since Struts 6.5.0 to new properties as requested

[Lukasz Lenart] WW-5419 Fixes support for loading Tiles definitions

[Lukasz Lenart] WW-5414 Always call afterInvocation even in case of exception

[Lukasz Lenart] WW-5415 Fixes accessing public constructors via expression

[github] Bump org.apache.maven.plugins:maven-source-plugin from 3.3.0 to 3.3.1

[github] Bump slf4j.version from 2.0.12 to 2.0.13

[github] Bump org.apache.maven.plugins:maven-project-info-reports-plugin

[github] Bump ossf/scorecard-action from 2.3.1 to 2.3.3

[git] WW-5415 Constructor members should be exempted as static members

[Lukasz Lenart] WW-5422 Adds dedicate unit test to cover DefaultLocaleProvider

[Lukasz Lenart] INFRA-25666 Disables review by code owners


------------------------------------------
[...truncated 707.55 KB...]
[INFO] --------------< org.apache.struts:struts2-spring-plugin >---------------
[INFO] Building Struts 2 Spring Plugin 6.5.0-SNAPSHOT                    [8/39]
[INFO]   from plugins/spring/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce) @ struts2-spring-plugin ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence 
passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven-version) @ 
struts2-spring-plugin ---
[INFO] 
[INFO] --- remote-resources:1.6.0:process (process-resource-bundles) @ 
struts2-spring-plugin ---
[INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4
[INFO] Copying 3 resources from 1 bundle.
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ 
struts2-spring-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ struts2-spring-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 9 source files to 
<https://ci-builds.apache.org/job/Struts/job/Struts-master-dependency-check/ws/plugins/spring/target/classes>
[INFO] 
<https://ci-builds.apache.org/job/Struts/job/Struts-master-dependency-check/ws/plugins/spring/src/main/java/com/opensymphony/xwork2/spring/SpringObjectFactory.java>:
 Some input files use or override a deprecated API.
[INFO] 
<https://ci-builds.apache.org/job/Struts/job/Struts-master-dependency-check/ws/plugins/spring/src/main/java/com/opensymphony/xwork2/spring/SpringObjectFactory.java>:
 Recompile with -Xlint:deprecation for details.
[INFO] 
<https://ci-builds.apache.org/job/Struts/job/Struts-master-dependency-check/ws/plugins/spring/src/main/java/org/apache/struts2/spring/ClassReloadingInstantiationStrategy.java>:
 
<https://ci-builds.apache.org/job/Struts/job/Struts-master-dependency-check/ws/plugins/spring/src/main/java/org/apache/struts2/spring/ClassReloadingInstantiationStrategy.java>
 uses unchecked or unsafe operations.
[INFO] 
<https://ci-builds.apache.org/job/Struts/job/Struts-master-dependency-check/ws/plugins/spring/src/main/java/org/apache/struts2/spring/ClassReloadingInstantiationStrategy.java>:
 Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ struts2-spring-plugin ---
[INFO] No MANIFEST.MF file found, generating manifest.
[INFO] Writing manifest: 
<https://ci-builds.apache.org/job/Struts/job/Struts-master-dependency-check/ws/plugins/spring/target/classes/META-INF/MANIFEST.MF>
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ 
struts2-spring-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ 
struts2-spring-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 17 source files to 
<https://ci-builds.apache.org/job/Struts/job/Struts-master-dependency-check/ws/plugins/spring/target/test-classes>
[INFO] 
<https://ci-builds.apache.org/job/Struts/job/Struts-master-dependency-check/ws/plugins/spring/src/test/java/com/opensymphony/xwork2/ognl/SecurityMemberAccessProxyTest.java>:
 
<https://ci-builds.apache.org/job/Struts/job/Struts-master-dependency-check/ws/plugins/spring/src/test/java/com/opensymphony/xwork2/ognl/SecurityMemberAccessProxyTest.java>
 uses or overrides a deprecated API.
[INFO] 
<https://ci-builds.apache.org/job/Struts/job/Struts-master-dependency-check/ws/plugins/spring/src/test/java/com/opensymphony/xwork2/ognl/SecurityMemberAccessProxyTest.java>:
 Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ struts2-spring-plugin ---
[INFO] Using configured provider 
org.apache.maven.surefire.junitcore.JUnitCoreProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.apache.struts2.spring.StrutsSpringObjectFactoryTest
09:41:43.805 [main] FATAL org.apache.struts2.spring.StrutsSpringObjectFactory - 
********** FATAL ERROR STARTING UP STRUTS-SPRING INTEGRATION **********
Looks like the Spring listener was not configured for your web app! 
Nothing will work until WebApplicationContextUtils returns a valid 
ApplicationContext.
You might need to add the following to web.xml: 
    <listener>
        
<listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
    </listener>
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.299 s 
-- in org.apache.struts2.spring.StrutsSpringObjectFactoryTest
[INFO] Running com.test.SecurityMemberAccessProxyTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.706 s 
-- in com.test.SecurityMemberAccessProxyTest
[INFO] Running com.opensymphony.xwork2.spring.ActionsFromSpringTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.159 s 
-- in com.opensymphony.xwork2.spring.ActionsFromSpringTest
[INFO] Running com.opensymphony.xwork2.spring.SpringProxyUtilTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.666 s 
-- in com.opensymphony.xwork2.spring.SpringProxyUtilTest
[INFO] Running com.opensymphony.xwork2.spring.SpringObjectFactoryTest
Action class is: com.sun.proxy.$Proxy12
[INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.221 s 
-- in com.opensymphony.xwork2.spring.SpringObjectFactoryTest
[INFO] Running 
com.opensymphony.xwork2.spring.interceptor.ActionAutowiringInterceptorTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.183 s 
-- in com.opensymphony.xwork2.spring.interceptor.ActionAutowiringInterceptorTest
[INFO] Running com.opensymphony.xwork2.ognl.SecurityMemberAccessProxyTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.440 s 
-- in com.opensymphony.xwork2.ognl.SecurityMemberAccessProxyTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- apache-rat:0.15:check (default) @ struts2-spring-plugin ---
[INFO] Added 1 additional default licenses.
[INFO] Added 1 custom approved licenses.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 62 implicit excludes.
[INFO] 17 explicit excludes.
[INFO] 34 resources included
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 
0, approved: 33 licenses.
[INFO] 
[INFO] --- jar:3.2.0:jar (default-jar) @ struts2-spring-plugin ---
[INFO] Building jar: 
<https://ci-builds.apache.org/job/Struts/job/Struts-master-dependency-check/ws/plugins/spring/target/struts2-spring-plugin-6.5.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- site:3.12.1:attach-descriptor (attach-descriptor) @ 
struts2-spring-plugin ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO] 
[INFO] --- dependency-check:8.4.2:check (default) @ struts2-spring-plugin ---
[INFO] Checking for updates
[INFO] Skipping NVD check since last check was within 4 hours.
[INFO] Skipping RetireJS update since last update was within 24 hours.
[INFO] Skipping Hosted Suppressions file update since last update was within 2 
hours.
[INFO] Skipping Known Exploited Vulnerabilities update check since last check 
was within 24 hours.
[INFO] Check for updates complete (48 ms)
[INFO] 

Dependency-Check is an open source tool performing a best effort analysis of 
3rd party dependencies; false positives and false negatives may exist in the 
analysis performed by the tool. Use of the tool and the reporting provided 
constitutes acceptance for use in an AS IS condition, and there are NO 
warranties, implied or otherwise, with regard to the analysis or its use. Any 
use of the tool and the reporting provided is at the user’s risk. In no event 
shall the copyright holder or OWASP be held liable for any damages whatsoever 
arising out of or in connection with the use of this tool, the analysis 
performed, or the resulting report.


   About ODC: 
https://jeremylong.github.io/DependencyCheck/general/internals.html
   False Positives: 
https://jeremylong.github.io/DependencyCheck/general/suppression.html

💖 Sponsor: https://github.com/sponsors/jeremylong


[INFO] Analysis Started
[INFO] Finished Archive Analyzer (0 seconds)
[INFO] Finished File Name Analyzer (0 seconds)
[INFO] Finished Jar Analyzer (0 seconds)
[INFO] Finished Dependency Merging Analyzer (0 seconds)
[INFO] Finished Hint Analyzer (0 seconds)
[INFO] Finished Version Filter Analyzer (0 seconds)
[INFO] Created CPE Index (1 seconds)
[INFO] Finished CPE Analyzer (1 seconds)
[INFO] Finished False Positive Analyzer (0 seconds)
[INFO] Finished NVD CVE Analyzer (0 seconds)
[INFO] Finished Sonatype OSS Index Analyzer (0 seconds)
[INFO] Finished Vulnerability Suppression Analyzer (0 seconds)
[INFO] Finished Known Exploited Vulnerability Analyzer (0 seconds)
[INFO] Finished Dependency Bundling Analyzer (0 seconds)
[INFO] Suppression Rule had zero matches: 
SuppressionRule{packageUrl=PropertyType{value=^pkg:maven/org\.apache\.struts/struts\-core@.*$,
 regex=true, caseSensitive=false},cpe={PropertyType{value=cpe:/a:apache:struts, 
regex=false, caseSensitive=false},}}
[INFO] Suppression Rule had zero matches: 
SuppressionRule{packageUrl=PropertyType{value=^pkg:maven/org\.apache\.struts/struts\-core@.*$,
 regex=true, 
caseSensitive=false},vulnerabilityName={PropertyType{value=CVE-2011-5057, 
regex=false, caseSensitive=false},}}
[INFO] Suppression Rule had zero matches: 
SuppressionRule{packageUrl=PropertyType{value=^pkg:maven/org\.apache\.struts/struts\-core@.*$,
 regex=true, 
caseSensitive=false},vulnerabilityName={PropertyType{value=CVE-2012-0391, 
regex=false, caseSensitive=false},}}
[INFO] Suppression Rule had zero matches: 
SuppressionRule{packageUrl=PropertyType{value=^pkg:maven/org\.apache\.struts/struts\-core@.*$,
 regex=true, 
caseSensitive=false},vulnerabilityName={PropertyType{value=CVE-2012-0392, 
regex=false, caseSensitive=false},}}
[INFO] Suppression Rule had zero matches: 
SuppressionRule{packageUrl=PropertyType{value=^pkg:maven/org\.apache\.struts/struts\-core@.*$,
 regex=true, 
caseSensitive=false},vulnerabilityName={PropertyType{value=CVE-2012-0393, 
regex=false, caseSensitive=false},}}
[INFO] Suppression Rule had zero matches: 
SuppressionRule{packageUrl=PropertyType{value=^pkg:maven/org\.apache\.struts/struts\-core@.*$,
 regex=true, 
caseSensitive=false},vulnerabilityName={PropertyType{value=CVE-2012-0394, 
regex=false, caseSensitive=false},}}
[INFO] Suppression Rule had zero matches: 
SuppressionRule{packageUrl=PropertyType{value=^pkg:maven/org\.apache\.struts/struts\-core@.*$,
 regex=true, 
caseSensitive=false},vulnerabilityName={PropertyType{value=CVE-2012-0838, 
regex=false, caseSensitive=false},}}
[INFO] Suppression Rule had zero matches: 
SuppressionRule{packageUrl=PropertyType{value=^pkg:maven/org\.apache\.struts/struts\-core@.*$,
 regex=true, 
caseSensitive=false},vulnerabilityName={PropertyType{value=CVE-2013-1965, 
regex=false, caseSensitive=false},}}
[INFO] Suppression Rule had zero matches: 
SuppressionRule{packageUrl=PropertyType{value=^pkg:maven/org\.apache\.struts/struts\-core@.*$,
 regex=true, 
caseSensitive=false},vulnerabilityName={PropertyType{value=CVE-2013-1966, 
regex=false, caseSensitive=false},}}
[INFO] Suppression Rule had zero matches: 
SuppressionRule{packageUrl=PropertyType{value=^pkg:maven/org\.apache\.struts/struts\-core@.*$,
 regex=true, 
caseSensitive=false},vulnerabilityName={PropertyType{value=CVE-2013-2115, 
regex=false, caseSensitive=false},}}
[INFO] Suppression Rule had zero matches: 
SuppressionRule{packageUrl=PropertyType{value=^pkg:maven/org\.apache\.struts/struts\-core@.*$,
 regex=true, 
caseSensitive=false},vulnerabilityName={PropertyType{value=CVE-2013-2134, 
regex=false, caseSensitive=false},}}
[INFO] Suppression Rule had zero matches: 
SuppressionRule{packageUrl=PropertyType{value=^pkg:maven/org\.apache\.struts/struts\-core@.*$,
 regex=true, 
caseSensitive=false},vulnerabilityName={PropertyType{value=CVE-2013-2135, 
regex=false, caseSensitive=false},}}
[INFO] Suppression Rule had zero matches: 
SuppressionRule{packageUrl=PropertyType{value=^pkg:maven/org\.apache\.struts/struts\-core@.*$,
 regex=true, 
caseSensitive=false},vulnerabilityName={PropertyType{value=CVE-2014-0094, 
regex=false, caseSensitive=false},}}
[INFO] Suppression Rule had zero matches: 
SuppressionRule{packageUrl=PropertyType{value=^pkg:maven/org\.apache\.struts/struts\-core@.*$,
 regex=true, 
caseSensitive=false},vulnerabilityName={PropertyType{value=CVE-2014-0113, 
regex=false, caseSensitive=false},}}
[INFO] Suppression Rule had zero matches: 
SuppressionRule{packageUrl=PropertyType{value=^pkg:maven/org\.apache\.struts/struts\-core@.*$,
 regex=true, 
caseSensitive=false},vulnerabilityName={PropertyType{value=CVE-2015-5169, 
regex=false, caseSensitive=false},}}
[INFO] Suppression Rule had zero matches: 
SuppressionRule{packageUrl=PropertyType{value=^pkg:maven/org\.apache\.struts/struts\-core@.*$,
 regex=true, 
caseSensitive=false},vulnerabilityName={PropertyType{value=CVE-2016-0785, 
regex=false, caseSensitive=false},}}
[INFO] Suppression Rule had zero matches: 
SuppressionRule{packageUrl=PropertyType{value=^pkg:maven/org\.apache\.struts/struts\-core@.*$,
 regex=true, 
caseSensitive=false},vulnerabilityName={PropertyType{value=CVE-2016-4003, 
regex=false, caseSensitive=false},}}
[INFO] Suppression Rule had zero matches: 
SuppressionRule{packageUrl=PropertyType{value=^pkg:maven/org\.apache\.struts/struts\-annotations@.*$,
 regex=true, caseSensitive=false},cpe={PropertyType{value=cpe:/a:apache:struts, 
regex=false, caseSensitive=false},}}
[INFO] Suppression Rule had zero matches: 
SuppressionRule{gav=PropertyType{value=^org\.apache\.struts:struts\-tiles\:1\.3\.8.*$,
 regex=true, caseSensitive=false},cpe={PropertyType{value=cpe:/a:apache:struts, 
regex=false, caseSensitive=false},}}
[INFO] Suppression Rule had zero matches: 
SuppressionRule{gav=PropertyType{value=^org\.apache\.struts:struts\-taglib\:1\.3\.8.*$,
 regex=true, caseSensitive=false},cpe={PropertyType{value=cpe:/a:apache:struts, 
regex=false, caseSensitive=false},}}
[INFO] Suppression Rule had zero matches: 
SuppressionRule{packageUrl=PropertyType{value=^pkg:maven/dom4j/dom4j@.*$, 
regex=true, 
caseSensitive=false},vulnerabilityName={PropertyType{value=CVE-2018-1000632, 
regex=false, caseSensitive=false},}}
[INFO] Suppression Rule had zero matches: 
SuppressionRule{packageUrl=PropertyType{value=^pkg:maven/org\.beanshell/bsh@.*$,
 regex=true, 
caseSensitive=false},vulnerabilityName={PropertyType{value=CVE-2016-2510, 
regex=false, caseSensitive=false},}}
[INFO] Suppression Rule had zero matches: 
SuppressionRule{packageUrl=PropertyType{value=^pkg:maven/org\.codehaus\.plexus/plexus\-utils@.*$,
 regex=true, 
caseSensitive=false},cpe={PropertyType{value=cpe:/a:plexus-utils_project:plexus-utils,
 regex=false, 
caseSensitive=false},}cve={CVE-2022-4244,CVE-2022-4245,CVE-2017-1000487,}}
[INFO] Suppression Rule had zero matches: 
SuppressionRule{packageUrl=PropertyType{value=^pkg:maven/org\.codehaus\.plexus\/plexus\-container\-default@.*$,
 regex=true, 
caseSensitive=false},cpe={PropertyType{value=cpe:/a:plexus-utils_project:plexus-utils,
 regex=false, caseSensitive=false},}cve={CVE-2022-4244,CVE-2022-4245,}}
[INFO] Suppression Rule had zero matches: 
SuppressionRule{packageUrl=PropertyType{value=^pkg:maven/net\.sf\.oval/oval@.*$,
 regex=true, caseSensitive=false},cpe={PropertyType{value=cpe:/a:apache:groovy, 
regex=false, caseSensitive=false},}}
[INFO] Suppression Rule had zero matches: 
SuppressionRule{packageUrl=PropertyType{value=^pkg:maven/net\.sf\.oval/oval@.*$,
 regex=true, caseSensitive=false},cpe={PropertyType{value=cpe:/a:apache:log4j, 
regex=false, caseSensitive=false},}}
[INFO] Suppression Rule had zero matches: 
SuppressionRule{packageUrl=PropertyType{value=^pkg:maven/net\.sf\.oval/oval@.*$,
 regex=true, caseSensitive=false},cpe={PropertyType{value=cpe:/a:jruby:jruby, 
regex=false, caseSensitive=false},}}
[INFO] Suppression Rule had zero matches: 
SuppressionRule{packageUrl=PropertyType{value=^pkg:maven/net\.sf\.oval/oval@.*$,
 regex=true, 
caseSensitive=false},cpe={PropertyType{value=cpe:/a:xstream_project:xstream, 
regex=false, caseSensitive=false},}}
[INFO] Suppression Rule had zero matches: 
SuppressionRule{packageUrl=PropertyType{value=^pkg:maven/com\.thoughtworks\.xstream/xstream@.*$,
 regex=true, 
caseSensitive=false},cve={CVE-2022-40151,CVE-2022-40152,CVE-2022-40153,CVE-2022-40154,CVE-2022-40155,CVE-2022-40156,}}
[INFO] Suppression Rule had zero matches: 
SuppressionRule{packageUrl=PropertyType{value=^pkg:maven/com\.google\.guava/guava@.*$,
 regex=true, caseSensitive=false},cve={CVE-2018-10237,}}
[INFO] Suppression Rule had zero matches: 
SuppressionRule{packageUrl=PropertyType{value=^pkg:maven/org\.yaml/snakeyaml@.*$,
 regex=true, caseSensitive=false},cve={CVE-2017-18640,}}
[INFO] Suppression Rule had zero matches: 
SuppressionRule{packageUrl=PropertyType{value=^pkg:javascript/jquery@.*$, 
regex=true, caseSensitive=false},cve={CVE-2020-11022,}}
[INFO] Suppression Rule had zero matches: 
SuppressionRule{packageUrl=PropertyType{value=^pkg:javascript/jquery@.*$, 
regex=true, caseSensitive=false},cve={CVE-2020-11023,}}
[INFO] Suppression Rule had zero matches: 
SuppressionRule{packageUrl=PropertyType{value=^pkg:maven/org\.testng/testng@.*$,
 regex=true, caseSensitive=false},cve={CVE-2022-4065,}}
[INFO] Suppression Rule had zero matches: 
SuppressionRule{packageUrl=PropertyType{value=^pkg:maven/org\.springframework/spring\-.*@.*$,
 regex=true, 
caseSensitive=false},cve={CVE-2022-22965,CVE-2022-22950,CVE-2022-22968,CVE-2022-22970,}}
[INFO] Finished Unused Suppression Rule Analyzer (0 seconds)
[INFO] Analysis Complete (3 seconds)
[INFO] Writing report to: 
<https://ci-builds.apache.org/job/Struts/job/Struts-master-dependency-check/ws/plugins/spring/target/dependency-check-report.html>
[WARNING] 

One or more dependencies were identified with known vulnerabilities in Struts 2 
Spring Plugin:

spring-web-5.3.31.jar (pkg:maven/org.springframework/spring-web@5.3.31, 
cpe:2.3:a:pivotal_software:spring_framework:5.3.31:*:*:*:*:*:*:*, 
cpe:2.3:a:springsource:spring_framework:5.3.31:*:*:*:*:*:*:*, 
cpe:2.3:a:vmware:spring_framework:5.3.31:*:*:*:*:*:*:*, 
cpe:2.3:a:web_project:web:5.3.31:*:*:*:*:*:*:*) : CVE-2024-22243, CVE-2024-22262


See the dependency-check report for more details.


[INFO] Cache event queue destroyed: {0}
[INFO] Cache event queue destroyed: {0}
[INFO] Cache event queue destroyed: {0}
[ERROR] {0}: Not alive and dispose was called, filename: {1}
[ERROR] {0}: Not alive and dispose was called, filename: {1}
[ERROR] {0}: Not alive and dispose was called, filename: {1}
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Struts 2 6.5.0-SNAPSHOT:
[INFO] 
[INFO] Struts 2 ........................................... SUCCESS [03:01 min]
[INFO] Struts 2 Bill of Materials ......................... SUCCESS [  3.031 s]
[INFO] Struts 2 Core ...................................... SUCCESS [02:36 min]
[INFO] Struts 2 Plugins ................................... SUCCESS [  2.734 s]
[INFO] Struts 2 Async Plugin .............................. SUCCESS [  3.953 s]
[INFO] Struts 2 Bean Validation Plugin .................... SUCCESS [  7.861 s]
[INFO] Struts 2 CDI Plugin ................................ SUCCESS [  5.270 s]
[INFO] Struts 2 Spring Plugin ............................. FAILURE [ 13.778 s]
[INFO] Struts 2 JUnit Plugin .............................. SKIPPED
[INFO] Struts 2 Velocity Plugin ........................... SKIPPED
[INFO] Struts 2 Configuration Browser Plugin .............. SKIPPED
[INFO] Struts 2 Convention Plugin ......................... SKIPPED
[INFO] Struts 2 DWR Plugin ................................ SKIPPED
[INFO] DEPRECATED: Struts 2 Embedded JSP Plugin, since 6.0.0 SKIPPED
[INFO] DEPRECATED: Struts 2 GXP Plugin - since 6.0.0 ...... SKIPPED
[INFO] Struts 2 Jasper Reports Plugin ..................... SKIPPED
[INFO] Struts 2 Java Templates Plugin ..................... SKIPPED
[INFO] Struts 2 JFreeChart Plugin ......................... SKIPPED
[INFO] Struts 2 JSON Plugin ............................... SKIPPED
[INFO] DEPRECATED: Struts 2 OSGi Plugin - since 6.0.0 ..... SKIPPED
[INFO] DEPRECATED: Struts 2 OVal Plugin, since 6.0.0 ...... SKIPPED
[INFO] DEPRECATED: Struts 2 Pell Multipart Plugin - since 6.2.0 SKIPPED
[INFO] DEPRECATED: Struts 2 Plexus Plugin - since 6.0.0 ... SKIPPED
[INFO] DEPRECATED: Struts 2 Portlet Mocks Plugin - since 6.0.0 SKIPPED
[INFO] DEPRECATED: Struts 2 Portlet Plugin - since 6.0.0 .. SKIPPED
[INFO] DEPRECATED: Struts 2 Portlet JUnit Plugin - since 6.3.0 SKIPPED
[INFO] Struts 2 Tiles Plugin .............................. SKIPPED
[INFO] DEPRECATED: Struts 2 Portlet Tiles Plugin - since 6.0.0 SKIPPED
[INFO] Struts 2 REST Plugin ............................... SKIPPED
[INFO] Struts 2 Sitemesh Plugin ........................... SKIPPED
[INFO] Struts 2 TestNG Plugin ............................. SKIPPED
[INFO] Struts 2 XSLT Plugin ............................... SKIPPED
[INFO] DEPRECATED: Struts 2 OSGi Bundles - since 6.0.0 .... SKIPPED
[INFO] DEPRECATED: Struts 2 OSGi Admin Bundle - since 6.0.0 SKIPPED
[INFO] DEPRECATED: Struts 2 OSGi Demo Bundle - since 6.0.0  SKIPPED
[INFO] Struts 2 Webapps ................................... SKIPPED
[INFO] Struts 2 Showcase Webapp ........................... SKIPPED
[INFO] Struts 2 Rest Showcase Webapp ...................... SKIPPED
[INFO] Struts 2 Assembly .................................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  06:17 min
[INFO] Finished at: 2024-05-22T09:41:55Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.owasp:dependency-check-maven:8.4.2:check 
(default) on project struts2-spring-plugin: 
[ERROR] 
[ERROR] One or more dependencies were identified with vulnerabilities that have 
a CVSS score greater than or equal to '7.0': 
[ERROR] 
[ERROR] spring-web-5.3.31.jar: CVE-2024-22262(8.1), CVE-2024-22243(8.1)
[ERROR] 
[ERROR] See the dependency-check report for more details.
[ERROR] 
[ERROR] 
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :struts2-spring-plugin
Build step 'Execute shell' marked build as failure
ERROR: No tool found matching MAVEN_3_LATEST__HOME
Setting MAVEN_3_LATEST_HOME=/home/jenkins/tools/maven/latest3

Reply via email to