1- Fix CVE-2023-34455
1+ From 24a0779c5e24caec82d23988f0b4b026e4bc7c8c Mon Sep 17 00:00:00 2001
2+ From: dervoeti <
[email protected] >
3+ Date: Thu, 13 Mar 2025 22:01:52 +0100
4+ Subject: Fix CVE-2023-34455
25
36See https://github.com/stackabletech/vulnerabilities/issues/558
7+ ---
8+ phoenix-core-client/pom.xml | 6 ++++++
9+ phoenix-core-server/pom.xml | 8 +++++++-
10+ phoenix-pherf/pom.xml | 6 ++++++
11+ phoenix-tracing-webapp/pom.xml | 6 ++++++
12+ pom.xml | 7 +++++++
13+ 5 files changed, 32 insertions(+), 1 deletion(-)
414
515diff --git a/phoenix-core-client/pom.xml b/phoenix-core-client/pom.xml
6- index f711b0f6f..3cfbffef9 100644
16+ index eaf92a75e..cbbebc9d5 100644
717--- a/phoenix-core-client/pom.xml
818+++ b/phoenix-core-client/pom.xml
9- @@ -230 ,6 +230 ,12 @@
19+ @@ -233 ,6 +233 ,12 @@
1020 <groupId>org.apache.hadoop</groupId>
1121 <artifactId>hadoop-auth</artifactId>
1222 </dependency>
@@ -20,7 +30,7 @@ index f711b0f6f..3cfbffef9 100644
2030 <!-- HBase dependencies -->
2131 <dependency>
2232diff --git a/phoenix-core-server/pom.xml b/phoenix-core-server/pom.xml
23- index d5032ece2..e47fb0837 100644
33+ index bb582d408..61cfeef6d 100644
2434--- a/phoenix-core-server/pom.xml
2535+++ b/phoenix-core-server/pom.xml
2636@@ -59,6 +59,12 @@
@@ -44,7 +54,7 @@ index d5032ece2..e47fb0837 100644
4454\ No newline at end of file
4555+ </project>
4656diff --git a/phoenix-pherf/pom.xml b/phoenix-pherf/pom.xml
47- index c03fff9a1..cdcce2f98 100644
57+ index 787137edc..017cb5dd5 100644
4858--- a/phoenix-pherf/pom.xml
4959+++ b/phoenix-pherf/pom.xml
5060@@ -159,6 +159,12 @@
@@ -61,7 +71,7 @@ index c03fff9a1..cdcce2f98 100644
6171 <!-- Test Dependencies -->
6272 <dependency>
6373diff --git a/phoenix-tracing-webapp/pom.xml b/phoenix-tracing-webapp/pom.xml
64- index d2d1549ef..c8054159e 100755
74+ index 681e68043..3f28979e7 100755
6575--- a/phoenix-tracing-webapp/pom.xml
6676+++ b/phoenix-tracing-webapp/pom.xml
6777@@ -89,6 +89,12 @@
@@ -78,10 +88,10 @@ index d2d1549ef..c8054159e 100755
7888
7989 <build>
8090diff --git a/pom.xml b/pom.xml
81- index 4abcb5a28..21dcf71ad 100644
91+ index f8534b4ad..ec98a082a 100644
8292--- a/pom.xml
8393+++ b/pom.xml
84- @@ -850 ,6 +850 ,13 @@
94+ @@ -892 ,6 +892 ,13 @@
8595 </exclusion>
8696 </exclusions>
8797 </dependency>
0 commit comments