[ 
https://issues.apache.org/jira/browse/KYLIN-3372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16493039#comment-16493039
 ] 

ASF GitHub Bot commented on KYLIN-3372:
---------------------------------------

shaofengshi closed pull request #144: KYLIN-3372 upgrade jackson databind 
version to 2.9.5
URL: https://github.com/apache/kylin/pull/144
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/pom.xml b/pom.xml
index a8e8312e1c..e6372c5417 100644
--- a/pom.xml
+++ b/pom.xml
@@ -82,7 +82,7 @@
         <commons-collections.version>3.2.2</commons-collections.version>
 
         <!-- Calcite deps, keep compatible with calcite.version -->
-        <jackson.version>2.6.7.1</jackson.version>
+        <jackson.version>2.9.5</jackson.version>
 
         <!-- Test Dependency versions -->
         <antlr.version>3.4</antlr.version>
@@ -595,11 +595,21 @@
                     </exclusion>
                 </exclusions>
             </dependency>
+            <dependency>
+                <groupId>com.fasterxml.jackson.core</groupId>
+                <artifactId>jackson-core</artifactId>
+                <version>${jackson.version}</version>
+            </dependency>
             <dependency>
                 <groupId>com.fasterxml.jackson.core</groupId>
                 <artifactId>jackson-databind</artifactId>
                 <version>${jackson.version}</version>
             </dependency>
+            <dependency>
+                <groupId>com.fasterxml.jackson.core</groupId>
+                <artifactId>jackson-annotations</artifactId>
+                <version>${jackson.version}</version>
+            </dependency>
 
             <!-- Spark dependency -->
             <dependency>


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Upgrade jackson-databind version due to security concerns
> ---------------------------------------------------------
>
>                 Key: KYLIN-3372
>                 URL: https://issues.apache.org/jira/browse/KYLIN-3372
>             Project: Kylin
>          Issue Type: Task
>            Reporter: Ted Yu
>            Assignee: Chao Long
>            Priority: Major
>             Fix For: v2.4.0
>
>
> * https://nvd.nist.gov/vuln/detail/CVE-2018-5968
> * https://nvd.nist.gov/vuln/detail/CVE-2018-7489
> * https://nvd.nist.gov/vuln/detail/CVE-2017-7525
> * https://nvd.nist.gov/vuln/detail/CVE-2017-17485
> * https://nvd.nist.gov/vuln/detail/CVE-2017-15095
> We should either remove the dependency or upgrade to version 2.8.11.1 or the 
> latest, if possible.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to