Skip to content

Commit

Permalink
[Security] Upgrade commons-compress to 1.21 (#11345)
Browse files Browse the repository at this point in the history
- addresses CVE-2021-35515, CVE-2021-35516, CVE-2021-35517
  and CVE-2021-36090

(cherry picked from commit 73404bf)
  • Loading branch information
lhotari authored and codelipenghui committed Jul 29, 2021
1 parent fe6158b commit d413f29
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion distribution/server/src/assemble/LICENSE.bin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ The Apache Software License, Version 2.0
- commons-lang-commons-lang-2.6.jar
- commons-logging-commons-logging-1.1.1.jar
- org.apache.commons-commons-collections4-4.1.jar
- org.apache.commons-commons-compress-1.19.jar
- org.apache.commons-commons-compress-1.21.jar
- org.apache.commons-commons-lang3-3.11.jar
* Netty
- io.netty-netty-buffer-4.1.66.Final.jar
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ flexible messaging model and an intuitive client API.</description>
<narPluginPhase>package</narPluginPhase>

<!-- apache commons -->
<commons-compress.version>1.19</commons-compress.version>
<commons-compress.version>1.21</commons-compress.version>

<bookkeeper.version>4.14.1</bookkeeper.version>
<zookeeper.version>3.6.3</zookeeper.version>
Expand Down
2 changes: 1 addition & 1 deletion pulsar-sql/presto-distribution/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ The Apache Software License, Version 2.0
- guice-multibindings-4.2.0.jar
* Apache Commons
- commons-math3-3.6.1.jar
- commons-compress-1.19.jar
- commons-compress-1.21.jar
- commons-lang3-3.11.jar
* Netty
- netty-3.10.6.Final.jar
Expand Down

0 comments on commit d413f29

Please sign in to comment.