You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by do...@apache.org on 2021/07/14 05:54:21 UTC

[spark] branch branch-3.2 updated: [SPARK-36129][BUILD] Upgrade commons-compress to 1.21 to deal with CVEs

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

dongjoon pushed a commit to branch branch-3.2
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/branch-3.2 by this push:
     new ca8d267  [SPARK-36129][BUILD] Upgrade commons-compress to 1.21 to deal with CVEs
ca8d267 is described below

commit ca8d2670b7664fcd85c2cd0780cf6ecf9b53a742
Author: Kousuke Saruta <sa...@oss.nttdata.com>
AuthorDate: Tue Jul 13 22:53:14 2021 -0700

    [SPARK-36129][BUILD] Upgrade commons-compress to 1.21 to deal with CVEs
    
    ### What changes were proposed in this pull request?
    
    This PR upgrades `commons-compress` from `1.20` to `1.21` to deal with CVEs.
    
    ### Why are the changes needed?
    
    Some CVEs which affect `commons-compress 1.20` are reported and fixed in `1.21`.
    https://commons.apache.org/proper/commons-compress/security-reports.html
    
    * CVE-2021-35515
    * CVE-2021-35516
    * CVE-2021-35517
    * CVE-2021-36090
    
    The severities are reported as low for all the CVEs but it would be better to deal with them just in case.
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    CI.
    
    Closes #33333 from sarutak/upgrade-commons-compress-1.21.
    
    Authored-by: Kousuke Saruta <sa...@oss.nttdata.com>
    Signed-off-by: Dongjoon Hyun <do...@apache.org>
    (cherry picked from commit fd06cc211d7d1579067ad717da9976aabd71b70d)
    Signed-off-by: Dongjoon Hyun <do...@apache.org>
---
 dev/deps/spark-deps-hadoop-2.7-hive-2.3 | 2 +-
 dev/deps/spark-deps-hadoop-3.2-hive-2.3 | 2 +-
 pom.xml                                 | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev/deps/spark-deps-hadoop-2.7-hive-2.3 b/dev/deps/spark-deps-hadoop-2.7-hive-2.3
index 437c65f..818899a 100644
--- a/dev/deps/spark-deps-hadoop-2.7-hive-2.3
+++ b/dev/deps/spark-deps-hadoop-2.7-hive-2.3
@@ -38,7 +38,7 @@ commons-cli/1.2//commons-cli-1.2.jar
 commons-codec/1.15//commons-codec-1.15.jar
 commons-collections/3.2.2//commons-collections-3.2.2.jar
 commons-compiler/3.0.16//commons-compiler-3.0.16.jar
-commons-compress/1.20//commons-compress-1.20.jar
+commons-compress/1.21//commons-compress-1.21.jar
 commons-configuration/1.6//commons-configuration-1.6.jar
 commons-crypto/1.1.0//commons-crypto-1.1.0.jar
 commons-dbcp/1.4//commons-dbcp-1.4.jar
diff --git a/dev/deps/spark-deps-hadoop-3.2-hive-2.3 b/dev/deps/spark-deps-hadoop-3.2-hive-2.3
index e0bd1d8..bd80eb9 100644
--- a/dev/deps/spark-deps-hadoop-3.2-hive-2.3
+++ b/dev/deps/spark-deps-hadoop-3.2-hive-2.3
@@ -32,7 +32,7 @@ commons-cli/1.2//commons-cli-1.2.jar
 commons-codec/1.15//commons-codec-1.15.jar
 commons-collections/3.2.2//commons-collections-3.2.2.jar
 commons-compiler/3.0.16//commons-compiler-3.0.16.jar
-commons-compress/1.20//commons-compress-1.20.jar
+commons-compress/1.21//commons-compress-1.21.jar
 commons-crypto/1.1.0//commons-crypto-1.1.0.jar
 commons-dbcp/1.4//commons-dbcp-1.4.jar
 commons-io/2.8.0//commons-io-2.8.0.jar
diff --git a/pom.xml b/pom.xml
index 6b598da..a49894e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -172,7 +172,7 @@
     <netlib.java.version>1.1.2</netlib.java.version>
     <netlib.ludovic.dev.version>2.2.0</netlib.ludovic.dev.version>
     <commons-codec.version>1.15</commons-codec.version>
-    <commons-compress.version>1.20</commons-compress.version>
+    <commons-compress.version>1.21</commons-compress.version>
     <commons-io.version>2.8.0</commons-io.version>
     <!-- org.apache.commons/commons-lang/-->
     <commons-lang2.version>2.6</commons-lang2.version>

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org