WW-5717 Bump Spring Framework to 7.0.9 in the jakartaee11 profile - #1911
Merged
Conversation
7.0.9 is the first OSS Spring Framework release covering the 2026-08-20 advisory wave (CVE-2026-47883..47893, 59280..59283, 59313, 59314) that the OWASP dependency-check run flags on spring-core 7.0.8. None of the 17 sits on a code path Struts executes (they are Spring MVC/WebFlux/RSocket, SpEL, DataBinder and UrlHandlerFilter issues), so this is dependency hygiene, not a Struts fix. The default profile stays on 6.2.19: it is the last OSS 6.2.x release, 6.2.20 is Enterprise-Support-only, and CI scans the jakartaee11 profile. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Fixes WW-5717
The OWASP workflow (
-Pdependency-check -Pjakartaee11, fail on CVSS ≥ 7) flagsspring-core-7.0.8.jarwith 17 CVEs from Spring's 2026-08-20 advisory wave, 12 of them ≥ 7.0.7.0.9is the first OSS release covering all of them, so this bumps thejakartaee11profile'sspring.versionfrom7.0.8to7.0.9.None of the 17 sits on a code path Struts executes — they are Spring MVC / WebFlux / RSocket, SpEL,
DataBinder,UrlHandlerFilterandContentDispositionissues, and Struts ships nospring-webmvc/spring-webfluxat all. Dependency hygiene, not a Struts fix; the per-CVE breakdown is on the ticket.Not changed: the default profile's
6.2.19. It is the last OSS 6.2.x (6.2.20is Enterprise-Support-only), CI scans thejakartaee11profile, and suppressing four 9.8s for an EOL line would only hide the real question — that is WW-5721, targeted at 8.0.0.Verification
mvn test -DskipAssembly -Pjakartaee11 -pl plugins/spring,plugins/rest,plugins/junit,plugins/testng— 224 tests, 0 failuresmvn org.owasp:dependency-check-maven:aggregate -Pdependency-check -Pjakartaee11against an NVD cache refreshed today — 169 dependencies scanned, all nine Spring jars at 7.0.9, no 2026 Spring CVE reported,BUILD SUCCESS🤖 Generated with Claude Code