mirror of https://github.com/apache/cassandra
Merge branch 'cassandra-3.0' into cassandra-3.11
This commit is contained in:
commit
e9aa5ec514
|
|
@ -30,6 +30,10 @@
|
|||
<cve>CVE-2022-38751</cve>
|
||||
<cve>CVE-2022-38752</cve>
|
||||
<cve>CVE-2022-41854</cve>
|
||||
<cve>CVE-2021-1471</cve>
|
||||
<cve>CVE-2021-3064</cve>
|
||||
<cve>CVE-2021-4235</cve>
|
||||
<cve>CVE-2017-18640</cve>
|
||||
</suppress>
|
||||
|
||||
<!-- https://issues.apache.org/jira/browse/CASSANDRA-15417 -->
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
3.11.15
|
||||
* Fix Splitter sometimes creating more splits than requested (CASSANDRA-18013)
|
||||
Merged from 3.0:
|
||||
* Suppress CVE-2021-1471, CVE-2021-3064, CVE-2021-4235 (CASSANDRA-18149)
|
||||
* Switch to snakeyaml's SafeConstructor (CASSANDRA-18150)
|
||||
* Expand build.dir property in rat targets (CASSANDRA-18183)
|
||||
* Suppress CVE-2022-41881 (CASSANDRA-18148)
|
||||
|
|
|
|||
Loading…
Reference in New Issue