File tree Expand file tree Collapse file tree 4 files changed +19
-2
lines changed
Expand file tree Collapse file tree 4 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 20712071 </exclusions >
20722072 </dependency >
20732073
2074+ <dependency >
2075+ <groupId >at.yawk.lz4</groupId >
2076+ <artifactId >lz4-java</artifactId >
2077+ <version >1.10.2</version >
2078+ </dependency >
2079+
20742080 <dependency >
20752081 <groupId >org.apache.httpcomponents</groupId >
20762082 <artifactId >httpclient</artifactId >
Original file line number Diff line number Diff line change 4444 <dependency >
4545 <groupId >at.yawk.lz4</groupId >
4646 <artifactId >lz4-java</artifactId >
47- <version >1.10.2</version >
4847 </dependency >
4948 <dependency >
5049 <groupId >org.mozilla</groupId >
Original file line number Diff line number Diff line change 7272 <dependency >
7373 <groupId >org.apache.kafka</groupId >
7474 <artifactId >kafka-clients</artifactId >
75+ <exclusions >
76+ <exclusion >
77+ <groupId >org.lz4</groupId >
78+ <artifactId >lz4-java</artifactId >
79+ </exclusion >
80+ </exclusions >
81+ </dependency >
82+
83+ <!-- CVE-2025-12183: Override vulnerable lz4-java from kafka-clients -->
84+ <dependency >
85+ <groupId >at.yawk.lz4</groupId >
86+ <artifactId >lz4-java</artifactId >
87+ <scope >runtime</scope >
7588 </dependency >
7689
7790 <dependency >
Original file line number Diff line number Diff line change 119119 <dependency >
120120 <groupId >at.yawk.lz4</groupId >
121121 <artifactId >lz4-java</artifactId >
122- <version >1.10.2</version >
123122 <scope >runtime</scope >
124123 </dependency >
125124
You can’t perform that action at this time.
0 commit comments