File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed
Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 114.0.20
2+ * Switch lz4-java to at.yawk.lz4 version due to CVE (CASSANDRA-20152)
23 * Restrict BytesType compatibility to scalar types only (CASSANDRA-20982)
34 * Backport fix to nodetool gcstats output for direct memory (CASSANDRA-21037)
45 * ArrayIndexOutOfBoundsException with repaired data tracking and counters (CASSANDRA-20871)
Original file line number Diff line number Diff line change @@ -51,6 +51,15 @@ restore snapshots created with the previous major version using the
5151'sstableloader' tool. You can upgrade the file format of your snapshots
5252using the provided 'sstableupgrade' tool.
5353
54+ 4.0.20
55+ ======
56+
57+ Upgrading
58+ ---------
59+ - This release addresses a security vulnerability in the LZ4 dependency, documented in CASSANDRA-21052. For users
60+ who did not use LZ4 native libraries, this will now fallback to a safer but less performant pure Java
61+ implementation. During startup, a warning will be logged if the LZ4 native library is not available.
62+
54634.0.14
5564======
5665
Original file line number Diff line number Diff line change 546546 <scm connection =" ${ scm.connection } " developerConnection =" ${ scm.developerConnection } " url =" ${ scm.url } " />
547547 <dependencyManagement >
548548 <dependency groupId =" org.xerial.snappy" artifactId =" snappy-java" version =" 1.1.10.4" />
549- <dependency groupId =" org. lz4" artifactId =" lz4-java" version =" 1.8.0 " />
549+ <dependency groupId =" at.yawk. lz4" artifactId =" lz4-java" version =" 1.10.1 " />
550550 <dependency groupId =" com.github.luben" artifactId =" zstd-jni" version =" 1.5.7-2" />
551551 <dependency groupId =" com.google.guava" artifactId =" guava" version =" 27.0-jre" >
552552 <exclusion groupId =" com.google.code.findbugs" artifactId =" jsr305" />
805805 relativePath =" ${ final.name } -parent.pom" />
806806 <scm connection =" ${ scm.connection } " developerConnection =" ${ scm.developerConnection } " url =" ${ scm.url } " />
807807 <dependency groupId =" org.xerial.snappy" artifactId =" snappy-java" />
808- <dependency groupId =" org .lz4" artifactId =" lz4-java" />
808+ <dependency groupId =" at.yawk .lz4" artifactId =" lz4-java" />
809809 <dependency groupId =" com.google.guava" artifactId =" guava" />
810810 <dependency groupId =" commons-cli" artifactId =" commons-cli" />
811811 <dependency groupId =" commons-codec" artifactId =" commons-codec" />
You can’t perform that action at this time.
0 commit comments