mirror of https://github.com/apache/cassandra
Merge branch 'cassandra-3.0' into cassandra-3.11
This commit is contained in:
commit
b6b71c598e
|
|
@ -23,6 +23,7 @@
|
|||
<suppress>
|
||||
<!-- https://issues.apache.org/jira/browse/CASSANDRA-16150 -->
|
||||
<packageUrl regex="true">^pkg:maven/org\.yaml/snakeyaml@.*$</packageUrl>
|
||||
<cve>CVE-2023-2251</cve>
|
||||
<cve>CVE-2017-18640</cve>
|
||||
<cve>CVE-2022-25857</cve>
|
||||
<cve>CVE-2022-38749</cve>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
3.11.16
|
||||
Merged from 3.0:
|
||||
* Suppress CVE-2023-2251 (CASSANDRA-18497)
|
||||
|
||||
3.11.15
|
||||
* Fix the capital P usage in the CQL parser (CASSANDRA-17919)
|
||||
* Fix sstable_count metric missing from tablestats json/yaml output (CASSANDRA-18448)
|
||||
|
|
|
|||
Loading…
Reference in New Issue