You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by GitBox <gi...@apache.org> on 2019/09/24 14:35:43 UTC

[GitHub] [tinkerpop] justinchuch opened a new pull request #1200: Upgrade jackson due to CVE issues

justinchuch opened a new pull request #1200: Upgrade jackson due to CVE issues
URL: https://github.com/apache/tinkerpop/pull/1200
 
 
   **CVE-2019-14379, CVE-2019-14540, CVE-2019-16335**
   
   According to sourceclear, `jackson-databind` has the following CVE issues:
   
   CVE-2019-14379
   https://www.sourceclear.com/vulnerability-database/security/remote-code-execution-rce-/java/sid-20928
   
   CVE-2019-14540
   https://www.sourceclear.com/vulnerability-database/security/deserialization-of-untrusted-data/java/sid-21522
   
   CVE-2019-16335
   https://www.sourceclear.com/vulnerability-database/security/deserialization-of-untrusted-data/java/sid-21523
   
   * Upgraded `jackson-databind` to 2.9.10 due to CVE-2019-14379, CVE-2019-14540, CVE-2019-16335.
   * Adjusted Dependency convergence errors due to the upgrade of `jackson-databind` with the following changes:
     - Aligned `jackson-annotations` to 2.9.10.
     - Aligned `jackson-module-scala_2.11` to 2.9.10.
     - Bumped `scala-library` and `scala-reflect` to 2.11.12 due to the upgrade of `jackson-module-scala_2.11`.
     - Bumped `paranamer` to 2.8.
   
   Run `docker/build.sh -t -i -n` and the Reactor Summary reported BUILD SUCCESS.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services