Skip to content

Commit 436d818

Browse files
committed
add doc to patch file
1 parent 6ce1b08 commit 436d818

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

druid/stackable/patches/30.0.0/02-prometheus-emitter-from-source.patch

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ From: Lars Francke <[email protected]>
44

55
Update 2024-11-14: fix CVE-2023-34455
66

7+
See: https://github.com/stackabletech/vulnerabilities/issues/558
8+
9+
The Prometheus installation brings in a set of redundand dependendencies including the vulnerable
10+
snappy-java library. Updated versions of this libary are already present in the classpath.
11+
Therefore, we explicitely remove the affected jars as it it is recommended by the Druid authors here:
12+
13+
https://github.com/apache/druid/blob/09d36ee324747f1407705c27618b6d415c3fa8a9/services/src/main/java/org/apache/druid/cli/PullDependencies.java#L90
14+
715
diff --git a/distribution/pom.xml b/distribution/pom.xml
816
index e27329e96d..ea79123ab3 100644
917
--- a/distribution/pom.xml

0 commit comments

Comments
 (0)