Skip to content

Commit

Permalink
Supress plexus FPs
Browse files Browse the repository at this point in the history
  • Loading branch information
barchetta committed Oct 18, 2023
1 parent a310ad1 commit 9b60d3e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions etc/dependency-check-suppression.xml
Original file line number Diff line number Diff line change
Expand Up @@ -171,5 +171,14 @@
<cve>CVE-2023-4759</cve>
</suppress>

<!--
These are FPs.
See https://github.com/jeremylong/DependencyCheck/issues/5973
-->
<suppress>
<packageUrl regex="true">^pkg:maven/org\.codehaus\.plexus/plexus\-(cipher|classworlds|component-annotations|interpolation|container-default|sec-dispatcher)@.*$</packageUrl>
<cve>CVE-2022-4244</cve>
<cve>CVE-2022-4245</cve>
</suppress>

</suppressions>

0 comments on commit 9b60d3e

Please sign in to comment.