google / gonids

gonids is a library to parse IDS rules, with a focus primarily on Suricata rule compatibility. There is a discussion forum available that you can join on Google Groups: https://groups.google.com/forum/#!topic/gonids/
Apache License 2.0
179 stars 48 forks source link

Add support for `target` keyword #170

Closed duanehoward closed 2 years ago

duanehoward commented 2 years ago

The target keyword doesnt' appear to be supported. Fixing this should just mean adding it to the parser for tags here: https://github.com/google/gonids/blob/master/parser.go#L618

duanehoward commented 2 years ago

Fixed in #171