fix: upgrade org.springframework:spring-core to 6.2.11 (CVE-2025-41249) - #3580
Open
anupamme wants to merge 1 commit into
Conversation
PR SummaryUpgraded Changes
autogenerated by presubmit.ai |
There was a problem hiding this comment.
✅ LGTM!
Review Summary
Commits Considered (1)
- 6fa11c9: fix: upgrade org.springframework:spring-core to 6.2.11 (CVE-2025-41249)
org
Resolves CVE-2025-41249
Files Processed (1)
- pom.xml (1 hunk)
Actionable Comments (0)
Skipped Comments (1)
-
pom.xml [374-378]
possible issue: "Ensure dependencyManagement upgrade actually takes effect"
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3580 +/- ##
============================================
+ Coverage 83.54% 83.59% +0.05%
- Complexity 4212 4213 +1
============================================
Files 1107 1107
Lines 14907 14907
Branches 704 704
============================================
+ Hits 12454 12462 +8
+ Misses 2160 2154 -6
+ Partials 293 291 -2 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
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.
Summary
Upgrade org.springframework:spring-core from 6.2.6 to 6.2.11 to fix CVE-2025-41249.
Vulnerability
CVE-2025-41249anti-corruption-layer/pom.xml(dependency:org.springframework:spring-core)Description: org.springframework/spring-core: Spring Framework Annotation Detection Vulnerability
Evidence
Scanner confirmation: trivy rule
CVE-2025-41249flagged this pattern.Changes
pom.xmlBehavior Preservation
The change is scoped to 1 file on the vulnerable path; it only tightens handling of untrusted input and leaves valid inputs unaffected.
This change addresses a pattern flagged by static analysis. The code path handles user-influenced input and the fix reduces the attack surface against both manual and automated exploitation.
Automated security fix by OrbisAI Security