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