See
<https://ci-builds.apache.org/job/Struts/job/Struts-master-dependency-check/261/display/redirect?page=changes>
Changes:
[github] build(deps): bump org.htmlunit:htmlunit from 5.1.0 to 5.2.0 (#1762)
[github] build(deps): bump github/codeql-action/upload-sarif (#1758)
[github] WW-5640 Add WebJars support to Struts core (#1765)
[github] build(deps-dev): bump byte-buddy.version from 1.18.10 to 1.18.11
(#1771)
[github] build(deps): bump github/codeql-action from 4.36.2 to 4.36.3 (#1769)
[github] build(deps): bump github/codeql-action/upload-sarif (#1768)
[github] build(deps): bump org.apache.logging.log4j:log4j-bom (#1767)
[github] WW-5641 Restore struts.json.writer / struts.json.reader override in
JSON plugin (#1766)
[github] WW-4858 Honor parameter filtering during JSON population (#1773)
[github] build(deps-dev): bump commons-logging:commons-logging (#1760)
[github] build(deps): bump net.sf.jasperreports:jasperreports (#1779)
[github] WW-5643 fix(json): confine StrutsJSONReader parse state to the parsing
thread (#1775)
[github] WW-5644 fix(json): confine StrutsJSONWriter write state to the writing
thread (#1776)
[github] WW-5645 Canonicalise static content paths and remove redundant URL
decode (#1777)
[github] WW-4858 test(json): cover nested-leaf accepted-name and include
patterns (#1783)
[github] docs(security): treat a fix or PR as disclosure, require private
report first (#1785)
[github] WW-5642 fix(rest): authorize @StrutsParameter on record/creator-bound
REST body properties (#1774)
[github] WW-5646 Modernize path normalization in Include component (#1780)
[github] build(deps): bump com.fasterxml.jackson:jackson-bom (#1787)
[github] build(deps): bump github/codeql-action from 4.36.3 to 4.37.0 (#1786)
[github] build(deps-dev): bump org.webjars:jquery from 3.7.1 to 4.0.0 (#1789)
[github] WW-5650 Obtain a fresh JSON reader/writer per request in
JSONInterceptor (#1782)
[github] WW-5647 Use ConcurrentHashMap for XSLT template cache (#1781)
[github] WW-5652 Add support for Java records and Optional serialization in the
JSON plugin. (#1792)
[github] WW-5620 Standardize logging on Log4j2 (#1794)
[github] WW-5640 refactor(webjars): rename DefaultWebJarUrlProvider to
StrutsWebJarUrlProvider (#1795)
[github] WW-5653 Upgrade Bootstrap to 5.3.x in sample apps (#1793)
[github] WW-5604 Recognize CDI/Weld client proxies in SecurityMemberAccess
(#1796)
[github] WW-4858 Evaluate JSON name allowlist at leaf keys only (#1784)
[github] WW-5591 chore(core): mark XWorkObjectPropertyAccessor as deprecated
(#1797)
[github] WW-5580 chore(core): use Configuration.VERSION_2_3_34 for FreeMarker
config (#1798)
------------------------------------------
[...truncated 1.29 MiB...]
at
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
2026-07-22 14:14:23,878 WARN [main] util.DebugUtils (DebugUtils.java:57) -
OGNL allowlist is disabled! We strongly recommend keeping it enabled to protect
against critical vulnerabilities. Set the configuration
`struts.allowlist.enable=true` to enable it. Please refer to the Struts 7.0
migration guide and security documentation for further information.
2026-07-22 14:14:23,935 WARN [main] util.DebugUtils (DebugUtils.java:57) -
OGNL allowlist is disabled! We strongly recommend keeping it enabled to protect
against critical vulnerabilities. Set the configuration
`struts.allowlist.enable=true` to enable it. Please refer to the Struts 7.0
migration guide and security documentation for further information.
2026-07-22 14:14:23,961 WARN [errorabale process] exec.StrutsBackgroundProcess
(StrutsBackgroundProcess.java:71) - Exception during invokeActionOnly()
execution
java.lang.IllegalStateException: boom
at
org.apache.struts2.interceptor.exec.StrutsBackgroundProcessTest.lambda$testErrorableProcesses1$2(StrutsBackgroundProcessTest.java:128)
at
org.apache.struts2.interceptor.exec.StrutsBackgroundProcessTest$MockActionInvocationWithActionInvoker.invokeActionOnly(StrutsBackgroundProcessTest.java:173)
at
org.apache.struts2.interceptor.exec.StrutsBackgroundProcess.lambda$prepare$0(StrutsBackgroundProcess.java:69)
at java.base/java.lang.Thread.run(Thread.java:840)
2026-07-22 14:14:24,091 WARN [main] util.DebugUtils (DebugUtils.java:57) -
OGNL allowlist is disabled! We strongly recommend keeping it enabled to protect
against critical vulnerabilities. Set the configuration
`struts.allowlist.enable=true` to enable it. Please refer to the Struts 7.0
migration guide and security documentation for further information.
2026-07-22 14:14:24,123 WARN [errorabale process] exec.StrutsBackgroundProcess
(StrutsBackgroundProcess.java:80) - Exception during afterInvocation() execution
java.lang.IllegalStateException: after!
at
org.apache.struts2.interceptor.exec.StrutsBackgroundProcessTest.testErrorableProcesses2(StrutsBackgroundProcessTest.java:142)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
at junit.framework.TestCase.runTest(TestCase.java:177)
at junit.framework.TestCase.runBare(TestCase.java:142)
at junit.framework.TestResult$1.protect(TestResult.java:122)
at junit.framework.TestResult.runProtected(TestResult.java:142)
at junit.framework.TestResult.run(TestResult.java:125)
at junit.framework.TestCase.run(TestCase.java:130)
at junit.framework.TestSuite.runTest(TestSuite.java:241)
at junit.framework.TestSuite.run(TestSuite.java:236)
at
org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90)
at org.junit.runners.Suite.runChild(Suite.java:128)
at org.junit.runners.Suite.runChild(Suite.java:27)
at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49)
at
org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120)
at
org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95)
at
org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
at
org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69)
at
org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146)
at
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
at
org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
at
org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
at
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.252 s
-- in org.apache.struts2.interceptor.exec.StrutsBackgroundProcessTest
[INFO] Running org.apache.struts2.interceptor.RolesInterceptorTest
2026-07-22 14:14:24,248 WARN [main] util.DebugUtils (DebugUtils.java:57) -
OGNL allowlist is disabled! We strongly recommend keeping it enabled to protect
against critical vulnerabilities. Set the configuration
`struts.allowlist.enable=true` to enable it. Please refer to the Struts 7.0
migration guide and security documentation for further information.
2026-07-22 14:14:24,299 WARN [main] util.DebugUtils (DebugUtils.java:57) -
OGNL allowlist is disabled! We strongly recommend keeping it enabled to protect
against critical vulnerabilities. Set the configuration
`struts.allowlist.enable=true` to enable it. Please refer to the Struts 7.0
migration guide and security documentation for further information.
2026-07-22 14:14:24,336 WARN [main] util.DebugUtils (DebugUtils.java:57) -
OGNL allowlist is disabled! We strongly recommend keeping it enabled to protect
against critical vulnerabilities. Set the configuration
`struts.allowlist.enable=true` to enable it. Please refer to the Struts 7.0
migration guide and security documentation for further information.
2026-07-22 14:14:24,373 WARN [main] util.DebugUtils (DebugUtils.java:57) -
OGNL allowlist is disabled! We strongly recommend keeping it enabled to protect
against critical vulnerabilities. Set the configuration
`struts.allowlist.enable=true` to enable it. Please refer to the Struts 7.0
migration guide and security documentation for further information.
2026-07-22 14:14:24,411 WARN [main] util.DebugUtils (DebugUtils.java:57) -
OGNL allowlist is disabled! We strongly recommend keeping it enabled to protect
against critical vulnerabilities. Set the configuration
`struts.allowlist.enable=true` to enable it. Please refer to the Struts 7.0
migration guide and security documentation for further information.
2026-07-22 14:14:24,453 WARN [main] util.DebugUtils (DebugUtils.java:57) -
OGNL allowlist is disabled! We strongly recommend keeping it enabled to protect
against critical vulnerabilities. Set the configuration
`struts.allowlist.enable=true` to enable it. Please refer to the Struts 7.0
migration guide and security documentation for further information.
2026-07-22 14:14:24,490 WARN [main] util.DebugUtils (DebugUtils.java:57) -
OGNL allowlist is disabled! We strongly recommend keeping it enabled to protect
against critical vulnerabilities. Set the configuration
`struts.allowlist.enable=true` to enable it. Please refer to the Struts 7.0
migration guide and security documentation for further information.
2026-07-22 14:14:24,511 FATAL [main] interceptor.RolesInterceptor
(RolesInterceptor.java:112) - An unknown Role was configured: [hacker, abuser]
2026-07-22 14:14:24,511 FATAL [main] interceptor.RolesInterceptor
(RolesInterceptor.java:112) - An unknown Role was configured: [nonadmin,
nonuser]
2026-07-22 14:14:24,525 WARN [main] util.DebugUtils (DebugUtils.java:57) -
OGNL allowlist is disabled! We strongly recommend keeping it enabled to protect
against critical vulnerabilities. Set the configuration
`struts.allowlist.enable=true` to enable it. Please refer to the Struts 7.0
migration guide and security documentation for further information.
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.307 s
-- in org.apache.struts2.interceptor.RolesInterceptorTest
[INFO] Running org.apache.struts2.interceptor.PrepareInterceptorTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s --
in org.apache.struts2.interceptor.PrepareInterceptorTest
[INFO] Running
org.apache.struts2.interceptor.httpmethod.HttpMethodInterceptorTest
2026-07-22 14:14:24,567 WARN [main] util.DebugUtils (DebugUtils.java:57) -
OGNL allowlist is disabled! We strongly recommend keeping it enabled to protect
against critical vulnerabilities. Set the configuration
`struts.allowlist.enable=true` to enable it. Please refer to the Struts 7.0
migration guide and security documentation for further information.
2026-07-22 14:14:24,603 WARN [main] util.DebugUtils (DebugUtils.java:57) -
OGNL allowlist is disabled! We strongly recommend keeping it enabled to protect
against critical vulnerabilities. Set the configuration
`struts.allowlist.enable=true` to enable it. Please refer to the Struts 7.0
migration guide and security documentation for further information.
2026-07-22 14:14:24,638 WARN [main] util.DebugUtils (DebugUtils.java:57) -
OGNL allowlist is disabled! We strongly recommend keeping it enabled to protect
against critical vulnerabilities. Set the configuration
`struts.allowlist.enable=true` to enable it. Please refer to the Struts 7.0
migration guide and security documentation for further information.
2026-07-22 14:14:24,673 WARN [main] util.DebugUtils (DebugUtils.java:57) -
OGNL allowlist is disabled! We strongly recommend keeping it enabled to protect
against critical vulnerabilities. Set the configuration
`struts.allowlist.enable=true` to enable it. Please refer to the Struts 7.0
migration guide and security documentation for further information.
2026-07-22 14:14:24,707 WARN [main] util.DebugUtils (DebugUtils.java:57) -
OGNL allowlist is disabled! We strongly recommend keeping it enabled to protect
against critical vulnerabilities. Set the configuration
`struts.allowlist.enable=true` to enable it. Please refer to the Struts 7.0
migration guide and security documentation for further information.
2026-07-22 14:14:24,739 WARN [main] util.DebugUtils (DebugUtils.java:57) -
OGNL allowlist is disabled! We strongly recommend keeping it enabled to protect
against critical vulnerabilities. Set the configuration
`struts.allowlist.enable=true` to enable it. Please refer to the Struts 7.0
migration guide and security documentation for further information.
2026-07-22 14:14:24,773 WARN [main] util.DebugUtils (DebugUtils.java:57) -
OGNL allowlist is disabled! We strongly recommend keeping it enabled to protect
against critical vulnerabilities. Set the configuration
`struts.allowlist.enable=true` to enable it. Please refer to the Struts 7.0
migration guide and security documentation for further information.
2026-07-22 14:14:24,851 WARN [main] util.DebugUtils (DebugUtils.java:57) -
OGNL allowlist is disabled! We strongly recommend keeping it enabled to protect
against critical vulnerabilities. Set the configuration
`struts.allowlist.enable=true` to enable it. Please refer to the Struts 7.0
migration guide and security documentation for further information.
2026-07-22 14:14:24,884 WARN [main] util.DebugUtils (DebugUtils.java:57) -
OGNL allowlist is disabled! We strongly recommend keeping it enabled to protect
against critical vulnerabilities. Set the configuration
`struts.allowlist.enable=true` to enable it. Please refer to the Struts 7.0
migration guide and security documentation for further information.
2026-07-22 14:14:24,917 WARN [main] util.DebugUtils (DebugUtils.java:57) -
OGNL allowlist is disabled! We strongly recommend keeping it enabled to protect
against critical vulnerabilities. Set the configuration
`struts.allowlist.enable=true` to enable it. Please refer to the Struts 7.0
migration guide and security documentation for further information.
2026-07-22 14:14:24,950 WARN [main] util.DebugUtils (DebugUtils.java:57) -
OGNL allowlist is disabled! We strongly recommend keeping it enabled to protect
against critical vulnerabilities. Set the configuration
`struts.allowlist.enable=true` to enable it. Please refer to the Struts 7.0
migration guide and security documentation for further information.
2026-07-22 14:14:24,983 WARN [main] util.DebugUtils (DebugUtils.java:57) -
OGNL allowlist is disabled! We strongly recommend keeping it enabled to protect
against critical vulnerabilities. Set the configuration
`struts.allowlist.enable=true` to enable it. Please refer to the Struts 7.0
migration guide and security documentation for further information.
2026-07-22 14:14:25,016 WARN [main] util.DebugUtils (DebugUtils.java:57) -
OGNL allowlist is disabled! We strongly recommend keeping it enabled to protect
against critical vulnerabilities. Set the configuration
`struts.allowlist.enable=true` to enable it. Please refer to the Struts 7.0
migration guide and security documentation for further information.
2026-07-22 14:14:25,049 WARN [main] util.DebugUtils (DebugUtils.java:57) -
OGNL allowlist is disabled! We strongly recommend keeping it enabled to protect
against critical vulnerabilities. Set the configuration
`struts.allowlist.enable=true` to enable it. Please refer to the Struts 7.0
migration guide and security documentation for further information.
2026-07-22 14:14:25,081 WARN [main] util.DebugUtils (DebugUtils.java:57) -
OGNL allowlist is disabled! We strongly recommend keeping it enabled to protect
against critical vulnerabilities. Set the configuration
`struts.allowlist.enable=true` to enable it. Please refer to the Struts 7.0
migration guide and security documentation for further information.
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.540 s
-- in org.apache.struts2.interceptor.httpmethod.HttpMethodInterceptorTest
[INFO] Running org.apache.struts2.interceptor.httpmethod.HttpMethodTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s --
in org.apache.struts2.interceptor.httpmethod.HttpMethodTest
[INFO] Running
org.apache.struts2.interceptor.ValidationInterceptorPrefixMethodInvocationTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s
-- in
org.apache.struts2.interceptor.ValidationInterceptorPrefixMethodInvocationTest
[INFO] Running
org.apache.struts2.interceptor.validation.AnnotationValidationInterceptorTest
2026-07-22 14:14:25,140 WARN [main] util.DebugUtils (DebugUtils.java:57) -
OGNL allowlist is disabled! We strongly recommend keeping it enabled to protect
against critical vulnerabilities. Set the configuration
`struts.allowlist.enable=true` to enable it. Please refer to the Struts 7.0
migration guide and security documentation for further information.
2026-07-22 14:14:25,176 WARN [main] util.DebugUtils (DebugUtils.java:57) -
OGNL allowlist is disabled! We strongly recommend keeping it enabled to protect
against critical vulnerabilities. Set the configuration
`struts.allowlist.enable=true` to enable it. Please refer to the Struts 7.0
migration guide and security documentation for further information.
2026-07-22 14:14:25,209 WARN [main] util.DebugUtils (DebugUtils.java:57) -
OGNL allowlist is disabled! We strongly recommend keeping it enabled to protect
against critical vulnerabilities. Set the configuration
`struts.allowlist.enable=true` to enable it. Please refer to the Struts 7.0
migration guide and security documentation for further information.
2026-07-22 14:14:25,242 WARN [main] util.DebugUtils (DebugUtils.java:57) -
OGNL allowlist is disabled! We strongly recommend keeping it enabled to protect
against critical vulnerabilities. Set the configuration
`struts.allowlist.enable=true` to enable it. Please refer to the Struts 7.0
migration guide and security documentation for further information.
2026-07-22 14:14:25,277 WARN [main] util.DebugUtils (DebugUtils.java:57) -
OGNL allowlist is disabled! We strongly recommend keeping it enabled to protect
against critical vulnerabilities. Set the configuration
`struts.allowlist.enable=true` to enable it. Please refer to the Struts 7.0
migration guide and security documentation for further information.
2026-07-22 14:14:25,310 WARN [main] util.DebugUtils (DebugUtils.java:57) -
OGNL allowlist is disabled! We strongly recommend keeping it enabled to protect
against critical vulnerabilities. Set the configuration
`struts.allowlist.enable=true` to enable it. Please refer to the Struts 7.0
migration guide and security documentation for further information.
2026-07-22 14:14:25,343 WARN [main] util.DebugUtils (DebugUtils.java:57) -
OGNL allowlist is disabled! We strongly recommend keeping it enabled to protect
against critical vulnerabilities. Set the configuration
`struts.allowlist.enable=true` to enable it. Please refer to the Struts 7.0
migration guide and security documentation for further information.
2026-07-22 14:14:25,382 WARN [main] util.DebugUtils (DebugUtils.java:57) -
OGNL allowlist is disabled! We strongly recommend keeping it enabled to protect
against critical vulnerabilities. Set the configuration
`struts.allowlist.enable=true` to enable it. Please refer to the Struts 7.0
migration guide and security documentation for further information.
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.269 s
-- in
org.apache.struts2.interceptor.validation.AnnotationValidationInterceptorTest
[INFO] Running org.apache.struts2.interceptor.StaticParametersInterceptorTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s
-- in org.apache.struts2.interceptor.StaticParametersInterceptorTest
[INFO] Running org.apache.struts2.interceptor.ValidationErrorAwareTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s
-- in org.apache.struts2.interceptor.ValidationErrorAwareTest
[INFO] Running org.apache.struts2.ActionContextTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s
-- in org.apache.struts2.ActionContextTest
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 2997, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] --- apache-rat:0.18:check (default) @ struts2-core ---
[INFO] No issues found.
[INFO]
[INFO] --- jar:3.3.0:jar (default-jar) @ struts2-core ---
[INFO] Building jar:
<https://ci-builds.apache.org/job/Struts/job/Struts-master-dependency-check/ws/core/target/struts2-core-7.2.2-SNAPSHOT.jar>
[INFO]
[INFO] --- site:3.22.0:attach-descriptor (attach-descriptor) @ struts2-core ---
[INFO] No site descriptor found: nothing to attach.
[INFO]
[INFO] --- site:3.22.0:attach-descriptor (site-inheritance) @ struts2-core ---
[INFO] No site descriptor found: nothing to attach.
[INFO]
[INFO] --- dependency-check:12.2.2:check (default) @ struts2-core ---
[INFO] Checking for updates
[INFO] Skipping the NVD API Update as it was completed within the last 240
minutes
[INFO] Skipping Known Exploited Vulnerabilities update check since last check
was within 24 hours.
[INFO] Check for updates complete (415 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://dependency-check.github.io/DependencyCheck/general/internals.html
False Positives:
https://dependency-check.github.io/DependencyCheck/general/suppression.html
[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 (3 seconds)
[INFO] Finished False Positive Analyzer (0 seconds)
[INFO] Finished NVD CVE Analyzer (0 seconds)
[INFO] Finished RetireJS Analyzer (0 seconds)
[WARNING] Sonatype OSS Index Analyzer disabled due to missing credentials.
Authentication with token is now required, and OSS Index is migrating to
Sonatype Guide. See
https://dependency-check.github.io/DependencyCheck/analyzers/oss-index-analyzer.html
for more information on authentication with Sonatype Guide OSS Index.
[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/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] Suppression Rule had zero matches:
SuppressionRule{packageUrl=PropertyType{value=^pkg:maven/org\.springframework/spring\-web@.*$,
regex=true, caseSensitive=false},cve={CVE-2016-1000027,}}
[INFO] Finished Unused Suppression Rule Analyzer (0 seconds)
[INFO] Analysis Complete (4 seconds)
[INFO] Writing HTML report to:
<https://ci-builds.apache.org/job/Struts/job/Struts-master-dependency-check/ws/core/target/dependency-check-report.html>
[WARNING]
One or more dependencies were identified with known vulnerabilities in Struts 2
Core:
spring-core-6.2.12.jar (pkg:maven/org.springframework/[email protected],
cpe:2.3:a:pivotal_software:spring_framework:6.2.12:*:*:*:*:*:*:*,
cpe:2.3:a:springsource:spring_framework:6.2.12:*:*:*:*:*:*:*,
cpe:2.3:a:vmware:spring_framework:6.2.12:*:*:*:*:*:*:*) : CVE-2026-41855,
CVE-2026-41838, CVE-2026-41842, CVE-2026-41848, CVE-2026-41850, CVE-2026-41851,
CVE-2026-22740, CVE-2026-41854, CVE-2026-41844, CVE-2026-41845, CVE-2026-41846,
CVE-2026-22737, CVE-2026-41840, CVE-2026-41841, CVE-2026-41843, CVE-2026-22745,
CVE-2026-41852, CVE-2026-41853, CVE-2026-41839, CVE-2026-22741, CVE-2026-22735
See the dependency-check report for more details.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Struts 2 7.2.2-SNAPSHOT:
[INFO]
[INFO] Struts 2 ........................................... SUCCESS [ 07:32 h]
[INFO] Struts BOM ......................................... SUCCESS [ 4.193 s]
[INFO] Struts Parent POM .................................. SUCCESS [ 3.279 s]
[INFO] Struts 2 Jakarta EE Compatible modules ............. SUCCESS [ 3.197 s]
[INFO] Struts 2 Jakarta EE Compatible Velocity Tools View . SUCCESS [ 9.958 s]
[INFO] Struts 2 Jakarta EE Compatible Velocity Tools Jsp .. SUCCESS [ 6.203 s]
[INFO] Struts 2 Core ...................................... FAILURE [02:48 min]
[INFO] Struts 2 Plugins ................................... SKIPPED
[INFO] Struts 2 Async Plugin .............................. SKIPPED
[INFO] Struts 2 Bean Validation Plugin .................... SKIPPED
[INFO] Struts 2 CDI Plugin ................................ SKIPPED
[INFO] Struts 2 Spring Plugin ............................. SKIPPED
[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 Jasper Reports Plugin ..................... SKIPPED
[INFO] Struts 2 Jasper Reports 7 Plugin [EXPERIMENTAL] .... SKIPPED
[INFO] Struts 2 Java Templates Plugin ..................... SKIPPED
[INFO] Struts 2 JFreeChart Plugin ......................... SKIPPED
[INFO] Struts 2 JSON Plugin ............................... SKIPPED
[INFO] Struts 2 REST Plugin ............................... SKIPPED
[INFO] Struts 2 TestNG Plugin ............................. SKIPPED
[INFO] Struts 2 Tiles Plugin .............................. SKIPPED
[INFO] Struts 2 XSLT Plugin ............................... 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: 07:35 h
[INFO] Finished at: 2026-07-22T14:14:42Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.owasp:dependency-check-maven:12.2.2:check
(default) on project struts2-core:
[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-core-6.2.12.jar
(pkg:maven/org.springframework/[email protected],
cpe:2.3:a:pivotal_software:spring_framework:6.2.12:*:*:*:*:*:*:*,
cpe:2.3:a:springsource:spring_framework:6.2.12:*:*:*:*:*:*:*,
cpe:2.3:a:vmware:spring_framework:6.2.12:*:*:*:*:*:*:*): CVE-2026-41838(7.5),
CVE-2026-41848(7.5), CVE-2026-41851(7.5), CVE-2026-41850(7.5),
CVE-2026-41855(9.8), CVE-2026-41842(7.5)
[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-core
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