Suppress CVE-2023-6481

Patch by brandonwilliams, reviewed by smiklosovic for CASSANDRA-19184
This commit is contained in:
Brandon Williams 2023-12-08 05:55:45 -06:00
parent bddf368740
commit a92de92b8c
2 changed files with 3 additions and 0 deletions

View File

@ -54,9 +54,11 @@
<suppress>
<packageUrl regex="true">^pkg:maven/ch\.qos\.logback/logback\-core@.*$</packageUrl>
<cve>CVE-2023-6378</cve>
<cve>CVE-2023-6481</cve>
</suppress>
<suppress>
<packageUrl regex="true">^pkg:maven/ch\.qos\.logback/logback\-classic@.*$</packageUrl>
<cve>CVE-2023-6378</cve>
<cve>CVE-2023-6481</cve>
</suppress>
</suppressions>

View File

@ -1,4 +1,5 @@
5.0-beta2
* Suppress CVE-2023-6481 (CASSANDRA-19184)
Merged from 4.1:
* Fix StackOverflowError on ALTER after many previous schema changes (CASSANDRA-19166)
Merged from 4.0: