-
Notifications
You must be signed in to change notification settings - Fork 301
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
update plexus-build-api #717
Comments
I wanted to try update myself - cloned repo, but when i try do plugin verify/compile i got "Permission denied" for submodule
|
Hello, thanks for the detailed report. The Regarding the issue you posted.
As per mvn depdency tree:
This plugin depends on |
Thanks again for the report I have updated the dependency now. |
plexus-build-api-0.0.7 depends on org.codehaus.plexus:plexus-utils:1.5.8 plexus-build-api-1.2.0 depends on org.codehaus.plexus:plexus-utils:4.0.0 As per
So updating to plexus utils 4.0.0 should fix those problems (if they can be exploited somehow), also 4.0.0 is the latest version available on https://mvnrepository.com/artifact/org.codehaus.plexus/plexus-utils |
Describe the bug (required)
I've included this amazing plugin in my project, but then immediatly Snyk.io notified me about added new 3 vulnerabilities via transitive dependency of
I've wanted to fix that using
<dependEncyManagement>
by forcing version of that plugin - but it is not possible.Problem is that they moved from org.sonatype.plexus to org.codehaus.plexus
So i can't override version (or i don't know how to frce-change )
Maybe that is also reason why your automated system didn't noticed that and didn't suggested to upgrade.
So if it is possible - can you change groupId and update to latest plugin version?
Tell us about your plugin configuration (required)
Tell us about the Plugin version used (required)
8.0.1
Tell us about the Maven version used (required)
Apache Maven 3.8.5
Steps to Reproduce (required)
Use Snyk.io plugin for InteliJIdea or visit mvn repository site
Are there any stacktraces or any error messages? (required)
Vulnerabilities from dependencies:
CVE-2022-4245
CVE-2022-4244
CVE-2017-1000487
Is there a (public) project where this issue can be reproduced? (optional)
No response
Your Environment (optional)
No response
Context (optional)
No response
The text was updated successfully, but these errors were encountered: