Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
suppress vulnerabilities that cannot be patched
Browse files Browse the repository at this point in the history
  • Loading branch information
tunderwood committed Nov 5, 2020
1 parent e250e8d commit 45af52f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions dependency-check-supressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -146,4 +146,11 @@
<packageUrl regex="true">^pkg:javascript/jquery@.*$</packageUrl>
<cve>CVE-2020-11022</cve>
</suppress>
<suppress>
<notes><![CDATA[
file name: testng-7.3.0.jar: jquery-3.4.1.min.js
]]></notes>
<packageUrl regex="true">^pkg:javascript/jquery@.*$</packageUrl>
<cve>CVE-2020-11023</cve>
</suppress>
</suppressions>

0 comments on commit 45af52f

Please sign in to comment.