CHK-13434: Fix GHSA-45q3-82m4-75jr: upgrade netty-handler-proxy to 4.2.13.Final#371
Closed
Copilot wants to merge 4 commits into
Closed
CHK-13434: Fix GHSA-45q3-82m4-75jr: upgrade netty-handler-proxy to 4.2.13.Final#371Copilot 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/31fddbbb-e4eb-48ae-b567-a7a5663459e3 Co-authored-by: gygrobot <19344429+gygrobot@users.noreply.github.com>
Added resolutionStrategy.eachDependency override in build.gradle to upgrade io.netty:netty-handler-proxy from 4.2.12.Final to 4.2.13.Final. netty-handler-proxy is a transitive dependency via io.projectreactor.netty:reactor-netty-core. The fix follows the existing pattern for security overrides already present in build.gradle. Fixes: GHSA-45q3-82m4-75jr (HTTP Header Injection in HttpProxyHandler) Agent-Logs-Url: https://github.com/getyourguide/openapi-validation-java/sessions/31fddbbb-e4eb-48ae-b567-a7a5663459e3 Co-authored-by: gygrobot <19344429+gygrobot@users.noreply.github.com>
Copilot
AI
changed the title
CHK-13434: [WIP] Fix netty handler proxy vulnerability for HTTP header injection
Fix GHSA-45q3-82m4-75jr: upgrade netty-handler-proxy to 4.2.13.Final
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.
HTTP Header Injection vulnerability in
io.netty:netty-handler-proxy(GHSA-45q3-82m4-75jr, LOW severity) — patched in 4.2.13.Final.netty-handler-proxyis a transitive dependency viaspring-boot-starter-webflux → reactor-netty-core, resolving at 4.2.12.Final. Added aresolutionStrategy.eachDependencyoverride inbuild.gradle— consistent with existing overrides for Tomcat and Jackson Core:Dependency tree confirms
4.2.12.Final → 4.2.13.Finalafter the override.References: CHK-13434 · GitHub Alert #54 · GHSA-45q3-82m4-75jr
Original prompt