diff --git a/.build/dependency-check-suppressions.xml b/.build/dependency-check-suppressions.xml index 5ceca24397..9a84700c64 100644 --- a/.build/dependency-check-suppressions.xml +++ b/.build/dependency-check-suppressions.xml @@ -28,6 +28,15 @@ CVE-2020-17516 CVE-2021-44521 + + + ^pkg:maven/org\.yaml/snakeyaml@.*$ + CVE-2022-25857 + CVE-2022-38749 + CVE-2022-38750 + CVE-2022-38751 + CVE-2022-38752 + ^pkg:maven/net\.openhft/chronicle\-wire@.*$ diff --git a/CHANGES.txt b/CHANGES.txt index 664791f43a..76c64f2dc9 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -6,6 +6,7 @@ * Avoid getting hanging repairs due to repair message timeouts (CASSANDRA-17613) * Prevent infinite loop in repair coordinator on FailSession (CASSANDRA-17834) Merged from 3.11: + * Suppress CVE-2022-25857 and other snakeyaml CVEs (CASSANDRA-17907) * Fix potential IndexOutOfBoundsException in PagingState in mixed mode clusters (CASSANDRA-17840) Merged from 3.0: * Fix scrubber falling into infinite loop when the last partition is broken (CASSANDRA-17862)