DependencyCheck
DependencyCheck copied to clipboard
Suppression with multiple CVE tags will not output as unmatched when there is at least one other CVE that does match
Describe the bug Since https://github.com/jeremylong/DependencyCheck/issues/4685 the unmatched suppression rules are outputted. I think there is a bug in this logic. When a suppression is listed with multiple CVEs, where 1 CVE will not match, there is no output if there is at least one other CVE that is matched.
Version of dependency-check used The problem occurs using version 7.1.2 of the maven plugin.
To Reproduce Steps to reproduce the behavior:
- Download https://jurr.org/owasp_dependency_check/zero_matches_suppression_rules_bug.zip
- Unzip
- Read README.txt
Expected behavior See the README.txt contained in the zip file.