-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
The ace-maven-plugin uses under the cover for the packaging the "build-helper-maven-plugin"
to attach build outputs (e.g. the bar file) to the maven artefact / package.
Unfortunately the build-helper-maven-plugin has a transitive dependency to a quite old version of the commons-io plugin which has a CVE
--> https://mvnrepository.com/artifact/commons-io/commons-io/2.11.0
--> CVE: CVE-2024-47554
This should be of course fixed. Unfortunately - as of now - there is no newer version of the build-helper-maven-plugin available.
Options:
- wait for a new version of the build-helper-maven-plugin
- change the packaging --> one option would be leverage the maven-assembly-plugin
Next steps:
- check if the maven-assembly-plugin can be modified / configured to add the generated bar file
Metadata
Metadata
Assignees
Labels
No labels