You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like any substring of "["abc", "123"]" will pass. The evaluation is performed against a string representation of the array, not against the actual array.
The text was updated successfully, but these errors were encountered:
The following rule should evaluate as "false", but instead evaluates as "true".
logic: {"in": ["b",{"var": "types"}]}
data: {"types": ["abc", "123"]}
Looks like any substring of "["abc", "123"]" will pass. The evaluation is performed against a string representation of the array, not against the actual array.
The text was updated successfully, but these errors were encountered: