Closed as not planned
Description
- https://techblog.bozho.net/owasp-dependency-check-maven-plugin-must/
- https://jeremylong.github.io/DependencyCheck/dependency-check-maven/
- https://jeremylong.github.io/DependencyCheck/general/suppression.html
It can be running by executing mvn org.owasp:dependency-check-maven:check
command.
The report will be here: target/dependency-check-report.html
Probably, we shouldn't run it with all other checks but separately as a cron job.