bradleyjkemp / sigma-go

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

Parse the Rule's 'related' keyword as slice of maps #28

Closed veramine closed 1 year ago

veramine commented 1 year ago

Rules with related keyword fail to parse currently. This should fix it.

Example related:

related:
    - id: 53ba33fd-3a50-4468-a5ef-c583635cfa92
      type: derived

Fixes https://github.com/bradleyjkemp/sigma-go/issues/19

veramine commented 1 year ago

Thank youuuuuuu!