-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[fix][sec] Upgrade Netty to 4.1.100 to address CVE-2023-44487 #21397
Conversation
Codecov Report
@@ Coverage Diff @@
## master #21397 +/- ##
============================================
+ Coverage 73.27% 73.30% +0.03%
+ Complexity 32581 32473 -108
============================================
Files 1888 1888
Lines 140282 140279 -3
Branches 15415 15416 +1
============================================
+ Hits 102790 102834 +44
+ Misses 29415 29350 -65
- Partials 8077 8095 +18
Flags with carried forward coverage won't be shown. Click here to find out more.
|
(cherry picked from commit aae6c71)
Can this be marked/labeled cherry-picked/branch-3.1? This would go great with #21395. |
(cherry picked from commit aae6c71) # Conflicts: # buildtools/pom.xml # distribution/server/src/assemble/LICENSE.bin.txt # distribution/shell/src/assemble/LICENSE.bin.txt # pom.xml # pulsar-sql/presto-distribution/LICENSE
@compuguy cherry picked together with #21395 to branch-3.1 . |
Would this be backported to 2.x version of pulsar? |
(cherry picked from commit aae6c71)
…apache#21397)" This reverts commit 2f00fb9.
Motivation
OWASP dependency check reports CVE-2023-44487 for Netty (and also Jetty).
Modifications
Upgrade Netty to 4.1.100.
Release notes: https://netty.io/news/2023/10/10/4-1-100-Final.html
Documentation
doc
doc-required
doc-not-needed
doc-complete