summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDavid Göransson <david.goransson@mullvad.net>2026-04-21 09:15:21 +0200
committerDavid Göransson <david.goransson@mullvad.net>2026-04-21 15:01:24 +0200
commit8716fdf3f18a2a822f4d5e7817812d2bd76858b1 (patch)
treed8318b0ee79a3bc84e65191f8866ffcdbb5dcb8c
parentb74cab07ceb186da2db38461cfdf0696cf36e594 (diff)
downloadmullvadvpn-8716fdf3f18a2a822f4d5e7817812d2bd76858b1.tar.xz
mullvadvpn-8716fdf3f18a2a822f4d5e7817812d2bd76858b1.zip
Add ignore for new vuln
Upgrading AGP to 9.1.1 picked up a new CVE, it has no impact on the app but is part of the buildchain.
-rw-r--r--android/gradle/osv-scanner.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/android/gradle/osv-scanner.toml b/android/gradle/osv-scanner.toml
index a7335c2e69..fe51b7f6ef 100644
--- a/android/gradle/osv-scanner.toml
+++ b/android/gradle/osv-scanner.toml
@@ -114,3 +114,9 @@ reason = "The app does not use netty for external http communication"
id = "CVE-2026-5588" # GHSA-wg6q-6289-32hp
ignoreUntil = 2026-08-01
reason = "The app does not use dependency directly, it is used by AGP that builds the app, no impact on app"
+
+# Apache Commons Lang is vulnerable to Uncontrolled Recursion when processing long inputs
+[[IgnoredVulns]]
+id = "CVE-2025-48924" # GHSA-j288-q9x7-2f5v
+ignoreUntil = 2026-08-01
+reason = "The app does not use dependency directly, it is used by AGP that builds the app, no impact on app"