diff --git a/.build/dependency-check-suppressions.xml b/.build/dependency-check-suppressions.xml index 9aedeae594..28cbf593bd 100644 --- a/.build/dependency-check-suppressions.xml +++ b/.build/dependency-check-suppressions.xml @@ -24,6 +24,11 @@ ^pkg:maven/org\.yaml/snakeyaml@.*$ CVE-2017-18640 + CVE-2022-25857 + CVE-2022-38749 + CVE-2022-38750 + CVE-2022-38751 + CVE-2022-38752 diff --git a/CHANGES.txt b/CHANGES.txt index 15d52685ba..d3031cd294 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,5 @@ 3.11.14 + * Suppress CVE-2022-25857 and other snakeyaml CVEs (CASSANDRA-17907) * Fix potential IndexOutOfBoundsException in PagingState in mixed mode clusters (CASSANDRA-17840) * Document usage of closed token intervals in manual compaction (CASSANDRA-17575) * Creating of a keyspace on insufficient number of replicas should filter out gosspping-only members (CASSANDRA-17759)