Skip to content

Commit 114d191

Browse files
committed
Merge branch 'review-and-update-osv-scanner-ignores-droid-1494'
2 parents d8385af + 81bb46d commit 114d191

File tree

1 file changed

+15
-30
lines changed

1 file changed

+15
-30
lines changed

android/gradle/osv-scanner.toml

+15-30
Original file line numberDiff line numberDiff line change
@@ -4,97 +4,82 @@
44

55
[[IgnoredVulns]]
66
id = "CVE-2022-45868" # GHSA-22wj-vf5f-wrvj
7-
ignoreUntil = 2024-11-02
7+
ignoreUntil = 2025-02-02
88
reason = "Used by the dependency-check tool and not the app directly."
99

1010
[[IgnoredVulns]]
1111
id = "CVE-2023-3635" # GHSA-w33c-445m-f8w7
12-
ignoreUntil = 2024-11-02
12+
ignoreUntil = 2025-02-02
1313
reason = "We do not use gzip when using okio."
1414

1515
[[IgnoredVulns]]
1616
id = "CVE-2024-29025" # GHSA-5jpm-x58v-624v
17-
ignoreUntil = 2024-11-02
17+
ignoreUntil = 2025-02-02
1818
reason = "We do not use netty for http communication."
1919

2020
[[IgnoredVulns]]
2121
id = "CVE-2023-44487" # GHSA-xpw8-rcwv-8f8p
22-
ignoreUntil = 2024-11-02
22+
ignoreUntil = 2025-02-02
2323
reason = "No impact on this app since it uses UDS rather than HTTP2."
2424

2525
# Same as the vuln above, but it seems like osv scanner does not always make the connection.
2626
[[IgnoredVulns]]
2727
id = "GHSA-xpw8-rcwv-8f8p"
28-
ignoreUntil = 2024-11-02
28+
ignoreUntil = 2025-02-02
2929
reason = "No impact on this app since it uses UDS rather than HTTP2."
3030

3131
[[IgnoredVulns]]
3232
id = "CVE-2023-34462" # GHSA-6mjq-h674-j845
33-
ignoreUntil = 2024-11-02
33+
ignoreUntil = 2025-02-02
3434
reason = "We do not use netty for http communication."
3535

3636
[[IgnoredVulns]]
3737
id = "CVE-2024-26308" # GHSA-4265-ccf5-phj5
38-
ignoreUntil = 2024-11-02
38+
ignoreUntil = 2025-02-02
3939
reason = "Apache commons compress is used by lint and not the app directly."
4040

4141
[[IgnoredVulns]]
4242
id = "CVE-2024-25710" # GHSA-4g9r-vxhx-9pgx
43-
ignoreUntil = 2024-11-02
43+
ignoreUntil = 2025-02-02
4444
reason = "Apache commons compress is used by lint and not the app directly."
4545

4646
[[IgnoredVulns]]
4747
id = "CVE-2020-13956" # GHSA-7r82-7xv7-xcpj
48-
ignoreUntil = 2024-11-02
48+
ignoreUntil = 2025-02-02
4949
reason = "Apache http client is used by lint and not the app directly."
5050

51-
[[IgnoredVulns]]
52-
id = "CVE-2023-51775" # GHSA-6qvw-249j-h44c
53-
ignoreUntil = 2024-10-02
54-
reason = "Used by the gradle bundler, will be fixed by upgrading the android gradle plugin."
55-
56-
[[IgnoredVulns]]
57-
id = "CVE-2023-31582" # GHSA-7g24-qg88-p43q
58-
ignoreUntil = 2024-10-02
59-
reason = "Used by the gradle bundler, will be fixed by upgrading the android gradle plugin."
60-
61-
[[IgnoredVulns]]
62-
id = "GHSA-jgvc-jfgh-rjvv"
63-
ignoreUntil = 2024-10-02
64-
reason = "Used by the gradle bundler, will be fixed by upgrading the android gradle plugin."
65-
6651
[[IgnoredVulns]]
6752
id = "CVE-2022-24329" # GHSA-2qp4-g3q3-f92w
68-
ignoreUntil = 2024-11-02
53+
ignoreUntil = 2025-02-02
6954
reason = "This CVE only affect Multiplatform Gradle Projects, which this project is not."
7055

7156
[[IgnoredVulns]]
7257
id = "CVE-2024-7254" # GHSA-735f-pc8j-v9w8
73-
ignoreUntil = 2024-11-02
58+
ignoreUntil = 2025-02-02
7459
reason = "Should not be applicable since client and server are always in sync and we are only communicating locally over UDS."
7560

7661
[[IgnoredVulns]]
7762
id = "CVE-2024-47554" # GHSA-78wr-2p64-hpwj
78-
ignoreUntil = 2025-01-04
63+
ignoreUntil = 2025-02-02
7964
reason = "No impact since the app doesn't process externally crafted XML."
8065

8166
[[PackageOverrides]]
8267
name = "org.bouncycastle:bcprov-jdk15on"
8368
ecosystem = "Maven"
8469
ignore = true
85-
effectiveUntil = 2024-11-02
70+
effectiveUntil = 2025-02-02
8671
reason = "Used by lint and the dependency-check tool and not the app directly."
8772

8873
[[PackageOverrides]]
8974
name = "org.bouncycastle:bcprov-jdk18on"
9075
ecosystem = "Maven"
9176
ignore = true
92-
effectiveUntil = 2024-11-02
77+
effectiveUntil = 2025-02-02
9378
reason = "Used by lint and the dependency-check tool and not the app directly."
9479

9580
[[PackageOverrides]]
9681
name = "org.bouncycastle:bcpkix-jdk18on"
9782
ecosystem = "Maven"
9883
ignore = true
99-
effectiveUntil = 2024-11-02
84+
effectiveUntil = 2025-02-02
10085
reason = "Used by lint and the dependency-check tool and not the app directly."

0 commit comments

Comments
 (0)