mirror of
https://github.com/falcosecurity/falco.git
synced 2025-10-22 12:27:10 +00:00
Fix 'in' clause expansion
This commit is contained in:
@@ -300,7 +300,7 @@ function expand_in(node)
|
||||
local mapper = function(element)
|
||||
return {
|
||||
type = "BinaryRelOp",
|
||||
operator = "eq",
|
||||
operator = "=",
|
||||
left = node.left,
|
||||
right = element
|
||||
}
|
||||
|
Reference in New Issue
Block a user