From 3bfa080500b50c7c29182b4e096c4f877028a629 Mon Sep 17 00:00:00 2001 From: Bernardo Gomez Palacio Date: Thu, 5 Sep 2019 15:51:32 -0700 Subject: [PATCH] Fix the jackson-databind vul for deserialization of untrusted data. This commit upgrades the dependency of jackson-databind to address the Deserialization of Untrusted Data vulnerability as documented in Ref. https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-455617 This is affecting com.fasterxml.jackson.core:jackson-databind artifact, versions [,2.9.9.3) --- pom.xml | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index c253c1014..90ebb19ac 100644 --- a/pom.xml +++ b/pom.xml @@ -57,8 +57,8 @@ 1.7 1.7 - 2.27 - 2.9.8 + 2.27 + 2.9.9 4.5.6 1.18 1.11 @@ -94,6 +94,15 @@ com.fasterxml.jackson.jaxrs jackson-jaxrs-json-provider ${jackson-jaxrs.version} + + + + com.fasterxml.jackson.core + jackson-databind + 2.9.9.3 org.glassfish.jersey.connectors @@ -528,7 +537,7 @@ true true false - src/test/resources/checkstyle/checkstyle-config.xml