Recursively escape every string inside a context value for a lane.
Arrays are mapped element-wise, which is what makes {{ ids | join("','") }} safe: each member
is escaped before the join, so a member cannot terminate the literal and inject a clause.
Recursively escape every string inside a context value for a lane.
Arrays are mapped element-wise, which is what makes
{{ ids | join("','") }}safe: each member is escaped before the join, so a member cannot terminate the literal and inject a clause.