fix: upgrade axios to 1.13.5, 0.30.3 (CVE-2026-25639) - #1154
Open
anupamme wants to merge 1 commit into
Open
Conversation
Automated dependency upgrade by OrbisAI Security
Thayorns
approved these changes
Aug 3, 2026
Thayorns
left a comment
Contributor
There was a problem hiding this comment.
Moves axios to 1.13.5 and pins it through an override, carrying form-data and hasown along with it in the lockfile. The change is confined to the manifest and the lockfile, and there is nothing in it for this review to say.
|
@Thayorns Thanks for the review! You've earned +4 points for this: +12 as a basis; -8 for absolutely no comments posted; -4 for too few (29) hits-of-code; +4 to give you at least something. Your running score is +661; don't forget to check your Zerocracy account too). |
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.
Summary
Upgrade axios from 1.12.2 to 1.13.5, 0.30.3 to fix CVE-2026-25639.
Vulnerability
CVE-2026-25639package-lock.json(dependency:axios)Description: axios: Axios affected by Denial of Service via proto Key in mergeConfig
Evidence
Scanner confirmation: trivy rule
CVE-2026-25639flagged this pattern.Changes
package.jsonpackage-lock.jsonBehavior Preservation
The change is scoped to 2 files on the vulnerable path; it only tightens handling of untrusted input and leaves valid inputs unaffected.
This change addresses a pattern flagged by static analysis. The code path handles user-influenced input and the fix reduces the attack surface against both manual and automated exploitation.
Automated security fix by OrbisAI Security