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 8076f37c06
commit 89266aadde
2 changed files with 2 additions and 0 deletions

View File

@ -51,6 +51,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

@ -2,6 +2,7 @@
* Fix Splitter sometimes creating more splits than requested (CASSANDRA-18013)
Merged from 3.0:
* Introduce check for names of test classes (CASSANDRA-17964)
* 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)