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
fix: enforce maximum of 1024 items in range expressions
Range expressions like '1-1025' were accepted despite exceeding the
spec limit of 1024 items. Add validation in IntRangeExpr._validate()
to reject range expressions that produce more than 1024 values.
Signed-off-by: Stephen Crowe <6042774+crowecawcaw@users.noreply.github.com>
0 commit comments