Skip to content

Commit

Permalink
Extend ignore for CVE-2024-4067
Browse files Browse the repository at this point in the history
  • Loading branch information
olmoh authored and faern committed Nov 26, 2024
1 parent a11f659 commit 9e0b4f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desktop/osv-scanner.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ reason = "This package is only used to match paths from either us or trusted lib
# micromatch (dev): Regular Expression Denial of Service (ReDoS) in micromatch
[[IgnoredVulns]]
id = "CVE-2024-4067" # GHSA-952p-6rrq-rcjv
ignoreUntil = 2024-11-23
ignoreUntil = 2025-02-23
reason = "This is just a dev dependency, and we don't have untrusted input to micromatch there"

# node-gettext: Prototype Pullution via the addTranslations function
Expand Down

0 comments on commit 9e0b4f1

Please sign in to comment.