Skip to content

Commit

Permalink
Fixed Improper Handling of Length Parameter Inconsistency in org.apac…
Browse files Browse the repository at this point in the history
…he.commons:commons-compress

      CVE-2021-36090
  • Loading branch information
ttrzcinski committed Jan 24, 2024
1 parent 6221853 commit c454564
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,16 @@
<artifactId>commons-io</artifactId>
<version>2.7</version>
</dependency>
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>1.15.3</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.21</version>
</dependency>

<!-- Core library -->
<dependency>
Expand Down

0 comments on commit c454564

Please sign in to comment.