Skip to content

[Snyk] Fix for 3 vulnerabilities#12237

Open
sestinj wants to merge 1 commit intomainfrom
snyk-fix-2e174d73f3bbd6b490067c18b4fdd19f
Open

[Snyk] Fix for 3 vulnerabilities#12237
sestinj wants to merge 1 commit intomainfrom
snyk-fix-2e174d73f3bbd6b490067c18b4fdd19f

Conversation

@sestinj
Copy link
Copy Markdown
Contributor

@sestinj sestinj commented Apr 27, 2026

snyk-top-banner

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

Snyk changed the following file(s):

  • extensions/vscode/package.json

Vulnerabilities that will be fixed with an upgrade:

Issue Score
high severity Uncontrolled Recursion
SNYK-JS-AXIOS-16299923
  828  
high severity Improperly Controlled Modification of Dynamically-Determined Object Attributes
SNYK-JS-AXIOS-16299921
  808  
critical severity Prototype Pollution
SNYK-JS-AXIOS-16299904
  741  

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
🦉 Improperly Controlled Modification of Dynamically-Determined Object Attributes


Summary by cubic

Upgrade dependencies in the VS Code extension to fix security issues. axios is updated to close three high/critical Snyk vulnerabilities.

  • Dependencies
    • axios: 1.13.1 → 1.15.2
    • vectordb: 0.4.20 → 0.21.2

Written for commit 9db18a4. Summary will update on new commits.

@sestinj sestinj requested a review from a team as a code owner April 27, 2026 08:47
@dosubot dosubot Bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Apr 27, 2026
@continue
Copy link
Copy Markdown
Contributor

continue Bot commented Apr 27, 2026

Docs Update Review: No documentation changes needed.

This PR updates internal dependencies (axios and vectordb) to address security vulnerabilities. These are transparent, under-the-hood changes that don't affect:

  • How users install or configure Continue
  • Any user-facing APIs, commands, or settings
  • Developer workflows or features

Dependency version bumps in package.json don't require documentation updates.

Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 issue found across 1 file

Prompt for AI agents (unresolved issues)

Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.


<file name="extensions/vscode/package.json">

<violation number="1" location="extensions/vscode/package.json:736">
P1: Sync the VS Code lockfile with these dependency bumps. `npm ci` will fail on the package.json/package-lock.json mismatch, so this PR breaks the extension build until `extensions/vscode/package-lock.json` is updated.</violation>
</file>

Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review, or fix all with cubic.

@@ -733,7 +733,7 @@
"@electron/rebuild": "^4.0.3",
Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai Bot Apr 27, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1: Sync the VS Code lockfile with these dependency bumps. npm ci will fail on the package.json/package-lock.json mismatch, so this PR breaks the extension build until extensions/vscode/package-lock.json is updated.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At extensions/vscode/package.json, line 736:

<comment>Sync the VS Code lockfile with these dependency bumps. `npm ci` will fail on the package.json/package-lock.json mismatch, so this PR breaks the extension build until `extensions/vscode/package-lock.json` is updated.</comment>

<file context>
@@ -733,7 +733,7 @@
     "@reduxjs/toolkit": "^1.9.3",
     "@vscode/ripgrep": "^1.15.9",
-    "axios": "^1.13.1",
+    "axios": "^1.15.2",
     "core": "file:../../core",
     "cors": "^2.8.5",
</file context>
Fix with Cubic

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

Labels

size:XS This PR changes 0-9 lines, ignoring generated files.

Projects

Status: Todo

Development

Successfully merging this pull request may close these issues.

2 participants