Skip to content

Commit 427e9ee

Browse files
committed
chore(CECHO-375): add .iyarc exclusion for tar GHSA-9ppj-qmqm-q256
Security-approved exception. Same risk profile as existing tar exclusions: CVE affects archive extraction (unpacking malicious archives); we only use tar for packing. Unblocks bitgo-beta release.
1 parent b38cd7c commit 427e9ee

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.iyarc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,9 @@ GHSA-5c6j-r48x-rmvq
5656
# - Our usage is limited to archive PACKING operations only, not extraction
5757
# - Forcing tar v7.5.7+ breaks lerna's packDirectory API (same constraint as GHSA-8qq5-rm4j-mr97)
5858
GHSA-qffp-2rhf-9h96
59+
60+
# Excluded because:
61+
# - Same risk profile as existing tar exclusions: CVE affects archive extraction (unpacking malicious archives)
62+
# - We only use tar for packing; low risk in terms of exploitability
63+
# - Security exception approved
64+
GHSA-9ppj-qmqm-q256

0 commit comments

Comments
 (0)