fix(root): clear osv-scanner HIGH/CRITICAL findings blocking release - #9325
Merged
Conversation
Contributor
OttoAllmendinger
previously approved these changes
Jul 22, 2026
Pin patched transitive deps and exclude tar advisories that cannot be bumped without breaking lerna packDirectory, so BitGoJS release audit passes HIGH/CRITICAL again. TICKET: WCI-1125
zahin-mohammad
approved these changes
Jul 22, 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
Unblocks BitGoJS release after the osv-scanner audit gate failed on HIGH/CRITICAL dependency findings.
Why the release failed
Total 41 packages affected by 70 known vulnerabilities (3 Critical, 16 High, …)#9311removed unsupported--severity;#9313removedcontinue-on-error, so audit blocks release again.This PR targets HIGH/CRITICAL.
Bumps (and why)
axios1.16.1→1.18.0(rootresolutions/overrides+ rootdependencies)axios(modules)1.16.1→1.18.0in@bitgo/sdk-coin-atom,@bitgo/sdk-coin-sui,@bitgo/utxo-libfast-uri3.1.2→3.1.4ajv.uuid11.1.1(root)11.1.1.uuid(@bitgo/sdk-core)^8.3.2→11.1.1js-yaml4.3.0(root)4.1.0; resolution overrides to4.3.0(same major).Exclusions (
osv-scanner.toml)tar(Critical)tar@7.5.19+; breaks lernapackDirectory. Packing-only usage.tar(High)tar@7.5.18+; same lerna/tar constraint.Test plan
yarn check-depsyarn lerna run buildTICKET: WCI-1125