This repository was archived by the owner on May 25, 2026. It is now read-only.
Pin axios to 1.14.0 to avoid compromised version - #338
Merged
Conversation
axios 1.14.1 was published on March 30, 2026 via a hijacked maintainer account and contains a malicious dependency (plain-crypto-js) that deploys a cross-platform RAT. Removing the caret pin prevents auto-upgrading to the compromised version. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
mustafa-poly
enabled auto-merge
March 31, 2026 17:55
poly-rodr
approved these changes
Mar 31, 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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
axiosfrom^1.0.0to1.14.0to prevent installing the compromised1.14.1versionplain-crypto-jsdependency that deploys a cross-platform RATTest plan
pnpm installresolves axios to exactly 1.14.0plain-crypto-jsin node_modules🤖 Generated with Claude Code
Note
Low Risk
Low risk dependency change that only affects the resolved
axios(and its lockfile transitiveproxy-from-env) versions; runtime behavior should be effectively unchanged aside from any patch-level axios differences.Overview
Prevents installs from floating to newer
axiosreleases by changing the dependency range from^1.0.0to an exact1.14.0.Updates
pnpm-lock.yamlto lockaxios@1.14.0(including the related transitive bump toproxy-from-env@2.1.0) and aligns the@polymarket/builder-signing-sdkdependency tree to the same axios version.Written by Cursor Bugbot for commit 918fd5b. This will update automatically on new commits. Configure here.