We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7b80279 + bcf643b commit aa3c71eCopy full SHA for aa3c71e
1 file changed
config/owasp/suppressions.xml
@@ -45,4 +45,8 @@ file name: launchdarkly-java-server-sdk-5.10.7.jar (shaded: org.yaml:snakeyaml:1
45
<packageUrl regex="true">^pkg:maven/org\.yaml/snakeyaml@.*$</packageUrl>
46
<cve>CVE-2022-1471</cve>
47
</suppress>
48
+ <suppress>
49
+ <notes>Suppressing disputed CVE: https://github.com/FasterXML/jackson-databind/issues/3972</notes>
50
+ <cve>CVE-2023-35116</cve>
51
+ </suppress>
52
</suppressions>
0 commit comments