mirror of https://github.com/apache/cassandra
Merge branch 'cassandra-4.1' into trunk
This commit is contained in:
commit
60200ba613
|
|
@ -53,6 +53,7 @@
|
|||
<!-- not applicable https://nvd.nist.gov/vuln/detail/CVE-2020-8908 -->
|
||||
<packageUrl regex="true">^pkg:maven/com\.google\.guava/guava@.*$</packageUrl>
|
||||
<cve>CVE-2020-8908</cve>
|
||||
<cve>CVE-2023-2976</cve>
|
||||
</suppress>
|
||||
<!-- https://issues.apache.org/jira/browse/CASSANDRA-18146 -->
|
||||
<suppress>
|
||||
|
|
|
|||
|
|
@ -151,6 +151,8 @@ Merged from 4.0:
|
|||
* Remove unnecessary shuffling of GossipDigests in Gossiper#makeRandomGossipDigest (CASSANDRA-18546)
|
||||
Merged from 3.11:
|
||||
Merged from 3.0:
|
||||
3.0.30
|
||||
* Suppress CVE-2023-2976 (CASSANDRA-18562)
|
||||
* Remove dh_python use in Debian packaging (CASSANDRA-18558)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue