summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorTobias Järvelöv <tobias.jarvelov@mullvad.net>2025-04-17 10:15:07 +0200
committerTobias Järvelöv <tobias.jarvelov@mullvad.net>2025-04-17 10:15:07 +0200
commitd60095e738273c3f4d04ebe8dd6b074c19573876 (patch)
tree905cf183a24808df772bf0f77887851539f11e58
parent564955aa81ceb41ba2137e5b014b233b79373056 (diff)
downloadmullvadvpn-d60095e738273c3f4d04ebe8dd6b074c19573876.tar.xz
mullvadvpn-d60095e738273c3f4d04ebe8dd6b074c19573876.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 333be5ed23..edd808cca0 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-04-17
+ignoreUntil = 2025-07-17
reason = "There is no fix yet and we don't send untrusted input to the first argument of addTranslations"