diff options
| author | Oskar <oskar@mullvad.net> | 2024-09-17 10:17:59 +0200 |
|---|---|---|
| committer | Oskar <oskar@mullvad.net> | 2024-09-17 12:01:49 +0200 |
| commit | 4904d6d89c4eb1267a44d9a9439b92f6420ebc86 (patch) | |
| tree | c22209ed04a1f02bbf318af9ba3054f673f8cab7 | |
| parent | 2bca7f8291bf816e20d9703cdd7bb5b385fd8d4a (diff) | |
| download | mullvadvpn-4904d6d89c4eb1267a44d9a9439b92f6420ebc86.tar.xz mullvadvpn-4904d6d89c4eb1267a44d9a9439b92f6420ebc86.zip | |
Update node-gettext CVE id in gui/osv-scanner.toml
| -rw-r--r-- | gui/osv-scanner.toml | 2 |
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" |
