Skip to content

Commit 8aa22bb

Browse files
committed
Suppressed non-applicable CVE.
1 parent 3984cad commit 8aa22bb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

etc/owasp-suppressions.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,11 @@
7777
<packageUrl regex="true">^pkg:maven/org\.yaml/snakeyaml@.*$</packageUrl>
7878
<vulnerabilityName>CVE-2022-38752</vulnerabilityName>
7979
</suppress>
80+
<suppress>
81+
<notes><![CDATA[
82+
file name: snakeyaml-1.32.jar
83+
]]></notes>
84+
<packageUrl regex="true">^pkg:maven/org\.yaml/snakeyaml@.*$</packageUrl>
85+
<vulnerabilityName>CVE-2022-41854</vulnerabilityName>
86+
</suppress>
8087
</suppressions>

0 commit comments

Comments
 (0)