diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2025-03-12 09:46:22 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2025-03-12 10:41:08 +0100 |
| commit | 92fb81c9fee1ce3dfd1e7a2bf31ff22bc64d7148 (patch) | |
| tree | bbdbd28b7cd87fa2f999568224eba66dda71d6a5 /desktop | |
| parent | 9347ed2f5d45d340cd0059b2d3334ba89f5c6af2 (diff) | |
| download | mullvadvpn-92fb81c9fee1ce3dfd1e7a2bf31ff22bc64d7148.tar.xz mullvadvpn-92fb81c9fee1ce3dfd1e7a2bf31ff22bc64d7148.zip | |
Bump the ignoreUntil on python dependencies
Diffstat (limited to 'desktop')
| -rw-r--r-- | desktop/packages/mullvad-vpn/scripts/osv-scanner.toml | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/desktop/packages/mullvad-vpn/scripts/osv-scanner.toml b/desktop/packages/mullvad-vpn/scripts/osv-scanner.toml index 4af7e7e382..a71b8e4b63 100644 --- a/desktop/packages/mullvad-vpn/scripts/osv-scanner.toml +++ b/desktop/packages/mullvad-vpn/scripts/osv-scanner.toml @@ -1,43 +1,46 @@ # See repository root `osv-scanner.toml` for instructions and rules for this file. +# All issues found here are ignored for 6 months at a time, instead of three, +# since it is only used on trusted input and is scheduled for removal completely anyway. + # Pillow arbitrary code execution [[IgnoredVulns]] id = "CVE-2023-50447" # GHSA-3f63-hfp8-52jq -ignoreUntil = 2025-03-05 +ignoreUntil = 2025-09-12 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 = 2025-03-05 +ignoreUntil = 2025-09-12 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 = 2025-03-05 +ignoreUntil = 2025-09-12 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 = 2025-03-05 +ignoreUntil = 2025-09-12 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 = 2025-03-05 +ignoreUntil = 2025-09-12 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 = 2025-03-05 +ignoreUntil = 2025-09-12 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 = 2025-03-05 +ignoreUntil = 2025-09-12 reason = "Only used internally, on trusted input. This tool is also scheduled for removal completely, so not worth trying to upgrade" |
