CHK-13428: fix: force io.netty:netty-codec-http to 4.2.13.Final (GHSA-57rv-r2g8-2cj3)#364
Closed
Copilot wants to merge 4 commits into
Closed
CHK-13428: fix: force io.netty:netty-codec-http to 4.2.13.Final (GHSA-57rv-r2g8-2cj3)#364Copilot 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/9949f828-0f32-4b78-be7b-ae7303b39bb2 Co-authored-by: gygrobot <19344429+gygrobot@users.noreply.github.com>
…8-2cj3) Add resolutionStrategy.eachDependency constraint to force io.netty:netty-codec-http to 4.2.13.Final to address HttpClientCodec response desynchronization vulnerability. Related: CHK-13428, GHSA-57rv-r2g8-2cj3, GitHub alert #60 Agent-Logs-Url: https://github.com/getyourguide/openapi-validation-java/sessions/9949f828-0f32-4b78-be7b-ae7303b39bb2 Co-authored-by: gygrobot <19344429+gygrobot@users.noreply.github.com>
Copilot
AI
changed the title
CHK-13428: [WIP] Fix Netty HttpClientCodec response desynchronization vulnerability
fix: force io.netty:netty-codec-http to 4.2.13.Final (GHSA-57rv-r2g8-2cj3)
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.
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.
io.netty:netty-codec-http≤ 4.2.12.Final has a HIGH severity HttpClientCodec response desynchronization vulnerability (GHSA-57rv-r2g8-2cj3, alert #60, CHK-13428). The dependency enters transitively viareactor-netty-httpand resolves to 4.2.12.Final.Changes
build.gradle— adds aresolutionStrategy.eachDependencyoverride (consistent with existing Jackson and Tomcat security pins) to forcenetty-codec-httpto 4.2.13.Final across all subprojects:Original prompt