This repository was archived by the owner on Jun 5, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 82
CodeGate seems to be raising more alerts than expected #875
Labels
Comments
that is because actually github copilot generates internal messages , splitting the request in two. I added some logic to group those requests in one, i will do the same for alerts |
yrobla
added a commit
that referenced
this issue
Feb 7, 2025
Sometimes the different client tools generate multiple requests when the user requests a task. This generates what it looks as a duplicate alert, but is not really a total duplicate as it belongs to different request. But for the user does not provide so much value to have it, so proceed with deduplicating those alerts, based on the code snippet and details of the alert Also remove dogecoin regex as it's giving false positives Closes: #875
aponcedeleonch
pushed a commit
that referenced
this issue
Feb 12, 2025
Sometimes the different client tools generate multiple requests when the user requests a task. This generates what it looks as a duplicate alert, but is not really a total duplicate as it belongs to different request. But for the user does not provide so much value to have it, so proceed with deduplicating those alerts, based on the code snippet and details of the alert Also remove dogecoin regex as it's giving false positives Closes: #875
aponcedeleonch
added a commit
that referenced
this issue
Feb 12, 2025
* feat: remove duplicated alerts Sometimes the different client tools generate multiple requests when the user requests a task. This generates what it looks as a duplicate alert, but is not really a total duplicate as it belongs to different request. But for the user does not provide so much value to have it, so proceed with deduplicating those alerts, based on the code snippet and details of the alert Also remove dogecoin regex as it's giving false positives Closes: #875 * Moved function to remove duplicate alerts to v1_processing * Restore dogecoin --------- Co-authored-by: Alejandro Ponce <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the issue
The latest release of CodeGate seems to be raising more alerts than expected . When the copliot response says there are 2 secrets protected, 6 are showing up in the dashboard (including firing chrome alerts, if configured).
Steps to Reproduce
Operating System
MacOS (Arm)
IDE and Version
Extension and Version
Provider
OpenAI
Model
GPT-4o
Codegate version
v0.1.15
Logs
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: