mirror of https://github.com/apache/cassandra
Suppress CVE-2023-44487
Patch by brandonwilliams; reviewed by bereng for CASSANDRA-18943
This commit is contained in:
parent
b51ee83a29
commit
5bf1d2f8d5
|
|
@ -60,6 +60,7 @@
|
|||
<cve>CVE-2022-41881</cve>
|
||||
<cve>CVE-2022-41915</cve>
|
||||
<cve>CVE-2023-34462</cve>
|
||||
<cve>CVE-2023-44487</cve>
|
||||
</suppress>
|
||||
|
||||
<!-- https://issues.apache.org/jira/browse/CASSANDRA-14760 -->
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
3.0.30
|
||||
* Suppress CVE-2023-44487 (CASSANDRA-18943)
|
||||
* Fix nodetool enable/disablebinary to correctly set rpc readiness in gossip (CASSANDRA-18935)
|
||||
* Implement the logic in bin/stop-server (CASSANDRA-18838)
|
||||
* Upgrade snappy-java to 1.1.10.4 (CASSANDRA-18878)
|
||||
|
|
|
|||
Loading…
Reference in New Issue