diff options
| author | Albin <albin@mullvad.net> | 2023-07-31 13:20:56 +0200 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2023-07-31 13:20:56 +0200 |
| commit | 1626b0ffbd45460c45dab7f1e37b096d49761aac (patch) | |
| tree | 3e6fd1deb5191a2f81c3ed0ad26afc3dca9c69d0 /android/test | |
| parent | f300cda8767f3e07b62471677c5ea729d8a0dff0 (diff) | |
| parent | 40734bc5a60ce4bd05c92e1d6151042a604c1832 (diff) | |
| download | mullvadvpn-1626b0ffbd45460c45dab7f1e37b096d49761aac.tar.xz mullvadvpn-1626b0ffbd45460c45dab7f1e37b096d49761aac.zip | |
Merge branch 'fix-android-lockfile'
Diffstat (limited to 'android/test')
| -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> |
