This repository was archived by the owner on Jun 5, 2025. It is now read-only.
This repository was archived by the owner on Jun 5, 2025. It is now read-only.
Codegate security analysis doesn't seem to be working in the latest python build #263
Closed
Description
I'm running the following prompt "Hey codegate how can i fix "@GetMapping("/hello")" and I'm getting the following response:
In prior versions, I would get more security focused responses that were prefixed with "Codegate Security Analysis" (see previous test cases doc )
I'm running CodeGate version 1.2.3 with the following config:
{
"models": [
{
"title": "stacklok-hosted",
"provider": "vllm",
"model": "Qwen/Qwen2.5-Coder-14B-Instruct",
"apiKey": "[KEY]",
"apiBase": "http://localhost:8989/vllm/"
}
],
"modelRoles": {
"default": "stacklok-hosted"
},
"tabAutocompleteModel": {
"title": "stacklok-hosted",
"provider": "vllm",
"model": "Qwen/Qwen2.5-Coder-14B-Instruct",
"apiKey": "[KEY],
"apiBase": "http://localhost:8989/vllm/"
}
}
Metadata
Metadata
Assignees
Labels
No labels