fix(root): bump nanoid to 3.3.17 via yarn resolution - #9460
Merged
mohammadalfaiyazbitgo merged 1 commit intoAug 10, 2026
Merged
Conversation
Add yarn resolution to pin nanoid to 3.3.17, fixing GHSA-2v37-7h3g-55p8 (CVE-2026-67213, CVSS 8.2), a DoS via infinite loop in customAlphabet and customRandom when called with size 0. Version 3.3.17 is the fixed release; the previously resolved 3.3.16 was one patch behind. This was blocking the @bitgo-beta release workflow's OSV vulnerability severity gate (CVSS >= 7.0 threshold). Ticket: CECHO-1893 Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
Contributor
manojkumar138
marked this pull request as ready for review
August 10, 2026 10:25
diksha190
approved these changes
Aug 10, 2026
mohammadalfaiyazbitgo
approved these changes
Aug 10, 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.
Summary
Fixes the
@bitgo-betarelease workflow's OSV vulnerability severity gate failure, seen in this run:Root cause
GHSA-2v37-7h3g-55p8/CVE-2026-67213: nanoid'scustomAlphabetandcustomRandomloop indefinitely when called withsize: 0, causing a DoS. Fixed innanoid@3.3.17(3.x line) /5.1.6(5.x line). The resolved version inyarn.lockwas3.3.16, one patch behind the fix.Change
"nanoid": "3.3.17"to rootresolutionsinpackage.jsonyarn.lock— the singlenanoid@^3.3.12entry now resolves to3.3.17Cooldown check
3.3.17was published 2026-08-03, clearing BitGo's 7-day dependency cooldown as of this PR.Test Plan
yarn installcompletes cleanly, all workspace packages build/linkTicket: CECHO-1893
🤖 Generated with Claude Code