Skip to content

Commit

Permalink
dogfooding
Browse files Browse the repository at this point in the history
  • Loading branch information
vemv committed Feb 21, 2024
1 parent 29f3b77 commit 456adbd
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/dogfooding_suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,21 @@
<packageUrl regex="true">^pkg:maven/org\.codehaus\.plexus/plexus-.*$</packageUrl>
<cpe>cpe:/a:codehaus-plexus_project:codehaus-plexus</cpe>
</suppress>
<suppress>
<filePath regex="true">.*\bclojure-complete-0\.2\.5\.jar</filePath>
<cve>CVE-2017-20189</cve>
</suppress>
<suppress>
<filePath regex="true">.*\bcore.\specs\.alpha-0\.2\.62\.jar</filePath>
<cve>CVE-2017-20189</cve>
</suppress>
<suppress>
<filePath regex="true">.*\bspec\.alpha-0\.3\.218\.jar</filePath>
<cve>CVE-2017-20189</cve>
</suppress>
<suppress>
<filePath regex="true">.*\bcommons-compress-1\.25\.0\.jar</filePath>
<cve>CVE-2024-25710</cve>
<cve>CVE-2024-26308</cve>
</suppress>
</suppressions>

0 comments on commit 456adbd

Please sign in to comment.