-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsecurity-excuses.xml
132 lines (120 loc) · 4.07 KB
/
security-excuses.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
<?xml version="1.0" encoding="UTF-8"?>
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.1.xsd">
<!-- Gregor somehow gets identified as Git - suppress. -->
<suppress>
<notes><![CDATA[
file name: gregor-0.6.0.jar
]]></notes>
<gav regex="true">^io\.weft:gregor:.*$</gav>
<cpe>cpe:/a:git_project:git</cpe>
</suppress>
<suppress>
<notes><![CDATA[
file name: gregor-0.6.0.jar
]]></notes>
<gav regex="true">^io\.weft:gregor:.*$</gav>
<cpe>cpe:/a:git:git</cpe>
</suppress>
<!-- This time re-frame gets identified as Git -->
<suppress>
<notes><![CDATA[
file name: re-frame-0.10.4.jar
]]></notes>
<gav regex="true">^re-frame:re-frame:.*$</gav>
<cpe>cpe:/a:git:git</cpe>
</suppress>
<suppress>
<notes><![CDATA[
file name: re-frame-0.10.4.jar
]]></notes>
<gav regex="true">^re-frame:re-frame:.*$</gav>
<cpe>cpe:/a:git_project:git</cpe>
</suppress>
<!-- We're not compiling Scala. -->
<suppress>
<notes><![CDATA[
file name: scala-library-2.11.11.jar
]]></notes>
<gav regex="true">^org\.scala-lang:scala-library:.*$</gav>
<cve>CVE-2017-15288</cve>
</suppress>
<!-- We're not Font.php -->
<suppress>
<notes><![CDATA[
file name: font-awesome-4.7.0.jar
]]></notes>
<gav regex="true">^org\.webjars:font-awesome:.*$</gav>
<cve>CVE-2015-7683</cve>
</suppress>
<!-- This is a Google SSO backend vulnerability. -->
<suppress>
<notes><![CDATA[
file name: closure-compiler-unshaded-v20161201.jar
]]></notes>
<gav regex="true">^com\.google\.javascript:closure-compiler-unshaded:.*$</gav>
<cve>CVE-2008-3891</cve>
</suppress>
<!-- It's :scope "provided", compile-time only -->
<suppress>
<notes><![CDATA[
file name: protobuf-java-3.0.2.jar
]]></notes>
<gav regex="true">^com\.google\.protobuf:protobuf-java:.*$</gav>
<cve>CVE-2015-5237</cve>
</suppress>
<!-- That's the PostgreSQL distribution, not the JDBC driver -->
<suppress>
<notes><![CDATA[
file name: postgresql-42.1.3.jar
]]></notes>
<gav regex="true">^org\.postgresql:postgresql:.*$</gav>
<cpe>cpe:/a:postgresql:postgresql</cpe>
</suppress>
<!-- We're a zookeeper client, not server -->
<suppress>
<notes><![CDATA[
file name: zookeeper-3.4.10.jar
]]></notes>
<gav regex="true">^org\.apache\.zookeeper:zookeeper:.*$</gav>
<cve>CVE-2014-0085</cve>
</suppress>
<!-- We're not moment.js -->
<suppress>
<notes><![CDATA[
file name: moment-2.17.1-0.jar
]]></notes>
<gav regex="true">^cljsjs:moment:.*$</gav>
<cpe>cpe:/a:moment_project:moment</cpe>
</suppress>
<!-- We're not facebook -->
<suppress>
<notes><![CDATA[
file name: prop-types-15.6.0-0.jar
]]></notes>
<gav regex="true">^cljsjs:prop-types:.*$</gav>
<cpe>cpe:/a:facebook:facebook</cpe>
</suppress>
<!-- We're also not Zookeeper. Who would have thought. -->
<suppress>
<notes><![CDATA[
file name: zookeeper-3.4.10.jar
]]></notes>
<gav regex="true">^org\.apache\.zookeeper:zookeeper:.*$</gav>
<cve>CVE-2018-8012</cve>
</suppress>
<!-- We're not... app_project:app, whatever it is. -->
<suppress>
<notes><![CDATA[
file name: mount-0.1.12.jar
]]></notes>
<gav regex="true">^mount:mount:.*$</gav>
<cpe>cpe:/a:app_project:app</cpe>
</suppress>
<suppress>
<notes><![CDATA[
file name: ring-etag-middleware-0.2.0.jar
]]></notes>
<gav regex="true">^co\.deps:ring-etag-middleware:.*$</gav>
<cpe>cpe:/a:app_project:app</cpe>
</suppress>
</suppressions>