summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAlbin <albin@mullvad.net>2022-12-08 10:03:04 +0100
committerAlbin <albin@mullvad.net>2022-12-08 15:38:35 +0100
commit121fa076394e2a30c5d208413bb5d439986124d4 (patch)
tree1f7adc5a1f70d936756347cf516633ef2246f0b8
parentb4de104fcd33bd45b0e85b8b082e5b38236efa92 (diff)
downloadmullvadvpn-121fa076394e2a30c5d208413bb5d439986124d4.tar.xz
mullvadvpn-121fa076394e2a30c5d208413bb5d439986124d4.zip
Update suppression of CVE-2022-3171
-rw-r--r--android/config/dependency-check-suppression.xml15
1 files changed, 14 insertions, 1 deletions
diff --git a/android/config/dependency-check-suppression.xml b/android/config/dependency-check-suppression.xml
index 29a8839744..a9d3168fcf 100644
--- a/android/config/dependency-check-suppression.xml
+++ b/android/config/dependency-check-suppression.xml
@@ -12,13 +12,26 @@
</suppress>
<suppress>
<notes><![CDATA[
- This CVE is tracked externally and is therefore suppressed in the automatic audit checks.
+ This CVE only part of the debugAndroidTestRuntimeClasspath so suppressing in automatic
+ checks and tracking externally.
+
+ File name: protobuf-lite-3.0.1.jar
]]></notes>
<packageUrl regex="true">^pkg:maven/com\.google\.protobuf/protobuf\-javalite@.*$</packageUrl>
<cve>CVE-2022-3171</cve>
</suppress>
<suppress>
<notes><![CDATA[
+ This CVE only part of the debugAndroidTestRuntimeClasspath so suppressing in automatic
+ checks and tracking externally.
+
+ File name: protobuf-lite-3.0.1.jar
+ ]]></notes>
+ <packageUrl regex="true">^pkg:maven/com\.google\.protobuf/protobuf\-lite@.*$</packageUrl>
+ <cve>CVE-2022-3171</cve>
+ </suppress>
+ <suppress>
+ <notes><![CDATA[
This CVE affects the Apache Commons Net's FTP client that this app doesn't use.
https://www.openwall.com/lists/oss-security/2022/12/03/1