andrewrk / andrewrk/node-mv

CVE-2026-26996

Ouverte
#37 1 commentaire 0 réactions 0 personnes assignées Voir sur GitHub
Langage dominant
JavaScript
Étoiles
156
Forks
18
Métriques de merge des PR
Aucune PR mergée en 30 j

Description

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?

Guide de contribution

Aucun guide de contribution indexé pour ce dépôt

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.