You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2022/10/28 13:06:53 UTC

[GitHub] [maven] AbdelHajou opened a new pull request, #858: [MNG-6487] Add Sonatype dependency-check plugin to Parent POM

AbdelHajou opened a new pull request, #858:
URL: https://github.com/apache/maven/pull/858

   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.
   
    - [ ] I hereby declare this contribution to be licenced under the [Apache License Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0)
   
    - [ ] In any other case, please file an [Apache Individual Contributor License Agreement](https://www.apache.org/licenses/icla.pdf).
   
   [core-its]: https://maven.apache.org/core-its/core-it-suite/
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [maven] mthmulders commented on pull request #858: [MNG-6487] Add Sonatype dependency-check plugin to Parent POM

Posted by GitBox <gi...@apache.org>.
mthmulders commented on PR #858:
URL: https://github.com/apache/maven/pull/858#issuecomment-1295081209

   I think this should go to [maven-parent](https://github.com/apache/maven-parent).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [maven] mthmulders closed pull request #858: [MNG-6487] Add Sonatype dependency-check plugin to Parent POM

Posted by GitBox <gi...@apache.org>.
mthmulders closed pull request #858: [MNG-6487] Add Sonatype dependency-check plugin to Parent POM
URL: https://github.com/apache/maven/pull/858


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org