summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorOliver <oliver@mohlin.dev>2025-01-17 14:51:59 +0100
committerOskar <oskar@mullvad.net>2025-01-17 16:20:16 +0100
commitefdbd96700303ad2024cca07cb619badad3b0082 (patch)
tree7d1bf3fc7ff19a3c3de706033d284b4006a925fb
parent3a958a7549e8d4bd9af8e8fef5cf5b8ddf656299 (diff)
downloadmullvadvpn-efdbd96700303ad2024cca07cb619badad3b0082.tar.xz
mullvadvpn-efdbd96700303ad2024cca07cb619badad3b0082.zip
Extend ignore for CVE-2024-21528
-rw-r--r--desktop/osv-scanner.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/osv-scanner.toml b/desktop/osv-scanner.toml
index fc973f5e61..3401445f5a 100644
--- a/desktop/osv-scanner.toml
+++ b/desktop/osv-scanner.toml
@@ -21,5 +21,5 @@ reason = "This is just a dev dependency, and we don't have untrusted input to mi
# node-gettext: Prototype Pullution via the addTranslations function
[[IgnoredVulns]]
id = "CVE-2024-21528" # GHSA-g974-hxvm-x689
-ignoreUntil = 2025-01-17
+ignoreUntil = 2025-04-17
reason = "There is no fix yet and we don't send untrusted input to the first argument of addTranslations"