-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
Closed
Labels
wrong repoIssues that should be opened in another repository.Issues that should be opened in another repository.
Description
Version
HEAD
Platform
any
Subsystem
No response
What steps will reproduce the bug?
Right now the minimatch
dependency that is vendored into the deps
directory is at version 3.0.4
:
grep '"version"' deps/npm/node_modules/minimatch/package.json
"version": "3.0.4",
Unfortunately that version is reported as vulnerable to a redos attack:
Description : minimatch package versions before 3.0.5 are vulnerable to Regular Expression Denial of Service (ReDoS). It\'s possible to cause a
denial of service when calling function braceExpand (The regex /\\{.*\\}/ is vulnerable and can be exploited).
The last npm update PR in #42039 did not (automatically) raise the minimatch dependency.
Could you please update minimatch
in v17 and v16 and release new versions?
How often does it reproduce? Is there a required condition?
always
What is the expected behavior?
Minimatch is updated to at least version 3.0.5
.
What do you see instead?
Minimatch is at 3.0.4
.
Additional information
No response
mateBe95 and Poojajadhav88
Metadata
Metadata
Assignees
Labels
wrong repoIssues that should be opened in another repository.Issues that should be opened in another repository.