Skip to content

Commit

Permalink
Do no longer suppress CVE reports
Browse files Browse the repository at this point in the history
  • Loading branch information
kwin committed Sep 27, 2023
1 parent 6cabe92 commit c9193de
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions accesscontroltool-bundle/suppression.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
<?xml version="1.0" encoding="UTF-8"?>
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd">
<suppress>
<notes><![CDATA[
Snakeyaml 2.0.0 is not out yet, and the yaml is only executed by admins (compare with https://bitbucket.org/snakeyaml/snakeyaml/issues/561/cve-2022-1471-vulnerability-in)
]]></notes>
<packageUrl regex="true">^pkg:maven/org\.yaml/snakeyaml@.*$</packageUrl>
<vulnerabilityName>CVE-2022-1471</vulnerabilityName>
</suppress>
</suppressions>

0 comments on commit c9193de

Please sign in to comment.