Merge branch 'cassandra-3.0' into 'cassandra-3.11'

This commit is contained in:
Brandon Williams 2023-01-23 06:53:53 -06:00
commit 6f719f811a
2 changed files with 2 additions and 0 deletions

View File

@ -46,6 +46,7 @@
<cve>CVE-2021-37137</cve>
<cve>CVE-2021-43797</cve>
<cve>CVE-2022-24823</cve>
<cve>CVE-2022-41881</cve>
</suppress>
<!-- https://issues.apache.org/jira/browse/CASSANDRA-14183 -->

View File

@ -1,6 +1,7 @@
3.11.15
* Fix Splitter sometimes creating more splits than requested (CASSANDRA-18013)
Merged from 3.0:
* Suppress CVE-2022-41881 (CASSANDRA-18148)
* Default role is created with zero timestamp (CASSANDRA-12525)
* Suppress CVE-2021-37533 (CASSANDRA-18146)
* Add to the IntelliJ Git Window issue navigation links to Cassandra's Jira (CASSANDRA-18126)