diff options
| -rw-r--r-- | gui/osv-scanner.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/osv-scanner.toml b/gui/osv-scanner.toml index 3767022435..d79251d9f5 100644 --- a/gui/osv-scanner.toml +++ b/gui/osv-scanner.toml @@ -27,5 +27,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 = 2024-10-17 -reason = "There is no fix yet, in the meantime we'll have to verify translations thoroughly" +ignoreUntil = 2025-01-17 +reason = "There is no fix yet and we don't send untrusted input to the first argument of addTranslations" |
