Update Maven resources plugin & Apache Commons CLI to address CVE-2024-47554 #1183
Labels
good first issue
Good for newcomers
help wanted
Extra attention is needed
kind/bug
Something isn't working
Expected Behavior
Security scans pass when including dapr 1.13.1 SDK in Java CI builds.
Actual Behavior
CVE-2024-47554 vulnerability is reported due to inclusion of commons-io version 2.11.0 in the maven-resources-plugin 3.3.0 and commons-cli 1.4 libraries.
Steps to Reproduce the Problem
Build with dapr 1.13.1 and scan for CVE vulnerabilities.
Required update
Update maven-resources-plugin to version 3.3.1 and commons-cli to 1.9.0. I found the issue in sdk/pom.xml but the plugin and commons-cli reference could be in other pom.xml files as well. I did not perform an exhaustive search.
Release Note
RELEASE NOTE: UPDATE Resolves CVE-2024-47554 in Apache dependencies
The text was updated successfully, but these errors were encountered: