-
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 Jetty to 9.4.54.v20240208 to address CVE-2024-22201 #22144
Merged
Conversation
This file contains 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
Technoboy-
approved these changes
Feb 28, 2024
codelipenghui
approved these changes
Feb 28, 2024
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #22144 +/- ##
============================================
- Coverage 73.57% 73.52% -0.05%
+ Complexity 32624 32124 -500
============================================
Files 1877 1877
Lines 139502 139546 +44
Branches 15299 15312 +13
============================================
- Hits 102638 102603 -35
- Misses 28908 28968 +60
- Partials 7956 7975 +19
Flags with carried forward coverage won't be shown. Click here to find out more. |
asafm
approved these changes
Feb 28, 2024
mattisonchao
approved these changes
Feb 28, 2024
hsohn@HeesungSohns-MacBook-Pro pulsar-release % git diff
diff --cc pom.xml
index 122b551d0e,f161165b7b..0000000000
--- a/pom.xml
+++ b/pom.xml
@@@ -140,9 -144,9 +140,15 @@@ flexible messaging model and an intuiti
<snappy.version>1.1.10.5</snappy.version> <!-- ZooKeeper server -->
<dropwizardmetrics.version>4.1.12.1</dropwizardmetrics.version> <!-- ZooKeeper server -->
<curator.version>5.1.0</curator.version>
++<<<<<<< HEAD
+ <netty.version>4.1.100.Final</netty.version>
+ <netty-iouring.version>0.0.21.Final</netty-iouring.version>
+ <jetty.version>9.4.53.v20231009</jetty.version>
++=======
+ <netty.version>4.1.105.Final</netty.version>
+ <netty-iouring.version>0.0.24.Final</netty-iouring.version>
+ <jetty.version>9.4.54.v20240208</jetty.version>
++>>>>>>> e3a081e4c5 ([fix][sec] Upgrade Jetty to 9.4.54.v20240208 to address CVE-2024-22201 (#22144))
<conscrypt.version>2.5.2</conscrypt.version>
<jersey.version>2.34</jersey.version>
<athenz.version>1.10.50</athenz.version> We have a conflict in branch-3.0. @lhotari do we need a PR for this conflict? |
mukesh-ctds
pushed a commit
to datastax/pulsar
that referenced
this pull request
Mar 4, 2024
apache#22144) (cherry picked from commit e3a081e) (cherry picked from commit 93a4457)
14 tasks
mukesh-ctds
pushed a commit
to datastax/pulsar
that referenced
this pull request
Mar 6, 2024
apache#22144) (cherry picked from commit e3a081e) (cherry picked from commit 93a4457)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
Motivation & Modifications
Upgrade Jetty to 9.4.54.v20240208 to address CVE-2024-22201
Documentation
doc
doc-required
doc-not-needed
doc-complete