Skip to content

Commit fb99fe1

Browse files
CVE-2025-48976 Apache Commons FileUpload: FileUpload DoS via part headers (#148)
* Bump commons-fileupload:commons-fileupload Bumps commons-fileupload:commons-fileupload from 1.5 to 1.6.0. --- updated-dependencies: - dependency-name: commons-fileupload:commons-fileupload dependency-version: 1.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Move commons-fileupload dependency to the parent pom --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: maximthomas <[email protected]>
1 parent 25bce19 commit fb99fe1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

commons/launcher/launcher-zip/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@
107107
<dependency>
108108
<groupId>commons-fileupload</groupId>
109109
<artifactId>commons-fileupload</artifactId>
110-
<version>1.5</version>
111110
</dependency>
112111
<dependency>
113112
<groupId>commons-io</groupId>

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -843,6 +843,11 @@
843843
<artifactId>commons-io</artifactId>
844844
<version>2.16.1</version>
845845
</dependency>
846+
<dependency>
847+
<groupId>commons-fileupload</groupId>
848+
<artifactId>commons-fileupload</artifactId>
849+
<version>1.6.0</version>
850+
</dependency>
846851
<dependency>
847852
<groupId>org.apache.commons</groupId>
848853
<artifactId>commons-text</artifactId>

0 commit comments

Comments
 (0)