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
The parser was accepting rules that contained args and key terms in
the head. This was causing a panic during type checking because later
stages do expect this. This change just updates the parser to not emit
a rule in this case. Note, the parser was already dealing with this
correctly when the body was omitted.
Fixesopen-policy-agent#2662
Signed-off-by: Torin Sandall <torinsandall@gmail.com>
The nightly fuzzer job found another panic:
The text was updated successfully, but these errors were encountered: