mirror of https://github.com/apache/cassandra
Merge branch 'cassandra-3.11' into cassandra-4.0
This commit is contained in:
commit
682ae0c64c
|
|
@ -32,6 +32,7 @@
|
|||
<suppress>
|
||||
<!-- https://issues.apache.org/jira/browse/CASSANDRA-17907 -->
|
||||
<packageUrl regex="true">^pkg:maven/org\.yaml/snakeyaml@.*$</packageUrl>
|
||||
<cve>CVE-2023-2251</cve>
|
||||
<cve>CVE-2022-25857</cve>
|
||||
<cve>CVE-2022-38749</cve>
|
||||
<cve>CVE-2022-38750</cve>
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@
|
|||
Merged from 3.11:
|
||||
* Fix the capital P usage in the CQL parser (CASSANDRA-17919)
|
||||
Merged from 3.0:
|
||||
* Suppress CVE-2023-2251 (CASSANDRA-18497)
|
||||
* Do not remove SSTables when cause of FSReadError is OutOfMemoryError while using best_effort disk failure policy (CASSANDRA-18336)
|
||||
* Do not remove truncated_at entry in system.local while dropping an index (CASSANDRA-18105)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue