fix(deps): bump basic-ftp to 5.3.1 to resolve GHSA-rpmf-866q-6p89#8705
Merged
fix(deps): bump basic-ftp to 5.3.1 to resolve GHSA-rpmf-866q-6p89#8705
Conversation
Patches DoS via unbounded multiline FTP control response buffering. get-uri accepts ^5.0.2 so 5.3.1 is a compatible drop-in upgrade. Unblocks the publish CI job blocked by 5 HIGH yarn audit findings (all the same advisory across different dep paths). Ticket: SI-512
mukeshsp
approved these changes
May 7, 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: SI-512
Summary
basic-ftpfrom5.2.2to5.3.1in rootresolutionsto patchGHSA-rpmf-866q-6p89yarn.lockaccordinglypackage.jsonandyarn.lockchanged — no source code touchedWhy this works
get-uri@6.0.5(the direct consumer ofbasic-ftp) requiresbasic-ftp: ^5.0.2, so5.3.1is a fully compatible upgrade. The previousresolutionspin of5.2.2was keeping the patched version out.What this fixes
GHSA-rpmf-866q-6p89(HIGH, CVSS 7.5): DoS via unbounded multiline FTP control response buffering inbasic-ftp. Patched in5.3.1. This advisory was appearing 5 times in the yarn audit output (same advisory across 5 different dependency paths), blocking thechore(root): publish modulesCI job.Dependency chain
Impact
Unblocks the publish of
@bitgo/sdk-coin-hbarcontaining theexplainTransactionfix for HBAR staking (PR #8700), which is needed to unblock end-to-end HBAR stake signing on staging.Related
explainTransactionfix for HBAR (PR fet(hbar): add AccountUpdate support to explainTransaction in BitGoJS #8700)stakedNodeIdfix