Merge branch 'cassandra-3.0' into cassandra-3.11

This commit is contained in:
Brandon Williams 2023-05-04 10:22:25 -05:00
commit b6b71c598e
2 changed files with 5 additions and 0 deletions

View File

@ -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>

View File

@ -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)