Skip to content

Commit

Permalink
Added suppression (#386)
Browse files Browse the repository at this point in the history
  • Loading branch information
vdeshkar authored Oct 13, 2023
1 parent b27f7bb commit 2fd7fad
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions owasp-dependency-check-suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -290,4 +290,18 @@
<packageUrl regex="true">^pkg:maven/org\.codehaus\.plexus/plexus\-interpolation@.*$</packageUrl>
<cve>CVE-2022-4245</cve>
</suppress>
<suppress>
<notes><![CDATA[
file name: plexus-component-annotations-2.1.0.jar
]]></notes>
<packageUrl regex="true">^pkg:maven/org\.codehaus\.plexus/plexus\-component\-annotations@.*$</packageUrl>
<cve>CVE-2022-4244</cve>
</suppress>
<suppress>
<notes><![CDATA[
file name: plexus-component-annotations-2.1.0.jar
]]></notes>
<packageUrl regex="true">^pkg:maven/org\.codehaus\.plexus/plexus\-component\-annotations@.*$</packageUrl>
<cve>CVE-2022-4245</cve>
</suppress>
</suppressions>

0 comments on commit 2fd7fad

Please sign in to comment.