Skip to content

Commit

Permalink
Suppress CVE-2022-45688
Browse files Browse the repository at this point in the history
Patch by brandonwilliams; reviewed by bereng for CASSANDRA-18643
  • Loading branch information
driftx committed Jul 6, 2023
1 parent 00cf318 commit d302b83
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .build/dependency-check-suppressions.xml
Expand Up @@ -125,4 +125,10 @@
<cve>CVE-2023-35116</cve>
</suppress>

<!-- https://issues.apache.org/jira/browse/CASSANDRA-18643 -->
<suppress>
<packageUrl regex="true">^pkg:maven/com\.fasterxml\.jackson\.core/jackson\-core@.*$</packageUrl>
<cve>CVE-2022-45688</cve>
</suppress>

</suppressions>
1 change: 1 addition & 0 deletions CHANGES.txt
@@ -1,4 +1,5 @@
3.11.16
* Suppress CVE-2022-45688 (CASSANDRA-18643)
* Remove unrepaired SSTables from garbage collection when only_purge_repaired_tombstones is true (CASSANDRA-14204)
* Wait for live endpoints in gossip waiting to settle (CASSANDRA-18543)
* Fix error message handling when trying to use CLUSTERING ORDER with non-clustering column (CASSANDRA-17818
Expand Down

0 comments on commit d302b83

Please sign in to comment.