diff options
| author | Albin <albin@mullvad.net> | 2022-12-13 09:44:00 +0100 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2023-01-10 15:32:32 +0100 |
| commit | ca8878aa238a5c8e3be1f326ce98e238ffe87388 (patch) | |
| tree | 573df6eff8b272ef70beb533a30f6e244a86d27b /android/test/mockapi/mockapi-suppression.xml | |
| parent | bd75bd3dd12080de4b8b4aa869fc41611a707533 (diff) | |
| download | mullvadvpn-ca8878aa238a5c8e3be1f326ce98e238ffe87388.tar.xz mullvadvpn-ca8878aa238a5c8e3be1f326ce98e238ffe87388.zip | |
Add empty :test:mockapi project
Diffstat (limited to 'android/test/mockapi/mockapi-suppression.xml')
| -rw-r--r-- | android/test/mockapi/mockapi-suppression.xml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/android/test/mockapi/mockapi-suppression.xml b/android/test/mockapi/mockapi-suppression.xml new file mode 100644 index 0000000000..86e10bebb2 --- /dev/null +++ b/android/test/mockapi/mockapi-suppression.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd"> + <suppress> + <notes><![CDATA[ + This CVE only affect Multiplatform Gradle Projects, which this project is not. + ]]></notes> + <cve>CVE-2022-24329</cve> + </suppress> + <suppress> + <notes><![CDATA[ + This CVE is a false positive as the description refers to a GO library (github.com/containers/storage). + ]]></notes> + <packageUrl regex="true">^pkg:maven/androidx\.test\.services/storage@.*$</packageUrl> + <cve>CVE-2021-20291</cve> + </suppress> + <suppress> + <notes><![CDATA[ + This CVE is a false positive as javalite isn't affected according to: + https://cloud.google.com/support/bulletins#gcp-2022-001 + ]]></notes> + <packageUrl regex="true">^pkg:maven/com\.google\.protobuf/protobuf\-javalite@.*$</packageUrl> + <cve>CVE-2021-22569</cve> + </suppress> + <suppress> + <notes><![CDATA[ + This CVE is tracked externally and is therefore suppressed in the automatic audit checks. + ]]></notes> + <packageUrl regex="true">^pkg:maven/com\.google\.protobuf/protobuf\-javalite@.*$</packageUrl> + <cve>CVE-2022-3171</cve> + </suppress> +</suppressions> |
