File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 3939 <type >pom</type >
4040 <scope >import</scope >
4141 </dependency >
42+ <!-- Fix CVE-2025-12183: Out-of-bounds memory operations in lz4-java -->
43+ <dependency >
44+ <groupId >org.lz4</groupId >
45+ <artifactId >lz4-java</artifactId >
46+ <version >1.8.1</version >
47+ </dependency >
4248 <dependency >
4349 <groupId >com.fasterxml.jackson</groupId >
4450 <artifactId >jackson-bom</artifactId >
Original file line number Diff line number Diff line change 5454 <type >pom</type >
5555 <scope >import</scope >
5656 </dependency >
57+ <!-- Fix CVE-2025-12183: Out-of-bounds memory operations in lz4-java -->
58+ <dependency >
59+ <groupId >org.lz4</groupId >
60+ <artifactId >lz4-java</artifactId >
61+ <version >1.8.1</version >
62+ </dependency >
5763 <!-- logback/logstash integration -->
5864 <dependency >
5965 <groupId >net.logstash.logback</groupId >
You can’t perform that action at this time.
0 commit comments