mirror of https://github.com/apache/cassandra
Merge branch 'cassandra-3.0' into cassandra-3.11
This commit is contained in:
commit
a4c9a408e6
|
|
@ -35,6 +35,9 @@
|
|||
<cve>CVE-2021-21290</cve>
|
||||
<cve>CVE-2021-21295</cve>
|
||||
<cve>CVE-2021-21409</cve>
|
||||
<cve>CVE-2021-37136</cve>
|
||||
<cve>CVE-2021-37137</cve>
|
||||
<cve>CVE-2021-43797</cve>
|
||||
</suppress>
|
||||
|
||||
<!-- https://issues.apache.org/jira/browse/CASSANDRA-14183 -->
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
3.11.13
|
||||
Merged from 3.0:
|
||||
* Suppress inapplicable CVEs (CASSANDRA-17368)
|
||||
* Fix flaky test - test_cqlsh_completion.TestCqlshCompletion (CASSANDRA-17338)
|
||||
* Fixed TestCqlshOutput failing tests (CASSANDRA-17386)
|
||||
* Lazy transaction log replica creation allows incorrect replica content divergence during anticompaction (CASSANDRA-17273)
|
||||
|
|
|
|||
Loading…
Reference in New Issue