markuskont / go-sigma-rule-engine

Golang library that implements a sigma log rule parser and match engine.
Apache License 2.0
88 stars 17 forks source link

Add support for tag-based rule selection #34

Closed jpohls1 closed 1 year ago

jpohls1 commented 1 year ago

This PR adds support for a tag based rule selection. If a slice of tags is provided, all rules that do not have all requested tags will be ignored.