Conversation
ravibitgo
approved these changes
Mar 5, 2026
KaustubhPatange
approved these changes
Mar 5, 2026
kaustubhbitgo
approved these changes
Mar 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ticket: WP-8127
Slack ref - https://bitgo.slack.com/archives/C010AEXLLCR/p1772693119445179?thread_ts=1772573311.968949&cid=C010AEXLLCR
Root Cause
The fix for GHSA-qffp-2rhf-9h96 is in tar@7.5.7+. However, lerna requires tar v6 — forcing an upgrade to v7.x breaks lerna's packDirectory API. This is the same constraint that caused 4 prior tar advisories to be excluded in .iyarc:
GHSA-8qq5-rm4j-mr97 (excluded)
GHSA-r6q2-hw4h-h46w (excluded)
GHSA-34x7-hfp2-rc4v (excluded)
GHSA-83g3-92jg-28cx (excluded)
Why It Is Safe to Exclude
GHSA-qffp-2rhf-9h96 is the same vulnerability class (tar extraction: hardlink/symlink path traversal when extracting malicious archives) as all 4 previously excluded advisories.
BitGo's usage of lerna/yeoman's tar is PACKING only (e.g. lerna publish), never extraction of untrusted archives.
lerna and yeoman-generator are dev-time tools only — not used in production.
The exploitable attack surface (extracting a maliciously crafted archive) does not exist in this repo's use case.
Fix
Add GHSA-qffp-2rhf-9h96 to .iyarc with justification matching the existing tar exclusions: