Skip to content

Releases: bradleyjkemp/sigma-go

v0.4.0

12 Sep 08:49
83e01cf
Compare
Choose a tag to compare

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 the ParseRule output, this shouldn't affect your usage.

Full Changelog: v0.3.5...v0.4.0

v0.3.5

02 Sep 09:22
Compare
Choose a tag to compare

Implements the re and cidr search modifiers

Full Changelog: v0.3.4...v0.3.5

v0.3.4

27 Jun 14:18
Compare
Choose a tag to compare

Changelog

  • e9793ce Handle invalid yml files in InferFileType
  • fe36bd7 Add special case to comparator to handle null

v0.3.3

25 Mar 11:15
a7ea1b7
Compare
Choose a tag to compare

What's Changed

  • Add Nested Field support to Sigma Evaluations by @liamn in #13

Full Changelog: v0.3.2...v0.3.3

v0.3.2

23 Feb 12:51
Compare
Choose a tag to compare

Changelog

  • 64e9cc8 Fix parsing of SearchIdentifiers starting with Not/And/Or

v0.3.1

10 Feb 10:55
2285925
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.3.1

v0.3.0

03 Feb 14:25
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.8...v0.3.0

v0.2.8

18 Jan 11:31
0534a75
Compare
Choose a tag to compare

Changelog

  • 0534a75 Export a function to obtain values from an event based on fieldmappings (#8)

v0.2.7

15 Dec 15:14
e3c0f56
Compare
Choose a tag to compare

What's Changed

  • Make Rule Level a supported Top Level field by @liamn in #7

New Contributors

  • @liamn made their first contribution in #7

Full Changelog: v0.2.6...v0.2.7

v0.2.6

10 Sep 14:19
Compare
Choose a tag to compare

Changelog

3df6a9a Fix parser bug that prevented 'x and y and z' from parsing