Suppress CVE-2021-1471, CVE-2021-3064, CVE-2021-4235

This commit is contained in:
Brandon Williams 2023-01-12 09:55:33 -06:00
parent e7f55ab8c3
commit 9a64be3234
2 changed files with 4 additions and 0 deletions

View File

@ -29,6 +29,9 @@
<cve>CVE-2022-41854</cve>
<cve>CVE-2022-25857</cve>
<cve>CVE-2022-38749</cve>
<cve>CVE-2021-1471</cve>
<cve>CVE-2021-3064</cve>
<cve>CVE-2021-4235</cve>
<cve>CVE-2017-18640</cve>
</suppress>

View File

@ -1,4 +1,5 @@
3.0.29
* 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)
* Suppress CVE-2022-41881 (CASSANDRA-18148)