Suppress CVE-2023-44487

Patch by brandonwilliams; reviewed by bereng for CASSANDRA-18943
This commit is contained in:
Brandon Williams 2023-10-19 11:33:05 -05:00
parent b51ee83a29
commit 5bf1d2f8d5
2 changed files with 2 additions and 0 deletions

View File

@ -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 -->

View File

@ -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)