Releases: bradleyjkemp/sigma-go
Releases · bradleyjkemp/sigma-go
v0.4.0
What's Changed
- Support lists of maps in detections by @bradleyjkemp in #18
This required changing some of the types used to represent Sigma rules and so is a breaking change for any users relying on these types. If you don't inspect the contents of theParseRule
output, this shouldn't affect your usage.
Full Changelog: v0.3.5...v0.4.0
v0.3.5
Implements the re
and cidr
search modifiers
Full Changelog: v0.3.4...v0.3.5
v0.3.4
v0.3.3
What's Changed
Full Changelog: v0.3.2...v0.3.3
v0.3.2
v0.3.1
What's Changed
- Fix aggregations where the threshold is 0 by @bradleyjkemp in #11
- Fix aggregations using <= and >= operators by @bradleyjkemp in #12
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- Add preliminary support for placeholder expansion by @bradleyjkemp in #10
Full Changelog: v0.2.8...v0.3.0