Suppress CVE-2022-41915

Patch by brandonwilliams; reviewed by bereng for CASSANDRA-18147
This commit is contained in:
Brandon Williams 2023-01-23 07:07:14 -06:00
parent 9a64be3234
commit 7ad693581b
2 changed files with 2 additions and 0 deletions

View File

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

View File

@ -1,4 +1,5 @@
3.0.29
* Suppress CVE-2022-41915 (CASSANDRA-18147)
* Suppress CVE-2021-1471, CVE-2021-3064, CVE-2021-4235 (CASSANDRA-18149)
* Switch to snakeyaml's SafeConstructor (CASSANDRA-18150)
* Expand build.dir property in rat targets (CASSANDRA-18183)