Skip to content

SWI-3723 [Snyk] Security upgrade axios from 1.6.1 to 1.13.5#851

Open
bwappsec wants to merge 1 commit intomasterfrom
snyk-fix-08792dd0cf0d88335e96a048e4aa2dcf
Open

SWI-3723 [Snyk] Security upgrade axios from 1.6.1 to 1.13.5#851
bwappsec wants to merge 1 commit intomasterfrom
snyk-fix-08792dd0cf0d88335e96a048e4aa2dcf

Conversation

@bwappsec
Copy link

snyk-top-banner

Snyk has created this PR to fix 1 vulnerabilities in the npm dependencies of this project.

Snyk changed the following file(s):

  • samples/client/petstore/typescript-axios/builds/with-npm-version/package.json
  • samples/client/petstore/typescript-axios/builds/with-npm-version/package-lock.json

Vulnerabilities that will be fixed with an upgrade:

Issue Score
high severity Prototype Pollution
SNYK-JS-AXIOS-15252993
  227  

Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • Max score is 1000. Note that the real score may have changed since the PR was raised.
  • This PR was automatically created by Snyk using the credentials of a real user.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.

For more information:
🧐 View latest project report
📜 Customise PR templates
🛠 Adjust project settings
📚 Read about Snyk's upgrade logic


Learn how to fix vulnerabilities with free interactive lessons:

🦉 Prototype Pollution

…/package.json & samples/client/petstore/typescript-axios/builds/with-npm-version/package-lock.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-AXIOS-15252993
@bwappsec
Copy link
Author

Merge Risk: Medium

This minor version upgrade for axios includes numerous bug fixes, security patches, and new features, with no major API removals. The risk is assessed as medium due to a subtle but important behavioral change in error handling.

Key Changes:

  • Security Fixes: This upgrade addresses multiple vulnerabilities, including a Denial of Service (DoS) issue related to the mergeConfig function (CVE-2026-25639) and another DoS vulnerability when handling data: URLs.
  • Behavioral Change (Error Handling): Starting from version 1.13.3, AxiosError is now a native JavaScript Error type. This is a positive change for consistency but could impact applications with specific error handling logic that checks the error type.

Recommendation:
It is recommended to proceed with the upgrade. However, developers should verify that their error handling logic, particularly any instanceof AxiosError checks or assumptions about the error object's prototype chain, functions as expected after the upgrade.

Source: GitHub Releases

Notice 🤖: This content was augmented using artificial intelligence. AI-generated content may contain errors and should be reviewed for accuracy before use.

@bwappsec bwappsec changed the title [Snyk] Security upgrade axios from 1.6.1 to 1.13.5 SWI-3723 [Snyk] Security upgrade axios from 1.6.1 to 1.13.5 Feb 13, 2026
@bwappsec
Copy link
Author

bwappsec commented Feb 13, 2026

Snyk checks have passed. No issues have been found so far.

Status Scanner Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues
Licenses 0 0 0 0 0 issues
Code Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants