CHK-13456: fix: bump tomcat-embed-core resolution to 11.0.22 (GHSA-5m62-pw8w-7w9f)#360
Closed
Copilot wants to merge 4 commits into
Closed
CHK-13456: fix: bump tomcat-embed-core resolution to 11.0.22 (GHSA-5m62-pw8w-7w9f)#360Copilot wants to merge 4 commits into
Copilot wants to merge 4 commits into
Conversation
Agent-Logs-Url: https://github.com/getyourguide/openapi-validation-java/sessions/dbc845ed-1a71-4a50-8648-fa0b705b476d Co-authored-by: gygrobot <19344429+gygrobot@users.noreply.github.com>
… (CHK-13456) Agent-Logs-Url: https://github.com/getyourguide/openapi-validation-java/sessions/dbc845ed-1a71-4a50-8648-fa0b705b476d Co-authored-by: gygrobot <19344429+gygrobot@users.noreply.github.com>
Copilot
AI
changed the title
CHK-13456: [WIP] Fix Apache Tomcat security constraints vulnerability
fix: bump tomcat-embed-core resolution to 11.0.22 (GHSA-5m62-pw8w-7w9f)
May 22, 2026
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.
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.
CRITICAL severity vulnerability in Apache Tomcat where security constraints are not correctly applied (GHSA-5m62-pw8w-7w9f), affecting
tomcat-embed-core >= 11.0.0-M1, < 11.0.22.Changes
build.gradle— updated the existingresolutionStrategy.eachDependencyguard fororg.apache.tomcat.embed:tomcat-embed-corefrom11.0.21→11.0.22, and addedGHSA-5m62-pw8w-7w9fto thebecausecomment:The resolution strategy applies across all subprojects, so any transitive pull of this artifact via Spring Boot will be forced to 11.0.22.
Original prompt