CEXT-6026: Exclude unsafe version of axios#289
Merged
revanth0212 merged 1 commit intoApr 2, 2026
Conversation
6e6f86c to
0199327
Compare
AjazSumaiya
approved these changes
Apr 1, 2026
brasewel
previously approved these changes
Apr 1, 2026
brasewel
previously approved these changes
Apr 1, 2026
revanth0212
previously approved these changes
Apr 1, 2026
Contributor
|
Thanks @pdohogne-magento What is your opinion on adding This setting will make sure we only prioritize package upgrades after 7 days of their release. This erases 100% of 0 day attacks and 90% of critical security threats. The industry would have figured out the attack and patched it in 7 days. |
Collaborator
Author
|
To keep the PR conversation updated: Usage of minimum release age is deferred pending further discussion. Considerations:
|
The base branch was changed.
revanth0212
approved these changes
Apr 2, 2026
brasewel
approved these changes
Apr 2, 2026
10 tasks
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Exclude Axios version
1.14.1and overrideplain-crypto-jswith a local empty package if otherwise found.Related Issue
CEXT-6026: Update axios dependency to exclude malicious version
Motivation and Context
Axios version
1.14.1was published with a malicious dependency onplain-crypto-js(see here)How Has This Been Tested?
Local unit tests via
npm testScreenshots (if appropriate):
Types of changes
Checklist: