summaryrefslogtreecommitdiffhomepage
path: root/android
diff options
context:
space:
mode:
authorAlbin <albin@mullvad.net>2023-07-31 11:46:27 +0200
committerAlbin <albin@mullvad.net>2023-07-31 11:50:55 +0200
commit40734bc5a60ce4bd05c92e1d6151042a604c1832 (patch)
tree3e6fd1deb5191a2f81c3ed0ad26afc3dca9c69d0 /android
parentf2b3b150b08c9e72dade2f579ba48198209abad5 (diff)
downloadmullvadvpn-40734bc5a60ce4bd05c92e1d6151042a604c1832.tar.xz
mullvadvpn-40734bc5a60ce4bd05c92e1d6151042a604c1832.zip
Suppress CVE-2023-3782
This CVE only affect certain test cases so suppressing until patched.
Diffstat (limited to 'android')
-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 526f89a2c5..720ef7d197 100644
--- a/android/test/test-suppression.xml
+++ b/android/test/test-suppression.xml
@@ -102,4 +102,12 @@
<packageUrl regex="true">^pkg:maven/com\.squareup\.okio/okio.*@.*$</packageUrl>
<cve>CVE-2023-3635</cve>
</suppress>
+ <suppress until="2023-12-01Z">
+ <notes><![CDATA[
+ This CVE only affect certain test cases so suppressing until patched.
+ https://nvd.nist.gov/vuln/detail/CVE-2023-3782
+ ]]></notes>
+ <packageUrl regex="true">^pkg:maven/com\.squareup\.okhttp3/.*@.*$</packageUrl>
+ <cve>CVE-2023-3782</cve>
+ </suppress>
</suppressions>