bradleyjkemp / sigma-go

A Go implementation and parser for Sigma rules.
MIT License
84 stars 18 forks source link

Migrate modifiers to an exported interface #35

Closed bradleyjkemp closed 1 year ago

bradleyjkemp commented 1 year ago

This paves the way to in future supporting custom modifiers (#21)

The abstractions here are based on the official pySigma ones: