Skip to content

Commit fef9d50

Browse files
authored
fix(root): exclude tar vulnerability
2 parents 639a55d + 1a90f5c commit fef9d50

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.iyarc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,10 @@ GHSA-23c5-xmqv-rm74
4949
# - serialize-javascript RCE via malicious RegExp.flags and Date.prototype.toISOString()
5050
# - Only affects dev-time tooling, not production code
5151
GHSA-5c6j-r48x-rmvq
52+
53+
# Excluded because:
54+
# - Transitive dependency through lerna and yeoman-generator requiring tar < 7.5.7
55+
# - This CVE affects tar's extraction process (hardlink path traversal in crafted archives)
56+
# - Our usage is limited to archive PACKING operations only, not extraction
57+
# - Forcing tar v7.5.7+ breaks lerna's packDirectory API (same constraint as GHSA-8qq5-rm4j-mr97)
58+
GHSA-qffp-2rhf-9h96

0 commit comments

Comments
 (0)