From 4a62757624d120a0e493d9d39bcd9bf8282b4f58 Mon Sep 17 00:00:00 2001 From: Brandon Williams Date: Thu, 4 May 2023 09:12:18 -0500 Subject: [PATCH] Suppress CVE-2023-2251 Patch by brandonwilliams; reviewed by smiklosovic for CASSANDRA-18497 --- .build/dependency-check-suppressions.xml | 1 + CHANGES.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/.build/dependency-check-suppressions.xml b/.build/dependency-check-suppressions.xml index 4438f2259e..5a87f57c3f 100644 --- a/.build/dependency-check-suppressions.xml +++ b/.build/dependency-check-suppressions.xml @@ -23,6 +23,7 @@ ^pkg:maven/org\.yaml/snakeyaml@.*$ + CVE-2023-2251 CVE-2022-38752 CVE-2022-38751 CVE-2022-38750 diff --git a/CHANGES.txt b/CHANGES.txt index 0834f18117..371ba6c526 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,5 @@ 3.0.29 + * Suppress CVE-2023-2251 (CASSANDRA-18497) * Do not remove SSTables when cause of FSReadError is OutOfMemoryError while using best_effort disk failure policy (CASSANDRA-18336) * Do not remove truncated_at entry in system.local while dropping an index (CASSANDRA-18105) * Save host id to system.local and flush immediately after startup (CASSANDRA-18153)