davisusanibar opened a new pull request, #12880:
URL: https://github.com/apache/arrow/pull/12880

   [CVE-2020-36518](https://github.com/advisories/GHSA-57j2-w4cx-62h2): Deeply 
nested json in jackson-databind.
   
   Solved based on [Jackson release 
2.13](https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.13):
   ````
   jackson-databind 2.13.2.2 (28-Mar-2022) -- with jackson-bom version 
2.13.2.20220328
   ````
   
   Before the change: ` mvn compile dependency:tree -Drat.skip=true | grep 
databind` :
   ````
   [INFO] +- com.fasterxml.jackson.core:jackson-databind:jar:2.11.4:compile
   [INFO] |  +- com.fasterxml.jackson.core:jackson-databind:jar:2.11.4:compile
   [INFO] +- com.fasterxml.jackson.core:jackson-databind:jar:2.11.4:compile
   [INFO] +- com.fasterxml.jackson.core:jackson-databind:jar:2.11.4:test
   [INFO] +- com.fasterxml.jackson.core:jackson-databind:jar:2.11.4:compile
   [INFO] |  +- com.fasterxml.jackson.core:jackson-databind:jar:2.11.4:compile
   [INFO] |  +- com.fasterxml.jackson.core:jackson-databind:jar:2.11.4:compile
   [INFO] |  +- com.fasterxml.jackson.core:jackson-databind:jar:2.11.4:compile
   [INFO] |  +- com.fasterxml.jackson.core:jackson-databind:jar:2.11.4:compile
   [INFO] |  +- com.fasterxml.jackson.core:jackson-databind:jar:2.11.4:compile
   [INFO] |  +- com.fasterxml.jackson.core:jackson-databind:jar:2.11.4:compile
   ````
   
   After the change:
   ````
   [INFO] +- com.fasterxml.jackson.core:jackson-databind:jar:2.13.2.2:compile
   [INFO] |  +- com.fasterxml.jackson.core:jackson-databind:jar:2.13.2.2:compile
   [INFO] +- com.fasterxml.jackson.core:jackson-databind:jar:2.13.2.2:compile
   [INFO] +- com.fasterxml.jackson.core:jackson-databind:jar:2.11.4:test
   [INFO] +- com.fasterxml.jackson.core:jackson-databind:jar:2.13.2.2:compile
   [INFO] |  +- com.fasterxml.jackson.core:jackson-databind:jar:2.13.2.2:compile
   [INFO] |  +- com.fasterxml.jackson.core:jackson-databind:jar:2.13.2.2:compile
   [INFO] |  +- com.fasterxml.jackson.core:jackson-databind:jar:2.13.2.2:compile
   [INFO] |  +- com.fasterxml.jackson.core:jackson-databind:jar:2.13.2.2:compile
   [INFO] |  +- com.fasterxml.jackson.core:jackson-databind:jar:2.13.2.2:compile
   [INFO] |  +- com.fasterxml.jackson.core:jackson-databind:jar:2.13.2.2:compile
   ````


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to