mirror of https://github.com/apache/cassandra
Suppress CVE-2022-41915
Patch by brandonwilliams; reviewed by bereng for CASSANDRA-18147
This commit is contained in:
parent
8076f37c06
commit
89266aadde
|
|
@ -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 -->
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue