We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c5dc427 + 63d06a3 commit 11adc05Copy full SHA for 11adc05
android/gradle/osv-scanner.toml
@@ -22,6 +22,12 @@ id = "CVE-2023-44487" # GHSA-xpw8-rcwv-8f8p
22
ignoreUntil = 2024-11-02
23
reason = "No impact on this app since it uses UDS rather than HTTP2."
24
25
+# Same as the vuln above, but it seems like osv scanner does not always make the connection.
26
+[[IgnoredVulns]]
27
+id = "GHSA-xpw8-rcwv-8f8p"
28
+ignoreUntil = 2024-11-02
29
+reason = "No impact on this app since it uses UDS rather than HTTP2."
30
+
31
[[IgnoredVulns]]
32
id = "CVE-2023-34462" # GHSA-6mjq-h674-j845
33
0 commit comments