-
Notifications
You must be signed in to change notification settings - Fork 5.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade netty dependencies to address CVE-2024-47535 #24137
Conversation
9687bae
to
cfcc15d
Compare
583c49d
to
2d45ed7
Compare
Upgrade the netty dependencies to resolve CVE-2024-47535 If implemented this will: Upgrade the netty dependencies to 4.1.115.Final
@@ -209,10 +210,12 @@ | |||
<dependencies> | |||
<dependency> | |||
<groupId>io.netty</groupId> | |||
<artifactId>netty-handler</artifactId> | |||
<version>4.1.107.Final</version> | |||
<artifactId>netty-bom</artifactId> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why did the artifact id change? Maybe netty is not used at all?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
several different netty dependencies are being used. Only netty-handler's version is being overrided (although all of them should be the same version). I've replaced this with the netty-bom to synchronize all netty dependencies to that version.
LG! |
Description
Upgrade the netty dependencies to CVE-2024-47535
If implemented this will:
Upgrade the netty dependencies to 4.1.115.Final
Motivation and Context
This upgrade was created to deal with CVEs found in lower versions
Impact
None
Release Notes