diff options
| author | Albin <albin@mullvad.net> | 2024-03-11 20:54:18 +0100 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2024-03-12 08:03:57 +0100 |
| commit | 10d01230b4043fc76149efc3b49ff70a234bbee3 (patch) | |
| tree | 8c4cc3f0a99310eaf58585a91f686efe69c0cb49 /android/test/test-suppression.xml | |
| parent | 1f2d67950b5ffe475775be30d698a4052481e057 (diff) | |
| download | mullvadvpn-10d01230b4043fc76149efc3b49ff70a234bbee3.tar.xz mullvadvpn-10d01230b4043fc76149efc3b49ff70a234bbee3.zip | |
Suppress false-positive CVE-2014-9152
Diffstat (limited to 'android/test/test-suppression.xml')
| -rw-r--r-- | android/test/test-suppression.xml | 8 |
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> |
