summaryrefslogtreecommitdiffhomepage
path: root/android
diff options
context:
space:
mode:
authorAlbin <albin@mullvad.net>2022-10-07 09:19:30 +0200
committerAlbin <albin@mullvad.net>2022-10-07 10:16:01 +0200
commit193da8061cf5294347ce1af0f346d0bc344cc1e0 (patch)
tree2dc196dc7a6dd286a3511f04dbc4262c04fcfc8b /android
parente4b28fe806a2fe2e1418813e9c5f8c935e46cd83 (diff)
downloadmullvadvpn-193da8061cf5294347ce1af0f346d0bc344cc1e0.tar.xz
mullvadvpn-193da8061cf5294347ce1af0f346d0bc344cc1e0.zip
Suppress CVE-2022-3171 from automatic audit checks
This suppression only affects the Android app. The CVE will instead be tracked externally and will likely be mitigated by either updating affected dependencies or by identifying that it doesn't affect the app.
Diffstat (limited to 'android')
-rw-r--r--android/config/dependency-check-suppression.xml7
-rw-r--r--android/e2e/e2e-suppression.xml7
2 files changed, 14 insertions, 0 deletions
diff --git a/android/config/dependency-check-suppression.xml b/android/config/dependency-check-suppression.xml
index 2efc7cff12..c90c64c949 100644
--- a/android/config/dependency-check-suppression.xml
+++ b/android/config/dependency-check-suppression.xml
@@ -14,4 +14,11 @@
<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>
diff --git a/android/e2e/e2e-suppression.xml b/android/e2e/e2e-suppression.xml
index 42ee64cfcb..86e10bebb2 100644
--- a/android/e2e/e2e-suppression.xml
+++ b/android/e2e/e2e-suppression.xml
@@ -21,4 +21,11 @@
<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>