Skip to content

Commit 8993f24

Browse files
CVE-2024-47554 Apache Commons IO: Possible denial of service attack on untrusted input to XmlStreamReader (#75)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Valera V Harseko <[email protected]>
1 parent 264acaf commit 8993f24

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

custom-scripted-connector-bundler/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@
109109
<dependency>
110110
<groupId>commons-io</groupId>
111111
<artifactId>commons-io</artifactId>
112-
<version>2.7</version>
113112
</dependency>
114113
</dependencies>
115114
<build>

pom.xml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
~ information: "Portions copyright [year] [name of copyright owner]".
1414
~
1515
~ Copyright 2011-2016 ForgeRock AS.
16-
~ Portions Copyrighted 2024 3A Systems LLC.
16+
~ Portions Copyrighted 2019-2024 3A Systems LLC.
1717
-->
1818
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1919
<modelVersion>4.0.0</modelVersion>
@@ -180,7 +180,6 @@
180180

181181
<!-- Apache Commons versions -->
182182
<apache.commons-codec.version>1.10</apache.commons-codec.version>
183-
<apache.commons-io.version>2.7</apache.commons-io.version>
184183
<apache.commons-fileupload.version>1.5</apache.commons-fileupload.version>
185184

186185
<ant.contrib.version>1.0b3</ant.contrib.version>
@@ -417,11 +416,6 @@
417416
<artifactId>commons-codec</artifactId>
418417
<version>${apache.commons-codec.version}</version>
419418
</dependency>
420-
<dependency>
421-
<groupId>commons-io</groupId>
422-
<artifactId>commons-io</artifactId>
423-
<version>${apache.commons-io.version}</version>
424-
</dependency>
425419
<dependency>
426420
<groupId>commons-fileupload</groupId>
427421
<artifactId>commons-fileupload</artifactId>

0 commit comments

Comments
 (0)