andrewrk / andrewrk/node-mv

CVE-2026-26996

未关闭
#37 1 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
JavaScript
星标
156
派生
18
PR 合并指标
30 天内没有已合并 PR

描述

As per https://github.com/advisories/GHSA-3ppc-4f35-3m26

> minimatch is vulnerable to Regular Expression Denial of Service (ReDoS) when a glob pattern contains many consecutive * wildcards followed by a literal character that doesn't appear in the test string.

minimatch is included as a sub-dependency of `mv` through the following dependency chain

```
minimatch <10.2.1
Severity: high
minimatch has a ReDoS via repeated wildcards with non-matching literal in pattern - https://github.com/advisories/GHSA-3ppc-4f35-3m26
fix available via `npm audit fix`
node_modules/mv/node_modules/minimatch
glob 3.0.0 - 10.5.0
Depends on vulnerable versions of minimatch
node_modules/mv/node_modules/glob
rimraf 2.3.0 - 3.0.2 || 4.2.0 - 5.0.10
Depends on vulnerable versions of glob
node_modules/mv/node_modules/rimraf
mv >=2.1.0
Depends on vulnerable versions of rimraf
node_modules/mv
```

Can this library be updated to support a newer version of `rimraf` which allows for dependency chains to install a patched version of minimatch?

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。