albuch / sbt-dependency-check

SBT Plugin for OWASP DependencyCheck. Monitor your dependencies and report if there are any publicly known vulnerabilities (e.g. CVEs). :rainbow:
Apache License 2.0
266 stars 35 forks source link

dependencyListUnusedSuppressions #302

Open brsyuksel opened 1 year ago

brsyuksel commented 1 year ago

Fixes Issue

Description of Change

Introduces a new task that checks the false positive xml file in order to list unnecessary suppressions

Have test cases been added to cover the new functionality?

no

special thanks @Gommorach @DutchDestroyer