Skip to content

Commit 0a9158e

Browse files
committed
Merge branch 'osv-scanner-netty-droid-1222'
2 parents d4f4669 + 759aba1 commit 0a9158e

File tree

1 file changed

+31
-36
lines changed

1 file changed

+31
-36
lines changed

android/gradle/osv-scanner.toml

+31-36
Original file line numberDiff line numberDiff line change
@@ -1,89 +1,84 @@
11
# See repository root `osv-scanner.toml` for instructions and rules for this file.
22
#
3-
# Temporarily ignoring all reported android vulnerabilites with a one month deadline
4-
# since we plan to examine the vulnerabilites and bootstrap this file with proper
5-
# ignore reasons (or address by bumping dependencies).
6-
#
7-
# Also worth mentioning that we're already using the OWASP Dependency-Check tool
8-
# for the android code base as of before.
3+
# The OWASP Dependency-Check tool is also used for vulnerability scanning.
94

105
[[IgnoredVulns]]
116
id = "CVE-2022-45868" # GHSA-22wj-vf5f-wrvj
12-
ignoreUntil = 2024-08-02
13-
reason = "See top comment"
7+
ignoreUntil = 2024-11-02
8+
reason = "Used by the dependency-check tool and not the app directly."
149

1510
[[IgnoredVulns]]
1611
id = "CVE-2023-3635" # GHSA-w33c-445m-f8w7
17-
ignoreUntil = 2024-08-02
18-
reason = "See top comment"
12+
ignoreUntil = 2024-11-02
13+
reason = "We do not use gzip when using okio."
1914

2015
[[IgnoredVulns]]
2116
id = "CVE-2024-29025" # GHSA-5jpm-x58v-624v
22-
ignoreUntil = 2024-08-02
23-
reason = "See top comment"
17+
ignoreUntil = 2024-11-02
18+
reason = "We do not use netty for http communication."
2419

2520
[[IgnoredVulns]]
2621
id = "CVE-2023-44487" # GHSA-xpw8-rcwv-8f8p
27-
ignoreUntil = 2024-08-02
28-
reason = "See top comment"
22+
ignoreUntil = 2024-11-02
23+
reason = "No impact on this app since it uses UDS rather than HTTP2."
2924

3025
[[IgnoredVulns]]
3126
id = "CVE-2023-34462" # GHSA-6mjq-h674-j845
32-
ignoreUntil = 2024-08-02
33-
reason = "See top comment"
27+
ignoreUntil = 2024-11-02
28+
reason = "We do not use netty for http communication."
3429

3530
[[IgnoredVulns]]
3631
id = "CVE-2024-26308" # GHSA-4265-ccf5-phj5
37-
ignoreUntil = 2024-08-02
38-
reason = "See top comment"
32+
ignoreUntil = 2024-11-02
33+
reason = "Apache commons compress is used by lint and not the app directly."
3934

4035
[[IgnoredVulns]]
4136
id = "CVE-2024-25710" # GHSA-4g9r-vxhx-9pgx
42-
ignoreUntil = 2024-08-02
43-
reason = "See top comment"
37+
ignoreUntil = 2024-11-02
38+
reason = "Apache commons compress is used by lint and not the app directly."
4439

4540
[[IgnoredVulns]]
4641
id = "CVE-2020-13956" # GHSA-7r82-7xv7-xcpj
47-
ignoreUntil = 2024-08-02
48-
reason = "See top comment"
42+
ignoreUntil = 2024-11-02
43+
reason = "Apache http client is used by lint and not the app directly."
4944

5045
[[IgnoredVulns]]
5146
id = "CVE-2023-51775" # GHSA-6qvw-249j-h44c
52-
ignoreUntil = 2024-08-02
53-
reason = "See top comment"
47+
ignoreUntil = 2024-09-02
48+
reason = "Used by the gradle bundler, will be fixed by upgrading the android gradle plugin."
5449

5550
[[IgnoredVulns]]
5651
id = "CVE-2023-31582" # GHSA-7g24-qg88-p43q
57-
ignoreUntil = 2024-08-02
58-
reason = "See top comment"
52+
ignoreUntil = 2024-09-02
53+
reason = "Used by the gradle bundler, will be fixed by upgrading the android gradle plugin."
5954

6055
[[IgnoredVulns]]
6156
id = "GHSA-jgvc-jfgh-rjvv"
62-
ignoreUntil = 2024-08-02
63-
reason = "See top comment"
57+
ignoreUntil = 2024-09-02
58+
reason = "Used by the gradle bundler, will be fixed by upgrading the android gradle plugin."
6459

6560
[[IgnoredVulns]]
6661
id = "CVE-2022-24329" # GHSA-2qp4-g3q3-f92w
67-
ignoreUntil = 2024-08-02
68-
reason = "See top comment"
62+
ignoreUntil = 2024-11-02
63+
reason = "This CVE only affect Multiplatform Gradle Projects, which this project is not."
6964

7065
[[PackageOverrides]]
7166
name = "org.bouncycastle:bcprov-jdk15on"
7267
ecosystem = "Maven"
7368
ignore = true
74-
effectiveUntil = 2024-08-02
75-
reason = "See top comment"
69+
effectiveUntil = 2024-11-02
70+
reason = "Used by lint and the dependency-check tool and not the app directly."
7671

7772
[[PackageOverrides]]
7873
name = "org.bouncycastle:bcprov-jdk18on"
7974
ecosystem = "Maven"
8075
ignore = true
81-
effectiveUntil = 2024-08-02
82-
reason = "See top comment"
76+
effectiveUntil = 2024-11-02
77+
reason = "Used by lint and the dependency-check tool and not the app directly."
8378

8479
[[PackageOverrides]]
8580
name = "org.bouncycastle:bcpkix-jdk18on"
8681
ecosystem = "Maven"
8782
ignore = true
88-
effectiveUntil = 2024-08-02
89-
reason = "See top comment"
83+
effectiveUntil = 2024-11-02
84+
reason = "Used by lint and the dependency-check tool and not the app directly."

0 commit comments

Comments
 (0)