Skip to content

Commit d37629f

Browse files
committed
Added temporary jackson-databind:2.9.9 suppression since there's no new version available
1 parent 9f20bd9 commit d37629f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

owasp-suppression.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,10 @@
3636
<notes><![CDATA[ Temporary suppression of slf4j vulnerability ]]></notes>
3737
<cpe>cpe:/a:slf4j:slf4j:1.8.0</cpe>
3838
</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>
3944

4045
</suppressions>

0 commit comments

Comments
 (0)