Correctly configure Owasp Dependency Checker plugin #3691
Labels
Dependencies
PR that updates dependencies. Be on the edge!
Enhancement
This PR/Issue improves an part of Kapua
Security
This issue/PR has some security critical aspect and should be issued as soon as possible
Is your feature request related to a problem? Please describe.
We need to configure properly the Owasp Dependency Checker plugin to be able to enable again the
<failBuildOnCVSS>9.0</failBuildOnCVSS>
option.Currently there are a lot of CVE which are reported on components (like activemq) and we remove those vulnerable components in the broker assembly but we do not exclude via dependency management.
Describe the solution you'd like
CVE scan should report only vulnerabilities on components that we are using.
Describe alternatives you've considered
Replace the plugin with another one.
Snyk could be an option?
Additional context
Logs that follow shows the error that appears when you uncomment the option.
The text was updated successfully, but these errors were encountered: