summaryrefslogtreecommitdiffhomepage
path: root/gui/scripts
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2024-09-05 11:42:59 +0200
committerLinus Färnstrand <linus@mullvad.net>2024-09-05 11:54:23 +0200
commit143addf08d8dad2658de04d2f5b487d8382472d1 (patch)
tree1637b6b7cb150a0696befa54358bd43229a3bc09 /gui/scripts
parentbc5f5f3250f73b0e82221b790b585cd454479d08 (diff)
downloadmullvadvpn-143addf08d8dad2658de04d2f5b487d8382472d1.tar.xz
mullvadvpn-143addf08d8dad2658de04d2f5b487d8382472d1.zip
Extend ignoreUntil for CVEs that still don't affect us
This is only for desktop frontend and python helper scripts
Diffstat (limited to 'gui/scripts')
-rw-r--r--gui/scripts/osv-scanner.toml14
1 files changed, 7 insertions, 7 deletions
diff --git a/gui/scripts/osv-scanner.toml b/gui/scripts/osv-scanner.toml
index ec390ea1d3..c415d89235 100644
--- a/gui/scripts/osv-scanner.toml
+++ b/gui/scripts/osv-scanner.toml
@@ -3,41 +3,41 @@
# Pillow arbitrary code execution
[[IgnoredVulns]]
id = "CVE-2023-50447" # GHSA-3f63-hfp8-52jq
-ignoreUntil = 2024-09-05
+ignoreUntil = 2024-12-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-09-05
+ignoreUntil = 2024-12-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-09-05
+ignoreUntil = 2024-12-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-09-05
+ignoreUntil = 2024-12-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-09-05
+ignoreUntil = 2024-12-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-09-05
+ignoreUntil = 2024-12-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-09-05
+ignoreUntil = 2024-12-05
reason = "Only used internally, on trusted input. This tool is also scheduled for removal completely, so not worth trying to upgrade"