Skip to content
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

[MNG-6487] Add Sonatype dependency-check plugin to Parent POM #858

Closed
wants to merge 1 commit into from

Conversation

AbdelHajou
Copy link
Contributor

@AbdelHajou AbdelHajou commented Oct 28, 2022

JIRA issue: https://issues.apache.org/jira/browse/MNG-6487

This plugin checks dependencies for CVE vulnerabilities using Sonatype's vulnerability database. The build will fail when CVSS scores of >7.0 (HIGH) are found in any of the sub-modules. As discussed in MPOM-210, the OSS plugin is chosen in favour of OWASP Dependency-Check because the latter reports a lot of false positives and produces noise.

Only compile-time dependencies are included, because these are risky for Maven users and should be resolved before releasing.

This plugin checks dependencies for CVE vulnerabilities using Sonatype's vulnerability database. The build will fail when CVSS scores of >7.0 (HIGH) are found in any of the sub-modules. As discussed in MPOM-210, the OSS plugin is chosen in favour of OWASP Dependency-Check because the latter reports a lot of false positives and produces noise.
@mthmulders
Copy link
Contributor

I think this should go to maven-parent.

@mthmulders mthmulders closed this Oct 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants