mirror of https://github.com/apache/cassandra
Merge branch 'cassandra-3.0' into cassandra-3.11
This commit is contained in:
commit
6b0cd7db04
|
|
@ -60,6 +60,7 @@
|
|||
<!-- this was fixed in 3.0.22 -->
|
||||
<suppress>
|
||||
<packageUrl regex="true">^pkg:maven/com\.datastax\.cassandra/cassandra\-driver\-core@.*$</packageUrl>
|
||||
<cve>CVE-2019-2684</cve>
|
||||
<cve>CVE-2020-13946</cve>
|
||||
<cve>CVE-2020-17516</cve>
|
||||
<cve>CVE-2021-44521</cve>
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@
|
|||
* Creating of a keyspace on insufficient number of replicas should filter out gosspping-only members (CASSANDRA-17759)
|
||||
* Only use statically defined subcolumns when determining column definition for supercolumn cell (CASSANDRA-14113)
|
||||
Merged from 3.0:
|
||||
* Suppress CVE-2019-2684 (CASSANDRA-17965)
|
||||
* Fix auto-completing "WITH" when creating a materialized view (CASSANDRA-17879)
|
||||
* Fix scrubber falling into infinite loop when the last partition is broken (CASSANDRA-17862)
|
||||
* Improve libjemalloc resolution in bin/cassandra (CASSANDRA-15767)
|
||||
|
|
|
|||
Loading…
Reference in New Issue