Skip to content

Commit 928c26a

Browse files
committed
fix: upgrade commons-compress to v1.20 to remediate CVE-2019-12402
CVE-2019-12402: - Library: org.apache.commons:commons-compress - Vulnerable versions: >= 1.15, < 1.19 - Patched version: 1.19 The file name encoding algorithm used internally in Apache Commons Compress 1.15 to 1.18 can get into an infinite loop when faced with specially crafted inputs. This can lead to a denial of service attack if an attacker can choose the file names inside of an archive created by Compress. Fixes #1078
1 parent f368ee5 commit 928c26a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
<dependency>
172172
<groupId>org.apache.commons</groupId>
173173
<artifactId>commons-compress</artifactId>
174-
<version>1.18</version>
174+
<version>1.20</version>
175175
<exclusions>
176176
<exclusion>
177177
<groupId>org.tukaani</groupId>

0 commit comments

Comments
 (0)