USPR-13772: bump io.netty minimum version to 4.2.16.Final for GHSA-hpcc-26xq-25fv - #388
Open
midnight-clue[bot] wants to merge 1 commit into
Open
USPR-13772: bump io.netty minimum version to 4.2.16.Final for GHSA-hpcc-26xq-25fv#388midnight-clue[bot] wants to merge 1 commit into
midnight-clue[bot] wants to merge 1 commit into
Conversation
…6xq-25fv) Co-Authored-By: Catarina Correia <catarina.correia@getyourguide.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.
Context & Problem
GitHub Security Alert (Dependabot #109) flags
io.netty:netty-codec-http3 < 4.2.16.Finalas vulnerableto a HIGH severity memory exhaustion issue via HTTP/3 reserved frame types (GHSA-hpcc-26xq-25fv).
Dependabot could not auto-create a PR because the version is managed via a Gradle
resolutionStrategyoverride in the root
build.gradle, not a direct dependency declaration.USPR-13772
Solution
Bumped the
io.nettyminimum-version floor in the rootbuild.gradle'ssubprojects { configurations.configureEach { resolutionStrategy.eachDependency { ... } } }block from4.2.15.Finalto4.2.16.Final, appending GHSA-hpcc-26xq-25fv to the existingbecause()messagewhile keeping all prior GHSA references. Also bumped the companion
ext['netty.version']overrides inexamples/example-spring-boot-starter-web/build.gradleandexamples/example-spring-boot-starter-webflux/build.gradleto stay in lockstep, following the samepattern used for prior Netty/Jackson/Logback/Tomcat security bumps (see commit 850a009).
Verification
build.gradleio.nettyresolutionStrategy floor bumped to 4.2.16.Final with GHSA-hpcc-26xq-25fv appended tobecause()(manual diff review)./gradlew checkstyleMain checkstyleTest pmdMain pmdTest test)🔍 Braintrust trace