Skip to content

Commit

Permalink
Merge pull request #1502 from macfarla/sup
Browse files Browse the repository at this point in the history
add suppression for snakeyaml 1.33 for a new CVE
  • Loading branch information
macfarla authored Nov 15, 2022
2 parents f4d6636 + 458a976 commit 00aa7fa
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions cvss-suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@
<suppress>
<notes><![CDATA[
file name: snakeyaml-1.33.jar
]]></notes>
<packageUrl regex="true">^pkg:maven/org.yaml/snakeyaml@1.33</packageUrl>
<cve>CVE-2022-41854</cve>
</suppress>
<suppress>
<notes><![CDATA[
file name: snakeyaml-1.33.jar
]]></notes>
<packageUrl regex="true">^pkg:maven/org.yaml/snakeyaml@1.33</packageUrl>
<cve>CVE-2022-38752</cve>
Expand Down

0 comments on commit 00aa7fa

Please sign in to comment.