forked from sscarduzio/elasticsearch-readonlyrest-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
supressions_cve.xml
58 lines (58 loc) · 1.98 KB
/
supressions_cve.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
<?xml version="1.0" encoding="UTF-8"?>
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.1.xsd">
<suppress>
<notes><![CDATA[
because of https://bitbucket.org/asomov/snakeyaml/issues/462/memory-leak
]]></notes>
<cve>CVE-2017-18640</cve>
</suppress>
<suppress>
<notes><![CDATA[
async client is upgraded to
group: 'org.asynchttpclient', name: 'async-http-client', version: '2.10.5'
don't know, why plugin still finds vulnerability
]]></notes>
<cve>CVE-2017-14063</cve>
</suppress>
<suppress>
<notes><![CDATA[
log4j is forced by ES
]]></notes>
<cve>CVE-2020-9488</cve>
</suppress>
<suppress>
<notes><![CDATA[
according to https://github.com/FasterXML/jackson-databind/issues/2589#issuecomment-714833837
should be already fixed
]]></notes>
<cve>CVE-2020-25649</cve>
</suppress>
<suppress>
<notes><![CDATA[
file name: circe-refined_2.12-0.13.0.jar - coincidence of names
]]></notes>
<sha1>e48e7de23bba2007ceb0d6bce80e55139d98d9c2</sha1>
<cpe>cpe:/a:refined-github_project:refined-github</cpe>
</suppress>
<suppress>
<notes><![CDATA[
file name: refined_2.12-0.9.12.jar - coincidence of names
]]></notes>
<sha1>6ff2aa22c46cb271116c136e51bc624a3dcdddcb</sha1>
<cpe>cpe:/a:refined-github_project:refined-github</cpe>
</suppress>
<suppress>
<notes><![CDATA[
file name: log4j-api-2.11.2.jar - no log4j-core (it's excluded, and the core is provided by ES)
]]></notes>
<sha1>f5e9a2ffca496057d6891a3de65128efc636e26e</sha1>
<cpe>cpe:/a:apache:log4j</cpe>
</suppress>
<suppress>
<notes><![CDATA[
file name: log4j-slf4j-impl-2.11.2.jar - no log4j-core (it's excluded, and the core is provided by ES)
]]></notes>
<sha1>4d44e4edc4a7fb39f09b95b09f560a15976fa1ba</sha1>
<cpe>cpe:/a:apache:log4j</cpe>
</suppress>
</suppressions>