diff options
| author | Albin <albin@mullvad.net> | 2024-11-13 09:30:33 +0100 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2024-11-13 11:32:40 +0100 |
| commit | a742e2e140e78c7078a24ea597ac610be22805ed (patch) | |
| tree | b8a7c75243930f166aa9f7256ccbdfd7a4cf004e /android | |
| parent | 36bfeaefce9496aea1d836ee19bfa36a23a4f51c (diff) | |
| download | mullvadvpn-a742e2e140e78c7078a24ea597ac610be22805ed.tar.xz mullvadvpn-a742e2e140e78c7078a24ea597ac610be22805ed.zip | |
Ignore CVE-2024-47535
Diffstat (limited to 'android')
| -rw-r--r-- | android/gradle/osv-scanner.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/android/gradle/osv-scanner.toml b/android/gradle/osv-scanner.toml index f5225e6678..7ca55275dc 100644 --- a/android/gradle/osv-scanner.toml +++ b/android/gradle/osv-scanner.toml @@ -63,6 +63,11 @@ id = "CVE-2024-47554" # GHSA-78wr-2p64-hpwj ignoreUntil = 2025-02-02 reason = "No impact since the app doesn't process externally crafted XML." +[[IgnoredVulns]] +id = "CVE-2024-47535" # GHSA-xq3w-v528-46rv +ignoreUntil = 2025-02-13 +reason = "Only impacting Windows." + [[PackageOverrides]] name = "org.bouncycastle:bcprov-jdk15on" ecosystem = "Maven" |
