Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

feat: remove duplicated alerts - #989

Merged
aponcedeleonch merged 3 commits into
mainfrom
issue-875
Feb 12, 2025
Merged

feat: remove duplicated alerts#989
aponcedeleonch merged 3 commits into
mainfrom
issue-875

Conversation

@yrobla

Copy link
Copy Markdown
Contributor

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

Comment threadsrc/codegate/api/v1.py Outdated
yroblaand others added 2 commits February 12, 2025 16:02
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
Comment threadsignatures.yaml
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CodeGate seems to be raising more alerts than expected

3 participants

@yrobla@JAORMX@aponcedeleonch