summaryrefslogtreecommitdiffhomepage
path: root/android/test/test-suppression.xml
diff options
context:
space:
mode:
authorAlbin <albin@mullvad.net>2025-02-04 08:30:14 +0100
committerAlbin <albin@mullvad.net>2025-02-04 08:30:14 +0100
commitdfa97420077bc15807cc460ad6b97053caa5fde0 (patch)
tree82e7cf53afd8453e3dad0077e4fd2cf6fc76d4ee /android/test/test-suppression.xml
parent8d8320b302a08613a2197ff81ef6e59f8c10301c (diff)
downloadmullvadvpn-dfa97420077bc15807cc460ad6b97053caa5fde0.tar.xz
mullvadvpn-dfa97420077bc15807cc460ad6b97053caa5fde0.zip
Remove OWASP dependency check plugin
The OWASP DependencyCheck plugin has been replaced with `osv-scanner` which covers our use-case.
Diffstat (limited to 'android/test/test-suppression.xml')
-rw-r--r--android/test/test-suppression.xml29
1 files changed, 0 insertions, 29 deletions
diff --git a/android/test/test-suppression.xml b/android/test/test-suppression.xml
deleted file mode 100644
index cb6bd25a19..0000000000
--- a/android/test/test-suppression.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd">
- <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>
- <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>
- <suppress until="2024-12-01Z">
- <notes><![CDATA[
- Denial of service using protobuf.
- Should not be applicable since client and server are always in sync and we are only
- communicating locally over UDS.
- ]]></notes>
- <packageUrl regex="true">^pkg:maven/com\.google\.protobuf/protobuf-.*@.*$</packageUrl>
- <cve>CVE-2024-7254</cve>
- </suppress>
-</suppressions>