Skip to content

Update minimatch in deps #42075

@gjasny

Description

@gjasny

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    wrong repoIssues that should be opened in another repository.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions