updating netty to v. 4.1.118.Final#2292
Merged
CCisGG merged 1 commit intolinkedin:mainfrom Sep 11, 2025
Merged
Conversation
Contributor
Author
|
Resolved through "fix: updated dependencies to fix CVEs #2278" |
Contributor
Author
|
Re-opening due to potential delays with implementing #2278 |
1 task
Contributor
Author
|
This should be okay to merge, this addresses netty update in #2278 Could one of the maintainers have a look? Thanks |
Contributor
|
Running internal checks. Will merge once the check pass. |
danielgospodinow
pushed a commit
to qbaware/cruise-control
that referenced
this pull request
Oct 5, 2025
danielgospodinow
pushed a commit
to qbaware/cruise-control
that referenced
this pull request
Oct 5, 2025
georgew5656
pushed a commit
to DataDog/cruise-control
that referenced
this pull request
Dec 4, 2025
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.
Why:
Update to address CVE-2025-25193 and CVE-2025-24970
https://nvd.nist.gov/vuln/detail/CVE-2025-25193
https://nvd.nist.gov/vuln/detail/CVE-2025-24970
What:
Netty version 4.1.114.Final to 4.1.118.Final
Affecting io.netty:netty-handler and io.netty:netty-transport-native-epoll
Expected Behavior:
Vulnerability scanning should not output evidence of impacted netty version after update
cruise-control should build successfully after update.
Actual Behavior:
Vulnerability scanning did not output evidence of impacted netty version after update
cruise-control build was successful after update.
Categorization:
security/CVE