mirror of https://github.com/apache/cassandra
Merge branch 'cassandra-3.0' into cassandra-3.11
This commit is contained in:
commit
9c970cc117
|
|
@ -79,6 +79,7 @@
|
|||
<packageUrl regex="true">^pkg:maven/com\.google\.guava/guava@.*$</packageUrl>
|
||||
<cve>CVE-2018-10237</cve>
|
||||
<cve>CVE-2020-8908</cve>
|
||||
<cve>CVE-2023-2976</cve>
|
||||
</suppress>
|
||||
|
||||
<!-- https://issues.apache.org/jira/browse/CASSANDRA-18146 -->
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
3.11.16
|
||||
* Remove unnecessary String.format invocation in QueryProcessor when getting a prepared statement from cache (CASSANDRA-17202)
|
||||
Merged from 3.0:
|
||||
3.0.30
|
||||
* Suppress CVE-2023-2976 (CASSANDRA-18562)
|
||||
* Remove dh_python use in Debian packaging (CASSANDRA-18558)
|
||||
* Pass down all contact points to driver for cassandra-stress (CASSANDRA-18025)
|
||||
* Validate the existence of a datacenter in nodetool rebuild (CASSANDRA-14319)
|
||||
|
|
|
|||
Loading…
Reference in New Issue