You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using Cline as my client, CodeGate is warning me about deprecated packages that are not relevant for a few reasons:
For package ecosystems different than the language I'm working in (ex: working in a .go file, but getting warnings about rust/npm packages)
For packages that aren't actually package inclusions in a file, just keywords that happen to match a very generic package name (ex: file happens to have "vscode" in a variable name or string value, getting a warning about npm/vscode, same for the word "runtime" warning about rust/runtime)
The same doesn't happen with Copilot or Continue.
Steps to Reproduce
An example Go file that CodeGate warns on via Cline is below. The CodeGate warning is:
Warning: CodeGate detected one or more malicious, deprecated or archived packages.
Describe the issue
When using Cline as my client, CodeGate is warning me about deprecated packages that are not relevant for a few reasons:
The same doesn't happen with Copilot or Continue.
Steps to Reproduce
An example Go file that CodeGate warns on via Cline is below. The CodeGate warning is:
Warning: CodeGate detected one or more malicious, deprecated or archived packages.
Pkg 1: https://www.insight.stacklok.com/report/crates/runtime
Pkg 2: https://www.insight.stacklok.com/report/npm/vscode
** critical vulnerability found, you must take action **
Operating System
MacOS (Arm)
IDE and Version
VS Code 1.99.0
Extension and Version
Cline 3.9.2
Provider
Other
Model
Any
Codegate version
v0.1.31
Logs
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: