mirror of https://github.com/OISF/suricata
detect/parse: allow for OK signature parsing errors
The idea of an OK signature parsing error is an error that is allowed to occur, but still lets test mode pass, unlike silent errors which will still fail testing. This is introduced to allow for app-layer event keywords to be removed, but not have old rules fail out on this case. For example the Rust DNS parser removes from DNS app-layer events that are not used anymore. To signal that an error is OK, -3 is returned. This also implies silent.pull/4679/head
parent
947cfac62e
commit
8a643c893c
Loading…
Reference in New Issue