Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion binary/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"tar": "^7.5.13",
"undici": "^7.24.0",
"uuid": "^9.0.1",
"vectordb": "0.4.20",
"vectordb": "0.21.2",
Copy link
Copy Markdown
Contributor

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

Choose a reason for hiding this comment

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

P1: Update the vectordb version in the core manifest too; changing only binary/package.json does not affect the code path that uses it, so the vulnerable 0.4.20 copy can still be installed and bundled.

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

<comment>Update the vectordb version in the core manifest too; changing only binary/package.json does not affect the code path that uses it, so the vulnerable 0.4.20 copy can still be installed and bundled.</comment>

<file context>
@@ -55,7 +55,7 @@
     "undici": "^7.24.0",
     "uuid": "^9.0.1",
-    "vectordb": "0.4.20",
+    "vectordb": "0.21.2",
     "win-ca": "^3.5.1"
   }
</file context>
Fix with Cubic

"win-ca": "^3.5.1"
}
}
Loading