Skip to content

[Snyk] Security upgrade axios from 1.4.0 to 1.13.5#184

Open
snyk-io[bot] wants to merge 1 commit intomainfrom
snyk-fix-7a2ec040bb8536616addb6926eaf181f
Open

[Snyk] Security upgrade axios from 1.4.0 to 1.13.5#184
snyk-io[bot] wants to merge 1 commit intomainfrom
snyk-fix-7a2ec040bb8536616addb6926eaf181f

Conversation

@snyk-io
Copy link
Copy Markdown

@snyk-io snyk-io bot commented Feb 10, 2026

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):

  • gui/package.json
  • gui/package-lock.json

Vulnerabilities that will be fixed with an upgrade:

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

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


EntelligenceAI PR Summary

This PR upgrades the axios HTTP client library from 1.4.0 to 1.13.5 to address security vulnerabilities and improve stability.

  • Updated axios dependency in gui/package.json and gui/package-lock.json from ^1.4.0 to ^1.13.5
  • Upgraded transitive dependencies: follow-redirects (1.15.2→1.15.11) and form-data (4.0.0→4.0.5)
  • Introduced new utility packages: call-bind-apply-helpers, dunder-proto, es-define-property, es-errors, es-object-atoms, get-proto, hasown, and math-intrinsics
  • Updated existing packages: function-bind, get-intrinsic, gopd, has-symbols, has-tostringtag, and es-set-tostringtag to newer versions

@snyk-io
Copy link
Copy Markdown
Author

snyk-io bot commented Feb 10, 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

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

@entelligence-ai-pr-reviews
Copy link
Copy Markdown

Walkthrough

This PR upgrades the axios HTTP client library from version 1.4.0 to 1.13.5 in the GUI component. This significant version jump addresses security vulnerabilities and improves stability. The update cascades to several transitive dependencies, including follow-redirects (1.15.2 to 1.15.11) and form-data (4.0.0 to 4.0.5). Additionally, the upgrade introduces new utility packages (call-bind-apply-helpers, dunder-proto, es-define-property, es-errors, es-object-atoms, get-proto, hasown, math-intrinsics) and updates existing packages (function-bind, get-intrinsic, gopd, has-symbols, has-tostringtag, es-set-tostringtag) to their latest versions. The changes are reflected in both package.json and package-lock.json files.

Changes

File(s) Summary
gui/package.json
gui/package-lock.json
Upgraded axios from version 1.4.0 to 1.13.5, including transitive dependency updates (follow-redirects 1.15.2→1.15.11, form-data 4.0.0→4.0.5) and introduction of new utility packages (call-bind-apply-helpers, dunder-proto, es-define-property, es-errors, es-object-atoms, get-proto, hasown, math-intrinsics). Also upgraded existing packages: function-bind, get-intrinsic, gopd, has-symbols, has-tostringtag, and es-set-tostringtag.

Sequence Diagram

This diagram shows the interactions between components:

sequenceDiagram
    participant App as GUI Application
    participant Axios as Axios v1.13.5
    participant FormData as form-data v4.0.5
    participant FollowRedirects as follow-redirects v1.15.11
    participant Intrinsics as ES Intrinsics Layer
    participant Network as External API

    Note over App,Network: Dependency Update: Axios 1.4.0 → 1.13.5

    App->>Axios: HTTP Request (GET/POST/etc)
    activate Axios
    
    alt Request includes form data
        Axios->>FormData: Prepare multipart/form-data
        activate FormData
        FormData->>Intrinsics: Use es-set-tostringtag, hasown
        Note over FormData,Intrinsics: Enhanced type checking<br/>and property validation
        Intrinsics-->>FormData: Validated data structure
        FormData-->>Axios: Formatted request body
        deactivate FormData
    end
    
    Axios->>FollowRedirects: Execute HTTP request
    activate FollowRedirects
    
    FollowRedirects->>Network: Send request
    activate Network
    
    alt Response is redirect (3xx)
        Network-->>FollowRedirects: Redirect response
        FollowRedirects->>Network: Follow redirect
        Network-->>FollowRedirects: Final response
    else Direct response
        Network-->>FollowRedirects: Response data
    end
    
    deactivate Network
    FollowRedirects-->>Axios: Response data
    deactivate FollowRedirects
    
    Axios->>Intrinsics: Process response with enhanced introspection
    Note over Intrinsics: New utilities: get-intrinsic,<br/>es-errors, math-intrinsics
    Intrinsics-->>Axios: Validated response
    
    Axios-->>App: HTTP Response
    deactivate Axios
    
    Note over App,Axios: Improved stability and security<br/>with updated dependencies
Loading

▶️AI Code Reviews for VS Code, Cursor, Windsurf
Install the extension

Note for Windsurf Please change the default marketplace provider to the following in the windsurf settings:

Marketplace Extension Gallery Service URL: https://marketplace.visualstudio.com/_apis/public/gallery

Marketplace Gallery Item URL: https://marketplace.visualstudio.com/items

Entelligence.ai can learn from your feedback. Simply add 👍 / 👎 emojis to teach it your preferences. More shortcuts below

Emoji Descriptions:

  • ⚠️ Potential Issue - May require further investigation.
  • 🔒 Security Vulnerability - Fix to ensure system safety.
  • 💻 Code Improvement - Suggestions to enhance code quality.
  • 🔨 Refactor Suggestion - Recommendations for restructuring code.
  • ℹ️ Others - General comments and information.

Interact with the Bot:

  • Send a message or request using the format:
    @entelligenceai + *your message*
Example: @entelligenceai Can you suggest improvements for this code?
  • Help the Bot learn by providing feedback on its responses.
    @entelligenceai + *feedback*
Example: @entelligenceai Do not comment on `save_auth` function !

Also you can trigger various commands with the bot by doing
@entelligenceai command

The current supported commands are

  1. config - shows the current config
  2. retrigger_review - retriggers the review

More commands to be added soon.

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.

0 participants