summaryrefslogtreecommitdiffhomepage
path: root/android/test
diff options
context:
space:
mode:
authorAlbin <albin@mullvad.net>2024-03-11 20:54:18 +0100
committerAlbin <albin@mullvad.net>2024-03-12 08:03:57 +0100
commit10d01230b4043fc76149efc3b49ff70a234bbee3 (patch)
tree8c4cc3f0a99310eaf58585a91f686efe69c0cb49 /android/test
parent1f2d67950b5ffe475775be30d698a4052481e057 (diff)
downloadmullvadvpn-10d01230b4043fc76149efc3b49ff70a234bbee3.tar.xz
mullvadvpn-10d01230b4043fc76149efc3b49ff70a234bbee3.zip
Suppress false-positive CVE-2014-9152
Diffstat (limited to 'android/test')
-rw-r--r--android/test/test-suppression.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/android/test/test-suppression.xml b/android/test/test-suppression.xml
index f92e67c0db..5932bda92e 100644
--- a/android/test/test-suppression.xml
+++ b/android/test/test-suppression.xml
@@ -110,4 +110,12 @@
<packageUrl regex="true">^pkg:maven/com\.squareup\.okhttp3/.*@.*$</packageUrl>
<cve>CVE-2023-3782</cve>
</suppress>
+ <suppress until="2024-09-01Z">
+ <notes><![CDATA[
+ False-positive related to Drupal rather than Android development.
+ https://nvd.nist.gov/vuln/detail/CVE-2014-9152
+ ]]></notes>
+ <packageUrl regex="true">^pkg:maven/androidx\.test\.services/storage@.*$</packageUrl>
+ <cve>CVE-2014-9152</cve>
+ </suppress>
</suppressions>