Skip to content

Commit

Permalink
RDCC-6611: suppress CVE-2022-1471
Browse files Browse the repository at this point in the history
  • Loading branch information
fiyin-cgi committed Mar 23, 2023
1 parent b15bc12 commit 65024a1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config/owasp/suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,11 @@
<suppress>
<cve>CVE-2022-45688</cve>
</suppress>
<suppress>
<notes><![CDATA[
file name: launchdarkly-java-server-sdk-5.10.2.jar (shaded: org.yaml:snakeyaml:1.32)
]]></notes>
<packageUrl regex="true">^pkg:maven/org\.yaml/snakeyaml@.*$</packageUrl>
<cve>CVE-2022-1471</cve>
</suppress>
</suppressions>

0 comments on commit 65024a1

Please sign in to comment.