Skip to content

Commit 8194466

Browse files
authored
Merge pull request #8205 from BitGo/WP-8085
chore(root): exclude minimatch ReDoS from yarn audit
2 parents 2a8ed94 + 828fafe commit 8194466

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.iyarc

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,16 @@ GHSA-3ppc-4f35-3m26
3030
# - This CVE affects tar's extraction process with specially crafted archives
3131
# - Our usage is limited to archive PACKING operations only, not extraction
3232
GHSA-83g3-92jg-28cx
33+
34+
# Excluded because:
35+
# - Transitive dependency through lerna, depcheck, nyc, eslint, yeoman-generator, glob, shelljs
36+
# - minimatch ReDoS via crafted glob patterns (same class as GHSA-3ppc-4f35-3m26)
37+
# - Only affects dev-time tooling, not production code
38+
GHSA-7r86-cg39-jmmj
39+
40+
# Excluded because:
41+
# - Transitive dependency through lerna, depcheck, nyc, eslint, yeoman-generator, glob, shelljs
42+
# - minimatch ReDoS via crafted glob patterns (same class as GHSA-3ppc-4f35-3m26)
43+
# - Only affects dev-time tooling, not production code
44+
# - Mitigated by controlled inputs (our own build scripts, not user-provided patterns)
45+
GHSA-23c5-xmqv-rm74

0 commit comments

Comments
 (0)