summaryrefslogtreecommitdiffhomepage
path: root/android
diff options
context:
space:
mode:
Diffstat (limited to 'android')
-rw-r--r--android/gradle/osv-scanner.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/android/gradle/osv-scanner.toml b/android/gradle/osv-scanner.toml
index d2b14a1f58..b4725bdaf7 100644
--- a/android/gradle/osv-scanner.toml
+++ b/android/gradle/osv-scanner.toml
@@ -66,3 +66,12 @@ reason = "No impact since the app doesn't process externally crafted XML."
id = "CVE-2024-47535" # GHSA-xq3w-v528-46rv
ignoreUntil = 2025-02-13
reason = "Only impacting Windows."
+
+# Several vulns related to bouncy castle that is only being used by lint.
+# These are not used directly in the app.
+[[PackageOverrides]]
+name = "org.bouncycastle:bcprov-jdk18on"
+ecosystem = "Maven"
+ignore = true
+effectiveUntil = 2025-05-02
+reason = "Used by lint and not the app directly."