Provides transitive vulnerable dependency maven:org.apache.commons:commons-compress:1.4.1

CVE-2018-11771 5.5 Loop with Unreachable Exit Condition ('Infinite Loop') vulnerability pending CVSS allocation
CVE-2021-35515 7.5 Excessive Iteration vulnerability pending CVSS allocation
CVE-2021-35516 7.5 Improper Handling of Length Parameter Inconsistency vulnerability pending CVSS allocation
CVE-2021-35517 7.5 Improper Handling of Length Parameter Inconsistency vulnerability pending CVSS allocation
CVE-2021-36090 7.5 Improper Handling of Length Parameter Inconsistency vulnerability pending CVSS allocation
This commit is contained in:
Joakim Erdfelt 2023-08-25 11:11:38 -05:00
parent ae71b40acf
commit 6e96f2c4d7
No known key found for this signature in database
GPG Key ID: 2D0E1FB8FE4B68B4
1 changed files with 6 additions and 1 deletions

View File

@ -46,7 +46,7 @@
<build-support.version>1.5</build-support.version>
<checkstyle.version>10.6.0</checkstyle.version>
<commons-codec.version>1.16.0</commons-codec.version>
<commons.compress.version>1.23.0</commons.compress.version>
<commons-compress.version>1.23.0</commons-compress.version>
<commons.io.version>2.13.0</commons.io.version>
<commons-lang3.version>3.13.0</commons-lang3.version>
<conscrypt.version>2.5.2</conscrypt.version>
@ -1010,6 +1010,11 @@
<artifactId>commons-codec</artifactId>
<version>${commons-codec.version}</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>${commons-compress.version}</version>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-core</artifactId>