Suppress CVE-2024-12798

Patch by brandonwilliams; reviewed by smiklosovic for CASSANDRA-20408
This commit is contained in:
Brandon Williams 2025-03-06 12:36:32 -06:00
parent f375a3914f
commit 393901a858
1 changed files with 2 additions and 0 deletions

View File

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