diff options
| author | Albin <albin@mullvad.net> | 2023-07-31 11:46:27 +0200 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2023-07-31 11:50:55 +0200 |
| commit | 40734bc5a60ce4bd05c92e1d6151042a604c1832 (patch) | |
| tree | 3e6fd1deb5191a2f81c3ed0ad26afc3dca9c69d0 /android | |
| parent | f2b3b150b08c9e72dade2f579ba48198209abad5 (diff) | |
| download | mullvadvpn-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.xml | 8 |
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> |
