forked from codice/ddf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdependency-check-maven-config.xml
245 lines (239 loc) · 10.2 KB
/
dependency-check-maven-config.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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
<?xml version="1.0" encoding="UTF-8"?>
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.1.xsd">
<!-- proxy-camel-servlet false positives - these are all because the proxy-camel-servlet is getting confused with the camel-servlet-->
<suppress>
<notes>
This is an issue with Camel version before 2.16.1 OWASP appears to have confused the
internal proxy-camel-servlet version with the overall Camel version - marking as false
positive.
ddf distribution -> org.apache.karaf.decanter.appender.camel-1.3.0.jar
</notes>
<cve>CVE-2014-0002</cve>
<cve>CVE-2014-0003</cve>
<cve>CVE-2015-5344</cve>
<cve>CVE-2017-3159</cve>
<cve>CVE-2017-12633</cve>
<cve>CVE-2017-12634</cve>
<cve>CVE-2016-8749</cve>
</suppress>
<suppress>
<notes>
This is an issue with Camel version before 2.16.1 OWASP appears to have confused the
internal proxy-camel-servlet version with the overall Camel version - marking as false
positive.
org.apache.karaf.decanter.appender.camel-1.3.0.jar
org.apache.karaf.decanter.collector.camel-tracer-1.3.0.jar
org.apache.karaf.decanter.sla.camel-1.3.0.jar
</notes>
<cve>CVE-2014-0002</cve>
<cve>CVE-2014-0003</cve>
<cve>CVE-2015-5344</cve>
</suppress>
<suppress>
<notes>
These CVEs are incorrectly attributing a CXF vulnerability to Camel
camel-cxf-2.19.0.jar.
The CVEs are in CXF versions in this case the camel version is incorrectly being used
</notes>
<cve>CVE-2016-8739</cve>
</suppress>
<suppress>
<notes>
These CVEs are all related to asciidoc and jruby vulnerabilities which are only used
when the documentation is building.
asciidoctorj-1.5.6.jar: jruby_cache_backend.jar
jruby-complete-9.0.4.0.jar: jopenssl.jar
jruby-complete-9.0.4.0.jar: readline.jar
jruby-complete-9.0.4.0.jar: cparse-jruby.jar
jruby-complete-9.0.4.0.jar/META-INF/maven/com.boundary/high-scale-lib/pom.xml
</notes>
<cve>CVE-1999-0428</cve>
<cve>CVE-2009-3245</cve>
<cve>CVE-2010-0742</cve>
<cve>CVE-2010-4252</cve>
<cve>CVE-2011-4838</cve>
<cve>CVE-2012-2110</cve>
<cve>CVE-2014-3567</cve>
<cve>CVE-2014-8176</cve>
<cve>CVE-2015-0292</cve>
<cve>CVE-2015-8768</cve>
<cve>CVE-2016-2108</cve>
<cve>CVE-2016-2109</cve>
<cve>CVE-2018-20997</cve>
</suppress>
<suppress>
<notes>
This CVE is related to hash collisions at the Java level. This is mitigated by newer
versions of Java (8+).
See http://openjdk.java.net/jeps/180 for more information.
xercesImpl-2.11.0.jar
</notes>
<cve>CVE-2012-0881</cve>
</suppress>
<suppress>
<notes>
These CVEs apply to org.apache.geronimo:geronimo which is not a dependency of any of
these artifacts.
geronimo-activation_1.1_spec-1.1.jar
geronimo-javamail_1.4_spec-1.7.1.jar
geronimo-jms_1.1_spec-1.1.1.jar
geronimo-jms_2.0_spec-1.0-alpha-2.jar
geronimo-servlet_3.0_spec-1.0.jar
geronimo-stax-api_1.0_spec-1.0.1.jar
apache-karaf-4.1.2.tar.gz: apache-karaf-4.1.2.tar:
org.apache.servicemix.specs.saaj-api-1.3-2.9.0.jar/META-INF/maven/org.apache.geronimo.specs/geronimo-saaj_1.3_spec/pom.xml
apache-karaf-4.1.2.tar.gz: apache-karaf-4.1.2.tar:
org.apache.servicemix.specs.jaxws-api-2.2-2.9.0.jar/META-INF/maven/org.apache.geronimo.specs/geronimo-jaxws_2.2_spec/pom.xml
geronimo-javamail_1.4_mail-1.8.4.jar: transitive dependency of wss4j-ws-security-dom
</notes>
<cve>CVE-2011-5034</cve>
</suppress>
<suppress>
<notes>
This CVE applies to Apache-SSL 1.3.28+1.52 and earlier. It does not apply to the
artifact that OWASP is reporting.
apache-karaf-4.2.2.tar.gz: apache-karaf-4.2.2.tar:
org.apache.servicemix.bundles.not-yet-commons-ssl-0.3.11_1.jar
</notes>
<cve>CVE-2004-0009</cve>
</suppress>
<suppress>
<notes>
Applies to an LDAP class that we do not use in the system.
- groovy-all-2.4.7.jar is only used in tests.
- rest-assured 2.9.0 uses groovy-2.4.4.jar and groovy-xml-2.4.4.jar
</notes>
<cve>CVE-2016-6814</cve>
</suppress>
<suppress>
<notes>
This CVE has been addressed by upgrading commons-beanutils to version 1.9.3. OWASP will
continue to report the vulnerability since OWASP sees the DDF version instead of the
actual version.
security-pdp-authzrealm-2.11.4-SNAPSHOT.jar (cpe:/a:apache:commons_beanutils:2.11.4,
cpe:/a:apache:commons_collections:2.11.4,
ddf.security.pdp:security-pdp-authzrealm:2.11.4-SNAPSHOT)
security-sts-attributequeryclaimshandler-2.17.0-SNAPSHOT.jar
</notes>
<cve>CVE-2017-15708</cve>
<cve>CVE-2015-6420</cve>
</suppress>
<suppress>
<notes>
False positive. This CVE is for a Perl library
Algorithmic complexity vulnerability in Address.pm in the Email-Address module 1.908 and earlier for Perl allows
remote attackers to cause a denial of service (CPU consumption) via a crafted string containing a list of e-mail
addresses in conjunction with parenthesis characters that can be associated with nested comments.
NOTE: the default configuration in 1.908 mitigates this vulnerability but misparses certain realistic comments.
platform-email-impl -> simple-java-mail-4.1.3.jar/META-INF/maven/com.github.bbottema/emailaddress-rfc2822/pom.xml
simple-java-mail could be upgraded.
</notes>
<cve>CVE-2015-7686</cve>
</suppress>
<suppress>
<notes>
restito-0.8.2.jar: is still used in thirdparty/restito in DDF
</notes>
<cve>CVE-2015-1820</cve>
</suppress>
<suppress>
<notes>This CVE is related to a PHP script. There are no PHP scripts in the DDF.</notes>
<cve>CVE-2006-6460</cve>
</suppress>
<suppress>
<notes>
These CVEs are not an issue since the software is not exposing STOMP over WebSocket
endpoints.
security-sts-ldapclaimshandler -> spring-ldap-core -> spring-tx-4.3.4.RELEASE.jar
</notes>
<cve>CVE-2018-1270</cve>
<cve>CVE-2018-1275</cve>
</suppress>
<suppress>
<notes>
These CVEs affect Jetty 9.3.x up to 9.3.23 and 9.4.x up to 9.4.10. DDF is using a
version of jetty that does not fall within those ranges.
However, org.apache.cxf:cxf-rt-ws-security:jar:3.2.6 uses ehcache:jar:2.10.5 which has a vulnerable jetty
ehcache-2.10.5.jar/rest-management-private-classpath/META-INF/maven/org.eclipse.jetty/jetty-http/pom.xml
</notes>
<cve>CVE-2017-7658</cve>
<cve>CVE-2017-7657</cve>
</suppress>
<suppress>
<notes>
Nearly all of these are not an issue because either we are not using those features
entirely or (and in addition to the fact) that solr is now running as an external
process and completely locked down, so no one could access solr to take advantage of
these vulnerabilities. All communication is controlled by DDF.
kernel -> solr-assembly.zip -> velocity-tools-2.0.jar
</notes>
<cve>CVE-2016-3081</cve>
<cve>CVE-2013-4316</cve>
<cve>CVE-2016-4436</cve>
<cve>CVE-2013-2115</cve>
<cve>CVE-2012-0391</cve>
<cve>CVE-2016-3082</cve>
<cve>CVE-2013-2135</cve>
<cve>CVE-2014-0112</cve>
<cve>CVE-2012-0838</cve>
<cve>CVE-2013-1965</cve>
<cve>CVE-2013-1966</cve>
<cve>CVE-2014-0113</cve>
<cve>CVE-2013-2134</cve>
<cve>CVE-2013-2251</cve>
<cve>CVE-2016-0785</cve>
<cve>CVE-2016-4461</cve>
</suppress>
<suppress>
<notes>
Apache httpd vulnerabilities inaccurately associated with
cxf-rt-transports-http-netty-server-3.2.5.jar in the DDF distribution.
</notes>
<cve>CVE-1999-0236</cve>
<cve>CVE-1999-1237</cve>
<cve>CVE-1999-1412</cve>
<cve>CVE-2007-0086</cve>
<cve>CVE-2007-4723</cve>
<cve>CVE-2009-1955</cve>
<cve>CVE-2009-3095</cve>
<cve>CVE-2007-6423</cve>
<cve>CVE-2010-0425</cve>
<cve>CVE-2009-1890</cve>
<cve>CVE-2009-1891</cve>
</suppress>
<suppress>
<notes>
A CVE against slf4j for the class "EventData", which is not used in DDF or pax-logging.
</notes>
<cve>CVE-2018-8088</cve>
</suppress>
<suppress>
<notes>
A CVE against tomcat-embed-jasper, which is brought in transitively from pax-web-jsp.
The CVE applies to the Windows command-line, which has no impact on DDF as it is used.
</notes>
<cve>CVE-2019-0232</cve>
</suppress>
<suppress>
<notes>
This vulnerability is related to the use of Apache Hadoop YARN. YARN is a resource
management application for Hadoop. DDF only include Hadoop JAR files to support Solr
dependencies. DDF does not make use of YARN.
solr-dependencies -> hadoop-auth-2.7.4.jar (latest versions available)
</notes>
<cve>CVE-2018-8029</cve>
<cve>CVE-2018-11766</cve>
<cve>CVE-2016-6811</cve>
<cve>CVE-2017-3162</cve>
<!-- Remove this once Solr is upgraded to 8.2 -->
<cve>CVE-2019-0193</cve>
</suppress>
<suppress>
<notes>
This CVE is coming from artemis. Suppressing the CVE until Artemis is removed from DDF.
https://github.com/codice/ddf/issues/5315
</notes>
<gav regex="true">^commons-beanutils:commons-beanutils:.*$</gav>
<cve>CVE-2019-10086</cve>
</suppress>
</suppressions>