Skip to content

fix commons-fileupload dependency for high CVEs #596

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

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.

@@ -34,7 +34,7 @@ jobs:
- name: echo javac version
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
Development

Successfully merging this pull request may close these issues.

2 participants