fix: pin axios to version 1.14.0 to prevent installation of compromised version 1.14.1 - #185
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThe axios runtime dependency is pinned to version 1.14.0 in package.json to prevent installation of a compromised 1.14.1 release. A corresponding changelog entry documents this fix in the Unreleased section. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
axios 1.14.1 and 0.30.4 have been identified as compromised npm packages containing a remote access trojan (RAT). See axios/axios#10604 and https://www.stepsecurity.io/blog/axios-compromised-on-npm-malicious-versions-drop-remote-access-trojan for details.
Summary by CodeRabbit