Skip to content

fix commons-fileupload dependency for high CVEs#596

Open
YuMuuu wants to merge 2 commits intotwitter:developfrom
YuMuuu:update-commons-fileuploa
Open

fix commons-fileupload dependency for high CVEs#596
YuMuuu wants to merge 2 commits intotwitter:developfrom
YuMuuu:update-commons-fileuploa

Conversation

@YuMuuu
Copy link

@YuMuuu YuMuuu commented Jun 12, 2025

Update commons-fileupload to 1.5 to address CVE-2023-24998.

This PR upgrades commons-fileupload from version 1.4 to 1.5.

reference: https://nvd.nist.gov/vuln/detail/cve-2023-24998

@CLAassistant
Copy link

CLAassistant commented Jun 12, 2025

CLA assistant check
All committers have signed the CLA.

run: javac -J-Xmx32m -version
- name: cache build dependencies
uses: actions/cache@v2
uses: actions/cache@v4
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

actions/cache@v2 did not work as expected, so it has been updated to v4.

https://github.com/YuMuuu/finatra/actions/runs/15608659063

@YuMuuu YuMuuu changed the title fix commons-fileupload dependency high CVEs fix commons-fileupload dependency for high CVEs Jun 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants