CHK-13451: fix: upgrade tomcat-embed-core to 11.0.22 (GHSA-gx5v-xp9w-j4cg)#359
Merged
catarina-correia merged 6 commits intoMay 22, 2026
Merged
Conversation
Agent-Logs-Url: https://github.com/getyourguide/openapi-validation-java/sessions/6a03f7d0-70f5-4b9c-b7ef-c3fbfd87d4ce Co-authored-by: gygrobot <19344429+gygrobot@users.noreply.github.com>
Agent-Logs-Url: https://github.com/getyourguide/openapi-validation-java/sessions/6a03f7d0-70f5-4b9c-b7ef-c3fbfd87d4ce Co-authored-by: gygrobot <19344429+gygrobot@users.noreply.github.com>
Copilot
AI
changed the title
CHK-13451: [WIP] Fix Apache Tomcat unbounded read vulnerability
fix: upgrade tomcat-embed-core to 11.0.22 (GHSA-gx5v-xp9w-j4cg)
May 22, 2026
Contributor
|
@copilot undo the changes made to gradlew.bat |
Contributor
|
@clue-gyg undo the changes to gradlew.bat |
The gradlew.bat was inadvertently modified to use LF line endings during the security fix commit. This restores the original CRLF line endings to match main and avoid unnecessary diff noise.
Agent-Logs-Url: https://github.com/getyourguide/openapi-validation-java/sessions/390be95c-f58e-43ea-857d-9a135ca9df79 Co-authored-by: catarina-correia <93409185+catarina-correia@users.noreply.github.com>
Contributor
Author
Done in commit |
Remove the unintentional addition of 'gradlew.bat binary' line, keeping only the tomcat-embed-core version upgrade in build.gradle. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
catarina-correia
approved these changes
May 22, 2026
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.
Addresses HIGH severity unbounded read vulnerability in Apache Tomcat's WebDAV LOCK and PROPFIND handling (GHSA-gx5v-xp9w-j4cg, Dependabot #65, CHK-13451).
Changes
build.gradle: bumps the existingresolutionStrategyconstraint fororg.apache.tomcat.embed:tomcat-embed-corefrom11.0.21→11.0.22; extends thebecausemessage to include the new GHSAtomcat-embed-coreis a transitive dependency viaspring-boot-starter-tomcat(Spring Boot 4.0.5 ships11.0.20). The constraint forces the floor to11.0.22across all configurations, confirmed in the dependency tree as11.0.20 -> 11.0.22.Original prompt