summaryrefslogtreecommitdiffhomepage
path: root/android/test
diff options
context:
space:
mode:
authorAlbin <albin@mullvad.net>2024-06-07 14:57:00 +0200
committerAlbin <albin@mullvad.net>2024-06-07 14:57:00 +0200
commit8a7bc6ab42b627c99cac79905391f0a267bc64cf (patch)
treec1c2b8f83b25434095f55d9df572571a90edfa4e /android/test
parentbd719540f817c3734677dd51acd69dca7ba74c53 (diff)
parentb6099763bd38e16c9b6ded06be180f971818db35 (diff)
downloadmullvadvpn-8a7bc6ab42b627c99cac79905391f0a267bc64cf.tar.xz
mullvadvpn-8a7bc6ab42b627c99cac79905391f0a267bc64cf.zip
Merge branch 'update-android-suppressions'
Diffstat (limited to 'android/test')
-rw-r--r--android/test/test-suppression.xml19
1 files changed, 9 insertions, 10 deletions
diff --git a/android/test/test-suppression.xml b/android/test/test-suppression.xml
index 2e379e9062..fac53625c9 100644
--- a/android/test/test-suppression.xml
+++ b/android/test/test-suppression.xml
@@ -1,15 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd">
- <suppress until="2024-06-01Z">
- <notes><![CDATA[
- This CVE only affect the leakCanary build type which is limited to memory leak testing etc.
- This will most likely be solved by bumping to a future version of the leakcanary dependency
- where a fixed version of okio is used.
- https://nvd.nist.gov/vuln/detail/CVE-2023-3635
- ]]></notes>
- <packageUrl regex="true">^pkg:maven/com\.squareup\.okio/okio.*@.*$</packageUrl>
- <cve>CVE-2023-3635</cve>
- </suppress>
<suppress until="2024-09-01Z">
<notes><![CDATA[
False-positive related to Drupal rather than Android development.
@@ -18,4 +8,13 @@
<packageUrl regex="true">^pkg:maven/androidx\.test\.services/storage@.*$</packageUrl>
<cve>CVE-2014-9152</cve>
</suppress>
+ <suppress until="2024-12-01Z">
+ <notes><![CDATA[
+ No impact on this app since it uses UDS rather than HTTP2.
+ ]]></notes>
+ <packageUrl regex="true">^pkg:maven/io\.grpc/grpc.*-stub@.*$</packageUrl>
+ <cve>CVE-2023-32732</cve>
+ <cve>CVE-2023-33953</cve>
+ <cve>CVE-2023-44487</cve>
+ </suppress>
</suppressions>