Skip to content

fix: resolve critical axios vulnerability via npm override#1046

Merged
TaprootFreak merged 1 commit intodevelopfrom
fix/axios-critical-vulnerability
Apr 10, 2026
Merged

fix: resolve critical axios vulnerability via npm override#1046
TaprootFreak merged 1 commit intodevelopfrom
fix/axios-critical-vulnerability

Conversation

@TaprootFreak
Copy link
Copy Markdown
Collaborator

Summary

  • Add axios: ^1.15.0 to npm overrides to force all nested dependencies to use a patched version
  • Resolves 6 CVEs (SSRF, DoS, credential leakage) flagged by npm audit as critical
  • Affected transitive deps: @synthetixio/synpress-cache, @ledgerhq/*, tronweb, alchemy-sdk
  • All 276 tests pass, no breaking changes

CVEs resolved

Test plan

  • npm audit shows 0 critical vulnerabilities
  • All 276 unit tests pass
  • Verify E2E tests (synpress/playwright) still work

Add axios ^1.15.0 override to force all nested dependencies
(synpress, ledger, trezor, etc.) to use a patched version.
Fixes 6 CVEs including SSRF, DoS, and credential leakage.
@TaprootFreak TaprootFreak marked this pull request as ready for review April 10, 2026 12:15
@TaprootFreak TaprootFreak merged commit 4ca3bae into develop Apr 10, 2026
6 checks passed
@TaprootFreak TaprootFreak deleted the fix/axios-critical-vulnerability branch April 10, 2026 12:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant