mirror of
https://github.com/falcosecurity/falco.git
synced 2026-01-29 21:48:32 +00:00
When parsing condition expressions, if the type of an ast node is String (aka quoted string), don't trim whitespace from the value. This ensures that conditions that want to match exact strings e.g. command lines with leading/trailing spaces will work properly. This fixes #253.