Skip to content

[Snyk] Security upgrade axios from 1.16.0 to 1.18.0 - #251

Open
macroscope-cloud wants to merge 16 commits into
snyk-fix-72d5bccd2026efc1e01e8382523fd405from
snyk-fix-bdeb54b39eec4edaf66086090d0075c6
Open

[Snyk] Security upgrade axios from 1.16.0 to 1.18.0#251
macroscope-cloud wants to merge 16 commits into
snyk-fix-72d5bccd2026efc1e01e8382523fd405from
snyk-fix-bdeb54b39eec4edaf66086090d0075c6

Conversation

@macroscope-cloud

Copy link
Copy Markdown

snyk-top-banner

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

Snyk changed the following file(s):

  • package.json
  • package-lock.json

Vulnerabilities that will be fixed with an upgrade:

Issue Score
medium severity Uncontrolled Recursion
SNYK-JS-AXIOS-18060730
  738  
medium severity Prototype Pollution
SNYK-JS-AXIOS-18065351
  738  
medium severity Permissive List of Allowed Inputs
SNYK-JS-AXIOS-18065357
  738  
medium severity Allocation of Resources Without Limits or Throttling
SNYK-JS-AXIOS-18060165
  708  
medium severity Uncontrolled Recursion
SNYK-JS-AXIOS-18060167
  708  
medium severity Prototype Pollution
SNYK-JS-AXIOS-18060659
  708  
medium severity Allocation of Resources Without Limits or Throttling
SNYK-JS-AXIOS-18060804
  708  
medium severity Prototype Pollution
SNYK-JS-AXIOS-18065349
  708  
medium severity Allocation of Resources Without Limits or Throttling
SNYK-JS-AXIOS-18065353
  708  
medium severity Prototype Pollution
SNYK-JS-AXIOS-18065355
  708  

Breaking Change Risk

Merge Risk: Medium

Notice: This assessment is enhanced by AI.


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:

🦉 Allocation of Resources Without Limits or Throttling
🦉 Uncontrolled Recursion
🦉 Prototype Pollution

snyk-bot added 14 commits April 11, 2026 11:50
@macroscope-cloud

Copy link
Copy Markdown
Author

Merge Risk: Medium

This is a minor version upgrade that includes security hardening and behavioral changes that may require verification.

Behavioral Changes:

  • Redirect Header Safety: In Node.js, sensitive headers specified by the caller may now be stripped on cross-origin redirects to prevent leakage of API keys or authentication tokens.
  • URL Hardening: Malformed http: and https: URLs that are missing // will now be rejected with an ERR_INVALID_URL error.
  • validateStatus Semantics: A new transitional option, validateStatusUndefinedResolves, has been added. This allows applications to opt-in to treating validateStatus: undefined as if the option was omitted.

Recommendation:
Review application logic related to cross-origin redirects, especially if custom sensitive headers are used. Ensure all URLs passed to Axios are well-formed. Test validateStatus behavior if your application relies on its specific handling.

Source: GitHub Release Notes

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

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