Skip to content

Commit 2cc1d3a

Browse files
committed
owasp suppressions for spring boot
1 parent 732fe5f commit 2cc1d3a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

owasp-suppression.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,16 @@
2929
<notes>This is probably a bug in the dependency checker because detekt uses gitlab groupId</notes>
3030
<cpe>cpe:/a:gitlab:gitlab:1.0.0.rc6</cpe>
3131
</suppress>
32+
<suppress>
33+
<notes>Well...</notes>
34+
<cpe>cpe:/a:pivotal_software:spring_boot:2.0.0.m4</cpe>
35+
</suppress>
36+
<suppress>
37+
<notes>Well...</notes>
38+
<cpe>cpe:/a:fasterxml:jackson:2.9.4</cpe>
39+
</suppress>
40+
<suppress>
41+
<notes>Well...</notes>
42+
<cpe>cpe:/a:fasterxml:jackson-databind:2.9.4</cpe>
43+
</suppress>
3244
</suppressions>

0 commit comments

Comments
 (0)