Skip to content

Optimize detection logic; upgrade go to 1.25#13

Merged
avlllo merged 2 commits intomainfrom
optimize-detection
Feb 5, 2026
Merged

Optimize detection logic; upgrade go to 1.25#13
avlllo merged 2 commits intomainfrom
optimize-detection

Conversation

@torkel-hoge
Copy link
Collaborator

@torkel-hoge torkel-hoge commented Feb 4, 2026

This PR includes changes that enable faster execution of the detectors chain. This is achieved by extending the detector API with a TriggerCriteria method, which returns the event types and function names that should trigger the detector. This makes it possible to run only some of the detectors loaded into the system instead of all of them when processing a single event. The detectors supplied with the product have also been updated accordingly.

In addition, this PR contains an update of the Go version for all components.

@torkel-hoge torkel-hoge requested a review from avlllo February 4, 2026 15:50
@avlllo
Copy link
Collaborator

avlllo commented Feb 5, 2026

LGTM

@avlllo avlllo merged commit beafad9 into main Feb 5, 2026
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants