From 4b862c7704e13dddff56603d4e902368a147e5e4 Mon Sep 17 00:00:00 2001 From: Mate Szalay-Beko Date: Sun, 2 Jul 2023 16:19:03 +0200 Subject: [PATCH] ZOOKEEPER-4716: upgrade jackson to 2.15.2, suppress two false positive CVE errors (#2026) Our jackson is quite old, I want to upgrade it before release 3.8.2. Also we have a few false positive CVEs reported by OWASP: - CVE-2023-35116: according to jackson community, this is not a security issue, see https://github.com/FasterXML/jackson-databind/issues/3972#issuecomment-1596193098 - CVE-2022-45688: the following CVE is not even jackson related, but a vulnerability in json-java which we don't use in ZooKeeper --- owaspSuppressions.xml | 12 ++++++++++++ pom.xml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/owaspSuppressions.xml b/owaspSuppressions.xml index 70203213232..0c09a096f70 100644 --- a/owaspSuppressions.xml +++ b/owaspSuppressions.xml @@ -54,4 +54,16 @@ CVE-2021-34429 + + + + + CVE-2023-35116 + + + CVE-2022-45688 + + diff --git a/pom.xml b/pom.xml index df2a403076b..ce01ee71d7c 100644 --- a/pom.xml +++ b/pom.xml @@ -560,7 +560,7 @@ 1.5.0 4.1.94.Final 9.4.51.v20230217 - 2.13.4.2 + 2.15.2 2.14.6 1.1.9.1 2.0.0