diff options
| author | Markus Pettersson <markus.pettersson@mullvad.net> | 2025-04-17 10:38:40 +0200 |
|---|---|---|
| committer | Markus Pettersson <markus.pettersson@mullvad.net> | 2025-04-17 10:38:40 +0200 |
| commit | 1aa192715cc27f5d6a16fb195df296f5d74ff0fe (patch) | |
| tree | 905cf183a24808df772bf0f77887851539f11e58 | |
| parent | 564955aa81ceb41ba2137e5b014b233b79373056 (diff) | |
| parent | d60095e738273c3f4d04ebe8dd6b074c19573876 (diff) | |
| download | mullvadvpn-1aa192715cc27f5d6a16fb195df296f5d74ff0fe.tar.xz mullvadvpn-1aa192715cc27f5d6a16fb195df296f5d74ff0fe.zip | |
Merge remote-tracking branch 'origin/extend-ignore-for-cve-2024-21528-des-2043'
| -rw-r--r-- | desktop/osv-scanner.toml | 2 |
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" |
