summaryrefslogtreecommitdiffhomepage
path: root/gui
diff options
context:
space:
mode:
authorOskar <oskar@mullvad.net>2024-09-17 12:02:07 +0200
committerOskar <oskar@mullvad.net>2024-09-17 12:02:07 +0200
commit656e5291469076a575efad8cfbb6d3256288821b (patch)
treec22209ed04a1f02bbf318af9ba3054f673f8cab7 /gui
parent2bca7f8291bf816e20d9703cdd7bb5b385fd8d4a (diff)
parent4904d6d89c4eb1267a44d9a9439b92f6420ebc86 (diff)
downloadmullvadvpn-656e5291469076a575efad8cfbb6d3256288821b.tar.xz
mullvadvpn-656e5291469076a575efad8cfbb6d3256288821b.zip
Merge branch 'correctly-suppress-node-gettext-vulnerability'
Diffstat (limited to 'gui')
-rw-r--r--gui/osv-scanner.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/osv-scanner.toml b/gui/osv-scanner.toml
index cfe5d5b78d..3767022435 100644
--- a/gui/osv-scanner.toml
+++ b/gui/osv-scanner.toml
@@ -26,6 +26,6 @@ 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-4067" # GHSA-g974-hxvm-x689
+id = "CVE-2024-21528" # GHSA-g974-hxvm-x689
ignoreUntil = 2024-10-17
reason = "There is no fix yet, in the meantime we'll have to verify translations thoroughly"