mirror of https://github.com/OISF/suricata
detect/transform: Add transform "validate" function
This commit adds an (optional) entry for a validation function. The validation function, if present, will be used during rule processing. Its role is to determine if the arguments are compatible with the transform. E.g., a content string of "this string has whitespace" is not compatible with the `strip_whitespace` transform.pull/5115/head
parent
114b7e5cd9
commit
a4132d8e0f
Loading…
Reference in New Issue