Skip to content

Commit dc3eb33

Browse files
committed
update owasp suppressions
1 parent ac72ad5 commit dc3eb33

File tree

1 file changed

+4
-33
lines changed

1 file changed

+4
-33
lines changed

owasp-suppression.xml

Lines changed: 4 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,19 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.1.xsd">
3-
<suppress>
4-
<notes>code-assert is only used during test phase, so vulnerable libs do not end in production code.</notes>
5-
<sha1>c586cd0b44cae8c0239a977277f99d08d751a482</sha1>
6-
<cpe>cpe:/a:apple:java:1.4</cpe>
7-
</suppress>
8-
<suppress>
9-
<notes>code-assert is only used during test phase, so vulnerable libs do not end in production code.</notes>
10-
<sha1>8613ae82954779d518631e05daa73a6a954817d5</sha1>
11-
<cpe>cpe:/a:bean_project:bean:7.x-1.1::~~~drupal~~</cpe>
12-
</suppress>
13-
<suppress>
14-
<notes>Haha funny! But code-assert is only used during test phase, so vulnerable libs do not end in production code.</notes>
15-
<sha1>a178eeeb5f3e15660e94d5731a3dc161c8350099</sha1>
16-
<cpe>cpe:/a:mod_security:mod_security:1.7.1</cpe>
17-
</suppress>
18-
<suppress>
19-
<notes>This is a nexus-staging dependency, what can we do?</notes>
20-
<sha1>50ade46f23bb38cd984b4ec560c46223432aac38</sha1>
21-
<cpe>cpe:/a:spice_project:spice:1.4</cpe>
22-
</suppress>
23-
<suppress>
24-
<notes>This is a nexus-staging dependency, what can we do?</notes>
25-
<sha1>dedc02034fb8fcd7615d66593228cb71709134b4</sha1>
26-
<cpe>cpe:/a:spice_project:spice:1.3</cpe>
27-
</suppress>
28-
<suppress>
29-
<notes>This is probably a bug in the dependency checker because detekt uses gitlab groupId</notes>
30-
<cpe>cpe:/a:gitlab:gitlab:1.0.0.rc8</cpe>
31-
</suppress>
323
<suppress>
334
<notes>Well...</notes>
34-
<cpe>cpe:/a:pivotal_software:spring_boot:2.0.0.m4</cpe>
5+
<cpe>cpe:/a:fasterxml:jackson:2.9.6</cpe>
356
</suppress>
367
<suppress>
378
<notes>Well...</notes>
38-
<cpe>cpe:/a:fasterxml:jackson:2.9.4</cpe>
9+
<cpe>cpe:/a:google:guava:19.0</cpe>
3910
</suppress>
4011
<suppress>
4112
<notes>Well...</notes>
42-
<cpe>cpe:/a:fasterxml:jackson-databind:2.9.4</cpe>
13+
<cpe>cpe:/a:fasterxml:jackson-databind:2.9.6</cpe>
4314
</suppress>
4415
<suppress>
4516
<notes>Well...</notes>
46-
<cpe>cpe:/a:oracle:glassfish:1.3.2</cpe>
17+
<cpe>cpe:/a:sec_project:sec:1.3</cpe>
4718
</suppress>
4819
</suppressions>

0 commit comments

Comments
 (0)