You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zookeeper.apache.org by ar...@apache.org on 2022/03/30 18:56:44 UTC

[zookeeper] branch master updated: ZOOKEEPER-4505: CVE-2020-36518 - Upgrade jackson databind to 2.13.2.1

This is an automated email from the ASF dual-hosted git repository.

arshad pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/zookeeper.git


The following commit(s) were added to refs/heads/master by this push:
     new 78bbb12  ZOOKEEPER-4505: CVE-2020-36518 - Upgrade jackson databind to 2.13.2.1
78bbb12 is described below

commit 78bbb123cfcbdd8da9d118f08b49d1d00c43f53d
Author: Edwin Hobor <ed...@gmail.com>
AuthorDate: Thu Mar 31 00:27:23 2022 +0530

    ZOOKEEPER-4505: CVE-2020-36518 - Upgrade jackson databind to 2.13.2.1
    
    CVE-2020-36518 vulnerability affects jackson-databind in Zookeeper (see https://github.com/advisories/GHSA-57j2-w4cx-62h2).
    
    Upgrading to jackson-databind version 2.13.2.1 should address this issue.
    
    Author: Edwin Hobor <ed...@gmail.com>
    
    Reviewers: maoling <ma...@apache.org>,Enrico Olivelli <eo...@apache.org>, Mohammad Arshad <ar...@apache.org>
    
    Closes #1842 from edwin092/edwin/ZOOKEEPER-4505
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f14f317..5ff2514 100755
--- a/pom.xml
+++ b/pom.xml
@@ -470,7 +470,7 @@
     <netty.version>4.1.73.Final</netty.version>
     <netty.tcnative.version>2.0.48.Final</netty.tcnative.version>
     <jetty.version>9.4.43.v20210629</jetty.version>
-    <jackson.version>2.13.1</jackson.version>
+    <jackson.version>2.13.2.1</jackson.version>
     <jline.version>2.14.6</jline.version>
     <snappy.version>1.1.7.7</snappy.version>
     <kerby.version>2.0.0</kerby.version>