mirror of https://github.com/apache/cassandra
Suppress CVE-2022-41881
Patch by brandonwilliams; reviewed by bereng for CASSANDRA-18148
This commit is contained in:
parent
8ecd7616fe
commit
fe71dfd7a1
|
|
@ -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 -->
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue