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 9f20bd9 commit d37629fCopy full SHA for d37629f
owasp-suppression.xml
@@ -36,5 +36,10 @@
36
<notes><![CDATA[ Temporary suppression of slf4j vulnerability ]]></notes>
37
<cpe>cpe:/a:slf4j:slf4j:1.8.0</cpe>
38
</suppress>
39
+ <!-- TODO: Update Jackson and remove suppression -->
40
+ <suppress>
41
+ <notes><![CDATA[ Jackson 2.9.9 vulnerability ]]></notes>
42
+ <cpe>cpe:/a:fasterxml:jackson-databind:2.9.9</cpe>
43
+ </suppress>
44
45
</suppressions>
0 commit comments