diff options
| author | Albin <albin@mullvad.net> | 2022-12-21 12:19:49 +0100 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2022-12-21 12:33:28 +0100 |
| commit | 23eb0833b580a1ebf910bb44f1fe7c12d6274b59 (patch) | |
| tree | 1dae3d3933b1b3b056ec4d0341174ef9e5b96098 /android/e2e | |
| parent | f25507d23535462a28b869bf6c263536d0bde546 (diff) | |
| download | mullvadvpn-23eb0833b580a1ebf910bb44f1fe7c12d6274b59.tar.xz mullvadvpn-23eb0833b580a1ebf910bb44f1fe7c12d6274b59.zip | |
Suppress CVE-2022-41881
Diffstat (limited to 'android/e2e')
| -rw-r--r-- | android/e2e/e2e-suppression.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/android/e2e/e2e-suppression.xml b/android/e2e/e2e-suppression.xml index 29a69ad716..07836da418 100644 --- a/android/e2e/e2e-suppression.xml +++ b/android/e2e/e2e-suppression.xml @@ -16,7 +16,7 @@ </suppress> <suppress until="2023-05-01Z"> <notes><![CDATA[ - This CVE affects the Apache Commons Net's FTP client that this app doesn't use. + These CVEs 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 File names: @@ -41,7 +41,7 @@ </suppress> <suppress until="2023-05-01Z"> <notes><![CDATA[ - This CVE is tracked externally and is therefore suppressed in the automatic audit checks. + These CVEs are tracked externally and is therefore suppressed in the automatic audit checks. ]]></notes> <packageUrl regex="true">^pkg:maven/io\.netty/netty\-.*@.*$</packageUrl> <cve>CVE-2021-37136</cve> @@ -51,6 +51,7 @@ <cve>CVE-2021-21409</cve> <cve>CVE-2021-21290</cve> <cve>CVE-2022-24823</cve> + <cve>CVE-2022-41881</cve> <cve>CVE-2022-41915</cve> </suppress> <suppress until="2023-05-01Z"> |
