LTECH-532: Override tomcat-embed to 11.0.22 to patch CVEs#71
Merged
Conversation
Spring Boot 4.0.6 manages tomcat-embed-core 11.0.21, which is affected by 7 Dependabot advisories (LTECH-523/524/525/526/527/532/533), including 3 CRITICAL. Pin tomcat.version to 11.0.22, the first patched release, via the Spring dependency-management property. Co-Authored-By: Claude Opus 4.7 <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.
Summary
tomcat-embed-core11.0.21, which is affected by 7 open Dependabot advisories (3 CRITICAL, 3 HIGH, 1 LOW).tomcat.versionto 11.0.22 (the first patched release) via the Springdependency-managementproperty, forcing all three embedded tomcat modules to the patched version.Resolves the following GitHub Security Alert tickets:
Test plan
./gradlew dependenciesconfirmstomcat-embed-core/el/websocketall resolve to11.0.22./gradlew build(compile + tests) passes🤖 Generated with Claude Code