summaryrefslogtreecommitdiffhomepage
path: root/android/config/dependency-check-suppression.xml
blob: 95ac0f85c814658d2716424d3497cf0b6cfd521f (plain)
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
<?xml version="1.0" encoding="UTF-8"?>
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd">
    <suppress until="2023-05-01Z">
        <notes><![CDATA[
        This CVE only part of the debugAndroidTestRuntimeClasspath so suppressing in automatic
        checks and tracking externally.

        File name: protobuf-lite-3.0.1.jar
        ]]></notes>
        <packageUrl regex="true">^pkg:maven/com\.google\.protobuf/protobuf\-lite@.*$</packageUrl>
        <cve>CVE-2021-22569</cve>
    </suppress>
    <suppress until="2023-05-01Z">
        <notes><![CDATA[
        This CVE only part of the debugAndroidTestRuntimeClasspath so suppressing in automatic
        checks and tracking externally.

        File name: protobuf-lite-3.0.1.jar
        ]]></notes>
        <packageUrl regex="true">^pkg:maven/com\.google\.protobuf/protobuf\-lite@.*$</packageUrl>
        <cve>CVE-2022-3171</cve>
    </suppress>
    <suppress until="2023-05-01Z">
        <notes><![CDATA[
        This CVE affects the Apache Commons Net's FTP client that this app doesn't use.
        https://www.openwall.com/lists/oss-security/2022/12/03/1

        File names:
        - commons-beanutils-1.9.4.jar
        - commons-collections-3.2.2.jar
        - commons-digester-2.1.jar
        - commons-logging-1.2.jar
        - commons-validator-1.7.jar
        ]]></notes>
        <packageUrl regex="true">^pkg:maven/commons\-.*/commons\-.*@.*$</packageUrl>
        <cve>CVE-2021-37533</cve>
    </suppress>
    <suppress until="2023-05-01Z">
        <notes><![CDATA[
        This CVE only part of the debugAndroidTestRuntimeClasspath so suppressing in automatic
        checks and tracking externally.

        File name: guava-28.2-android.jar
        ]]></notes>
        <packageUrl regex="true">^pkg:maven/com\.google\.guava/guava@.*$</packageUrl>
        <cve>CVE-2020-8908</cve>
    </suppress>
    <suppress until="2023-05-01Z">
        <notes><![CDATA[
        This CVE only part of the debugAndroidTestRuntimeClasspath so suppressing in automatic
        checks and tracking externally.

        File name: guava-28.2-android.jar
        ]]></notes>
        <packageUrl regex="true">^pkg:maven/com\.google\.guava/guava@.*$</packageUrl>
        <cve>CVE-2020-8908</cve>
    </suppress>
    <suppress until="2023-05-01Z">
        <notes><![CDATA[
        This CVE only part of the debugAndroidTestRuntimeClasspath so suppressing in automatic
        checks and tracking externally.

        File name: jsoup-1.12.2.jar
        ]]></notes>
        <packageUrl regex="true">^pkg:maven/org\.jsoup/jsoup@.*$</packageUrl>
        <cve>CVE-2021-37714</cve>
    </suppress>
    <suppress until="2023-05-01Z">
        <notes><![CDATA[
        This CVE only part of the debugAndroidTestRuntimeClasspath so suppressing in automatic
        checks and tracking externally.

        File name: jsoup-1.12.2.jar
        ]]></notes>
        <packageUrl regex="true">^pkg:maven/org\.jsoup/jsoup@.*$</packageUrl>
        <cve>CVE-2022-36033</cve>
    </suppress>
    <suppress until="2023-06-01Z">
        <notes><![CDATA[
        This CVE is limited to processing of screenshots, which this app doesn't use.
        https://nvd.nist.gov/vuln/detail/CVE-2021-4277

        File name: legacy-support-core-utils-1.0.0.aar
        ]]></notes>
        <packageUrl regex="true">^pkg:maven/androidx\.legacy/legacy\-support\-core\-utils@.*$</packageUrl>
        <cve>CVE-2021-4277</cve>
    </suppress>
    <suppress until="2023-06-01Z">
        <notes><![CDATA[
        This CVE is limited to processing of screenshots, which this app doesn't use.
        https://nvd.nist.gov/vuln/detail/CVE-2021-4277

        File name: leakcanary-android-utils-2.10.aar
        ]]></notes>
        <packageUrl regex="true">^pkg:maven/com\.squareup\.leakcanary/leakcanary\-android\-utils@.*$</packageUrl>
        <cve>CVE-2021-4277</cve>
    </suppress>
</suppressions>