Skip to content

Commit

Permalink
Suppress CVE-2023-6378
Browse files Browse the repository at this point in the history
Patch by brandonwilliams, reviewed by smiklosovic for CASSANDRA-19142
  • Loading branch information
driftx committed Dec 6, 2023
1 parent c1b1205 commit a1421ec
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .build/dependency-check-suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,13 @@
<cve>CVE-2019-17267</cve>
</suppress>

<!-- https://issues.apache.org/jira/browse/CASSANDRA-19142 -->
<suppress>
<packageUrl regex="true">^pkg:maven/ch\.qos\.logback/logback\-core@.*$</packageUrl>
<cve>CVE-2023-6378</cve>
</suppress>
<suppress>
<packageUrl regex="true">^pkg:maven/ch\.qos\.logback/logback\-classic@.*$</packageUrl>
<cve>CVE-2023-6378</cve>
</suppress>
</suppressions>
1 change: 1 addition & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
3.0.30
* Suppress CVE-2023-6378 (CASSANDRA-19142)
* Do not set RPC_READY to false on transports shutdown in order to not fail counter updates for deployments with coordinator and storage nodes with transports turned off (CASSANDRA-18935)
* Suppress CVE-2023-44487 (CASSANDRA-18943)
* Fix nodetool enable/disablebinary to correctly set rpc readiness in gossip (CASSANDRA-18935)
Expand Down

0 comments on commit a1421ec

Please sign in to comment.