We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 639a55d + 1a90f5c commit fef9d50Copy full SHA for fef9d50
.iyarc
@@ -49,3 +49,10 @@ GHSA-23c5-xmqv-rm74
49
# - serialize-javascript RCE via malicious RegExp.flags and Date.prototype.toISOString()
50
# - Only affects dev-time tooling, not production code
51
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