This is an automated email from the ASF dual-hosted git repository.

ddiederen pushed a commit to branch branch-3.8
in repository https://gitbox.apache.org/repos/asf/zookeeper.git


The following commit(s) were added to refs/heads/branch-3.8 by this push:
     new 8751ca76b ZOOKEEPER-4754: Update Jetty to avoid CVE-2023-36479, 
CVE-2023-40167, and CVE-2023-41900
8751ca76b is described below

commit 8751ca76b9f7661373ef194e6b3d90041c69ccee
Author: Damien Diederen <[email protected]>
AuthorDate: Tue Oct 3 15:57:58 2023 +0000

    ZOOKEEPER-4754: Update Jetty to avoid CVE-2023-36479, CVE-2023-40167, and 
CVE-2023-41900
    
    The release notes of the newly referenced release:
    
    https://github.com/eclipse/jetty.project/releases/tag/jetty-9.4.52.v20230823
    
    explicitly mention the three CVEs.
    
    Author: Damien Diederen <[email protected]>
    
    Reviewers: tison <[email protected]>, Andor Molnar <[email protected]>
    
    Closes #2074 from ztzg/ZOOKEEPER-4754-jetty-cves
    
    (cherry picked from commit a0aced950c24776403b942e95bf972f14c511348)
    Signed-off-by: Damien Diederen <[email protected]>
---
 pom.xml                                                                 | 2 +-
 ....v20230217.LICENSE.txt => jetty-client-9.4.52.v20230823.LICENSE.txt} | 0
 ...51.v20230217.LICENSE.txt => jetty-http-9.4.52.v20230823.LICENSE.txt} | 0
 ...4.51.v20230217.LICENSE.txt => jetty-io-9.4.52.v20230823.LICENSE.txt} | 0
 ...20230217.LICENSE.txt => jetty-security-9.4.52.v20230823.LICENSE.txt} | 0
 ....v20230217.LICENSE.txt => jetty-server-9.4.52.v20230823.LICENSE.txt} | 0
 ...v20230217.LICENSE.txt => jetty-servlet-9.4.52.v20230823.LICENSE.txt} | 0
 ...51.v20230217.LICENSE.txt => jetty-util-9.4.52.v20230823.LICENSE.txt} | 0
 ...0230217.LICENSE.txt => jetty-util-ajax-9.4.52.v20230823.LICENSE.txt} | 0
 9 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 05598a891..88640ad93 100644
--- a/pom.xml
+++ b/pom.xml
@@ -468,7 +468,7 @@
     <hamcrest.version>2.2</hamcrest.version>
     <commons-cli.version>1.5.0</commons-cli.version>
     <netty.version>4.1.94.Final</netty.version>
-    <jetty.version>9.4.51.v20230217</jetty.version>
+    <jetty.version>9.4.52.v20230823</jetty.version>
     <jackson.version>2.15.2</jackson.version>
     <jline.version>2.14.6</jline.version>
     <snappy.version>1.1.10.5</snappy.version>
diff --git 
a/zookeeper-server/src/main/resources/lib/jetty-http-9.4.51.v20230217.LICENSE.txt
 
b/zookeeper-server/src/main/resources/lib/jetty-client-9.4.52.v20230823.LICENSE.txt
similarity index 100%
copy from 
zookeeper-server/src/main/resources/lib/jetty-http-9.4.51.v20230217.LICENSE.txt
copy to 
zookeeper-server/src/main/resources/lib/jetty-client-9.4.52.v20230823.LICENSE.txt
diff --git 
a/zookeeper-server/src/main/resources/lib/jetty-io-9.4.51.v20230217.LICENSE.txt 
b/zookeeper-server/src/main/resources/lib/jetty-http-9.4.52.v20230823.LICENSE.txt
similarity index 100%
rename from 
zookeeper-server/src/main/resources/lib/jetty-io-9.4.51.v20230217.LICENSE.txt
rename to 
zookeeper-server/src/main/resources/lib/jetty-http-9.4.52.v20230823.LICENSE.txt
diff --git 
a/zookeeper-server/src/main/resources/lib/jetty-security-9.4.51.v20230217.LICENSE.txt
 b/zookeeper-server/src/main/resources/lib/jetty-io-9.4.52.v20230823.LICENSE.txt
similarity index 100%
rename from 
zookeeper-server/src/main/resources/lib/jetty-security-9.4.51.v20230217.LICENSE.txt
rename to 
zookeeper-server/src/main/resources/lib/jetty-io-9.4.52.v20230823.LICENSE.txt
diff --git 
a/zookeeper-server/src/main/resources/lib/jetty-server-9.4.51.v20230217.LICENSE.txt
 
b/zookeeper-server/src/main/resources/lib/jetty-security-9.4.52.v20230823.LICENSE.txt
similarity index 100%
rename from 
zookeeper-server/src/main/resources/lib/jetty-server-9.4.51.v20230217.LICENSE.txt
rename to 
zookeeper-server/src/main/resources/lib/jetty-security-9.4.52.v20230823.LICENSE.txt
diff --git 
a/zookeeper-server/src/main/resources/lib/jetty-servlet-9.4.51.v20230217.LICENSE.txt
 
b/zookeeper-server/src/main/resources/lib/jetty-server-9.4.52.v20230823.LICENSE.txt
similarity index 100%
rename from 
zookeeper-server/src/main/resources/lib/jetty-servlet-9.4.51.v20230217.LICENSE.txt
rename to 
zookeeper-server/src/main/resources/lib/jetty-server-9.4.52.v20230823.LICENSE.txt
diff --git 
a/zookeeper-server/src/main/resources/lib/jetty-util-9.4.51.v20230217.LICENSE.txt
 
b/zookeeper-server/src/main/resources/lib/jetty-servlet-9.4.52.v20230823.LICENSE.txt
similarity index 100%
rename from 
zookeeper-server/src/main/resources/lib/jetty-util-9.4.51.v20230217.LICENSE.txt
rename to 
zookeeper-server/src/main/resources/lib/jetty-servlet-9.4.52.v20230823.LICENSE.txt
diff --git 
a/zookeeper-server/src/main/resources/lib/jetty-util-ajax-9.4.51.v20230217.LICENSE.txt
 
b/zookeeper-server/src/main/resources/lib/jetty-util-9.4.52.v20230823.LICENSE.txt
similarity index 100%
rename from 
zookeeper-server/src/main/resources/lib/jetty-util-ajax-9.4.51.v20230217.LICENSE.txt
rename to 
zookeeper-server/src/main/resources/lib/jetty-util-9.4.52.v20230823.LICENSE.txt
diff --git 
a/zookeeper-server/src/main/resources/lib/jetty-http-9.4.51.v20230217.LICENSE.txt
 
b/zookeeper-server/src/main/resources/lib/jetty-util-ajax-9.4.52.v20230823.LICENSE.txt
similarity index 100%
rename from 
zookeeper-server/src/main/resources/lib/jetty-http-9.4.51.v20230217.LICENSE.txt
rename to 
zookeeper-server/src/main/resources/lib/jetty-util-ajax-9.4.52.v20230823.LICENSE.txt

Reply via email to