Skip to content

Commit 2216fd4

Browse files
CVE-2025-48976 Apache Commons FileUpload: FileUpload DoS via part headers (#883)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Valery Kharseko <[email protected]>
1 parent 4c98ce2 commit 2216fd4

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@
9090
<commons-beanutils.version>1.11.0</commons-beanutils.version>
9191
<commons-collections.version>3.2.2</commons-collections.version>
9292
<commons-digester.version>2.1</commons-digester.version>
93-
<commons-fileupload.version>1.5</commons-fileupload.version>
9493
<commons-lang.version>2.6</commons-lang.version>
9594
<commons-text.version>1.10.0</commons-text.version>
9695
<commons-logging.version>1.1.3</commons-logging.version>
@@ -1068,11 +1067,6 @@
10681067
<artifactId>commons-digester</artifactId>
10691068
<version>${commons-digester.version}</version>
10701069
</dependency>
1071-
<dependency>
1072-
<groupId>commons-fileupload</groupId>
1073-
<artifactId>commons-fileupload</artifactId>
1074-
<version>${commons-fileupload.version}</version>
1075-
</dependency>
10761070
<dependency>
10771071
<groupId>commons-lang</groupId>
10781072
<artifactId>commons-lang</artifactId>

0 commit comments

Comments
 (0)