Skip to content

Commit bb26dfb

Browse files
authored
RDCC-6609 - suppress CVE-2022-1471 (#528)
1 parent ec7e007 commit bb26dfb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

config/owasp/suppressions.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,13 @@
99
<suppress>
1010
<cve>CVE-2022-45688</cve>
1111
</suppress>
12+
13+
<suppress>
14+
<notes><![CDATA[
15+
file name: launchdarkly-java-server-sdk-5.10.7.jar (shaded: org.yaml:snakeyaml:1.32)
16+
]]></notes>
17+
<packageUrl regex="true">^pkg:maven/org\.yaml/snakeyaml@.*$</packageUrl>
18+
<cve>CVE-2022-1471</cve>
19+
</suppress>
1220

1321
</suppressions>

0 commit comments

Comments
 (0)