fix: pin axios to 1.14.0 to prevent upgrade to compromised 1.14.1#350
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 (1)
✅ Files skipped from review due to trivial changes (1)
📝 WalkthroughWalkthroughAdded a changelog entry for v0.44.1 and updated package metadata: bumped package version to Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 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 |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@CHANGELOG.md`:
- Around line 8-10: Update the changelog entry under "## [0.45.0] - 2026-03-31"
to replace the terse "- Pin axios version" with a clear security-focused entry
that specifies the exact version pinned (use the actual pinned version string
found in the codebase, e.g., "axios@1.14.0" or correct to "1.13.5" if that is
the true change), explains the security reason (vulnerable/compromised versions
contained a RAT/backdoor), and includes a reference to the security advisory or
CVE (add URL or advisory ID) so users have context and can act.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: 1af62cd5-67de-401b-b9cf-8e2b160c0c3f
⛔ Files ignored due to path filters (1)
yarn.lockis excluded by!**/yarn.lock,!**/*.lock
📒 Files selected for processing (2)
CHANGELOG.mdpackage.json
e6e40b7 to
b3b3c81
Compare
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