Skip to content

pin axios to 1.8.3 to block supply chain attack#140

Closed
drappi-ai wants to merge 1 commit intomainfrom
cdai__pin-axios-override
Closed

pin axios to 1.8.3 to block supply chain attack#140
drappi-ai wants to merge 1 commit intomainfrom
cdai__pin-axios-override

Conversation

@drappi-ai
Copy link
Copy Markdown
Contributor

Summary

  • Axios 1.14.1 contains a supply chain attack. We don't use axios directly, but @slack/web-api pulls it in transitively with a ^1.7.8 range that would resolve to the compromised version on next bun install.
  • Adds an overrides section pinning axios to 1.8.3 (the version currently in our lock file) so installs are a no-op until this is resolved upstream.

Test plan

  • Verify bun install produces no lock file changes

Axios 1.14.1 contains a supply chain attack. This override pins the
transitive axios dependency (via @slack/web-api) to the current safe
version so bun install won't upgrade to the compromised release.
@cdrappi cdrappi closed this Apr 15, 2026
@cdrappi cdrappi deleted the cdai__pin-axios-override branch April 15, 2026 01:38
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.

2 participants