Suppress CVE-2022-41881

Patch by brandonwilliams; reviewed by bereng for CASSANDRA-18148
This commit is contained in:
Brandon Williams 2023-01-20 10:40:52 -06:00
parent 8ecd7616fe
commit fe71dfd7a1
2 changed files with 2 additions and 0 deletions

View File

@ -46,6 +46,7 @@
<cve>CVE-2021-37137</cve>
<cve>CVE-2021-43797</cve>
<cve>CVE-2022-24823</cve>
<cve>CVE-2022-41881</cve>
</suppress>
<!-- https://issues.apache.org/jira/browse/CASSANDRA-14183 -->

View File

@ -1,4 +1,5 @@
3.0.29
* Suppress CVE-2022-41881 (CASSANDRA-18148)
* Default role is created with zero timestamp (CASSANDRA-12525)
* Suppress CVE-2021-37533 (CASSANDRA-18146)
* Add to the IntelliJ Git Window issue navigation links to Cassandra's Jira (CASSANDRA-18126)