Skip to content
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
merged 1 commit into from
Feb 28, 2024

Conversation

lhotari
Copy link
Member

@lhotari lhotari commented Feb 28, 2024

Motivation & Modifications

Upgrade Jetty to 9.4.54.v20240208 to address CVE-2024-22201

Documentation

  • doc
  • doc-required
  • doc-not-needed
  • doc-complete

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 73.52%. Comparing base (bbc6224) to head (6fbf978).
Report is 10 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@             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     
Flag Coverage Δ
inttests 24.59% <ø> (+0.01%) ⬆️
systests 24.21% <ø> (-0.12%) ⬇️
unittests 72.80% <ø> (-0.05%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 60 files with indirect coverage changes

@lhotari lhotari merged commit e3a081e into apache:master Feb 28, 2024
51 of 52 checks passed
@heesung-sn
Copy link
Contributor

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?

gaoran10 pushed a commit that referenced this pull request Mar 4, 2024
mukesh-ctds pushed a commit to datastax/pulsar that referenced this pull request Mar 4, 2024
lhotari added a commit that referenced this pull request Mar 4, 2024
lhotari added a commit that referenced this pull request Mar 4, 2024
lhotari added a commit that referenced this pull request Mar 4, 2024
mukesh-ctds pushed a commit to datastax/pulsar that referenced this pull request Mar 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants