We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f1479b commit a70b13aCopy full SHA for a70b13a
owasp-suppressions.xml
@@ -16,4 +16,11 @@
16
<packageUrl regex="true">^pkg:maven/io\.github\.graphql\-java/graphql\-java\-annotations@.*$</packageUrl>
17
<cpe>cpe:/a:graphql-java:graphql-java</cpe>
18
</suppress>
19
+ <suppress until="2023-06-29Z">
20
+ <notes><![CDATA[
21
+ file name: jackson-databind-2.15.2.jar
22
+ ]]></notes>
23
+ <packageUrl regex="true">^pkg:maven/com\.fasterxml\.jackson\.core/jackson\-databind@.*$</packageUrl>
24
+ <cve>CVE-2023-35116</cve>
25
+ </suppress>
26
</suppressions>
0 commit comments