diff options
| author | Oliver <oliver@mohlin.dev> | 2024-12-05 09:51:34 +0100 |
|---|---|---|
| committer | Oskar <oskar@mullvad.net> | 2024-12-05 09:54:30 +0100 |
| commit | ff699deb432376b0ae9cbfe435add471fb24447c (patch) | |
| tree | fb12bfa70f127a49625493f58bd0aec931564e89 /desktop | |
| parent | 5b6974bbbd6ffacc43bfd5ffe44e7a1f97b3d9ed (diff) | |
| download | mullvadvpn-ff699deb432376b0ae9cbfe435add471fb24447c.tar.xz mullvadvpn-ff699deb432376b0ae9cbfe435add471fb24447c.zip | |
Extend ignore for CVEs in scripts folder
Diffstat (limited to 'desktop')
| -rw-r--r-- | desktop/packages/mullvad-vpn/scripts/osv-scanner.toml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/desktop/packages/mullvad-vpn/scripts/osv-scanner.toml b/desktop/packages/mullvad-vpn/scripts/osv-scanner.toml index c415d89235..4af7e7e382 100644 --- a/desktop/packages/mullvad-vpn/scripts/osv-scanner.toml +++ b/desktop/packages/mullvad-vpn/scripts/osv-scanner.toml @@ -3,41 +3,41 @@ # Pillow arbitrary code execution [[IgnoredVulns]] id = "CVE-2023-50447" # GHSA-3f63-hfp8-52jq -ignoreUntil = 2024-12-05 +ignoreUntil = 2025-03-05 reason = "Only used internally, on trusted input. This tool is also scheduled for removal completely, so not worth trying to upgrade" # Pillow buffer overflow [[IgnoredVulns]] id = "CVE-2024-28219" # GHSA-44wm-f244-xhp3 -ignoreUntil = 2024-12-05 +ignoreUntil = 2025-03-05 reason = "Only used internally, on trusted input. This tool is also scheduled for removal completely, so not worth trying to upgrade" # Pillow DoS [[IgnoredVulns]] id = "CVE-2023-44271" # GHSA-8ghj-p4vj-mr35 -ignoreUntil = 2024-12-05 +ignoreUntil = 2025-03-05 reason = "Only used internally, on trusted input. This tool is also scheduled for removal completely, so not worth trying to upgrade" # libwebp: OOB write in BuildHuffmanTable [[IgnoredVulns]] id = "CVE-2023-5129" # GHSA-j7hp-h8jx-5ppr -ignoreUntil = 2024-12-05 +ignoreUntil = 2025-03-05 reason = "Only used internally, on trusted input. This tool is also scheduled for removal completely, so not worth trying to upgrade" # Pillow versions before v10.0.1 bundled libwebp binaries in wheels that are vulnerable to CVE-2023-5129 (previously CVE-2023-4863) [[IgnoredVulns]] id = "PYSEC-2023-175" -ignoreUntil = 2024-12-05 +ignoreUntil = 2025-03-05 reason = "Only used internally, on trusted input. This tool is also scheduled for removal completely, so not worth trying to upgrade" # Pillow versions before v10.0.1 bundled libwebp binaries in wheels that are vulnerable to CVE-2023-5129 (previously CVE-2023-4863) [[IgnoredVulns]] id = "GHSA-56pw-mpj4-fxww" -ignoreUntil = 2024-12-05 +ignoreUntil = 2025-03-05 reason = "Only used internally, on trusted input. This tool is also scheduled for removal completely, so not worth trying to upgrade" # Pillow vulnerable to Data Amplification attack. [[IgnoredVulns]] id = "CVE-2022-45198" # GHSA-m2vv-5vj5-2hm7 -ignoreUntil = 2024-12-05 +ignoreUntil = 2025-03-05 reason = "Only used internally, on trusted input. This tool is also scheduled for removal completely, so not worth trying to upgrade" |
