-
Notifications
You must be signed in to change notification settings - Fork 45
/
dependency-suppression.xml
64 lines (63 loc) · 1.88 KB
/
dependency-suppression.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
<?xml version="1.0" encoding="UTF-8"?>
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.2.xsd">
<suppress>
<notes><![CDATA[
file name: classes.jar
]]></notes>
<gav regex="true">^androidx\.fragment:fragment:.*$</gav>
<cve>CVE-2018-13661</cve>
</suppress>
<suppress>
<notes><![CDATA[
file name: classes.jar
]]></notes>
<gav regex="true">^androidx\.legacy:legacy-support-core-ui:.*$</gav>
<cve>CVE-2018-13661</cve>
</suppress>
<suppress>
<notes><![CDATA[
file name: classes.jar
]]></notes>
<gav regex="true">^androidx\.legacy:legacy-support-core-utils:.*$</gav>
<cve>CVE-2017-16111</cve>
</suppress>
<suppress>
<notes><![CDATA[
file name: classes.jar
]]></notes>
<gav regex="true">^androidx\.loader:loader:.*$</gav>
<cve>CVE-2017-16111</cve>
</suppress>
<suppress>
<notes><![CDATA[
file name: classes.jar
]]></notes>
<gav regex="true">^androidx\.localbroadcastmanager:localbroadcastmanager:.*$</gav>
<cve>CVE-2017-16111</cve>
</suppress>
<suppress>
<notes><![CDATA[
Suppress jackson since it is only used in unit tests.
]]></notes>
<cpe>cpe:/a:fasterxml:jackson:2.9.9.1</cpe>
<cpe>cpe:/a:fasterxml:jackson-databind:2.9.9.1</cpe>
<cve>CVE-2019-12086</cve>
<cve>CVE-2019-12384</cve>
<cve>CVE-2019-12814</cve>
<cve>CVE-2019-14379</cve>
<cve>CVE-2019-14439</cve>
<cve>CVE-2019-14540</cve>
<cve>CVE-2019-16335</cve>
<cve>CVE-2019-16942</cve>
<cve>CVE-2019-16943</cve>
<cve>CVE-2019-17267</cve>
<cve>CVE-2019-17531</cve>
</suppress>
<suppress>
<notes><![CDATA[
Suppress okhttp. Only use in testImplementation.
]]></notes>
<cpe>cpe:/a:squareup:okhttp3:3.11.0</cpe>
<cve>CVE-2018-20200</cve>
</suppress>
</suppressions>