diff options
| author | Albin <albin@mullvad.net> | 2022-12-08 10:03:04 +0100 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2022-12-08 15:38:35 +0100 |
| commit | 121fa076394e2a30c5d208413bb5d439986124d4 (patch) | |
| tree | 1f7adc5a1f70d936756347cf516633ef2246f0b8 /android | |
| parent | b4de104fcd33bd45b0e85b8b082e5b38236efa92 (diff) | |
| download | mullvadvpn-121fa076394e2a30c5d208413bb5d439986124d4.tar.xz mullvadvpn-121fa076394e2a30c5d208413bb5d439986124d4.zip | |
Update suppression of CVE-2022-3171
Diffstat (limited to 'android')
| -rw-r--r-- | android/config/dependency-check-suppression.xml | 15 |
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><