bradleyjkemp / sigma-go

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

fix for issue #42 #43

Closed 262nos closed 7 months ago

262nos commented 7 months ago

fixes for a panic if a nil interface is passed to coerceNumeric and a stack overflow if the interface is not unmarshaled as numeric type by yaml. Should fix #42