diff --git a/.build/dependency-check-suppressions.xml b/.build/dependency-check-suppressions.xml index 70e1f87164..e4f8c090ba 100644 --- a/.build/dependency-check-suppressions.xml +++ b/.build/dependency-check-suppressions.xml @@ -52,13 +52,6 @@ CVE-2023-44487 CVE-2025-25193 - - - ^pkg:maven/com\.fasterxml\.jackson\.core/jackson\-databind@.*$ - CVE-2022-42003 - CVE-2022-42004 - CVE-2023-35116 - diff --git a/.snyk b/.snyk index 50af01c673..5e1fdbb86d 100644 --- a/.snyk +++ b/.snyk @@ -34,16 +34,10 @@ ignore: - reason: https://issues.apache.org/jira/browse/CASSANDRA-17907 -- ^pkg:maven/org\.yaml/snakeyaml@.*$ CVE-2022-41881: - reason: netty's http stuff is not applicable here -- ^pkg:maven/io\.netty/netty\-all@.*$ - CVE-2022-42003: - - reason: https://issues.apache.org/jira/browse/CASSANDRA-17966 -- ^pkg:maven/com\.fasterxml\.jackson\.core/jackson\-databind@.*$ - CVE-2022-42004: - - reason: https://issues.apache.org/jira/browse/CASSANDRA-17966 -- ^pkg:maven/com\.fasterxml\.jackson\.core/jackson\-databind@.*$ CVE-2023-2976: - reason: not applicable https://nvd.nist.gov/vuln/detail/CVE-2020-8908 -- ^pkg:maven/com\.google\.guava/guava@.*$ CVE-2023-34462: - reason: netty's http stuff is not applicable here -- ^pkg:maven/io\.netty/netty\-all@.*$ - CVE-2023-35116: - - reason: https://issues.apache.org/jira/browse/CASSANDRA-17966 -- ^pkg:maven/com\.fasterxml\.jackson\.core/jackson\-databind@.*$ CVE-2023-44487: - reason: netty's http stuff is not applicable here -- ^pkg:maven/io\.netty/netty\-all@.*$ CVE-2023-6378: diff --git a/CHANGES.txt b/CHANGES.txt index aebb754132..6296bb94f6 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,5 @@ 4.0.19 + * Update Jackson to 2.19.2 (CASSANDRA-20848) * Update commons-lang3 to 3.18.0 (CASSANDRA-20849) * Add NativeTransportMaxConcurrentConnectionsPerIp to StorageProxyMBean (CASSANDRA-20642) * Make secondary index implementations notified about rows in fully expired SSTables in compaction (CASSANDRA-20829) diff --git a/build.xml b/build.xml index e5bab51249..81c0329c9a 100644 --- a/build.xml +++ b/build.xml @@ -574,9 +574,9 @@ - - - + + +