mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-24 09:15:31 -06:00
c99b645194
* storage/path.Ref: parse int64 into ast.Number * ast/PtrRef: guard against giant paths I don't believe this limit is every going to be reached. But CodeQL had flagged this, and it's not entirely wrong. Let's error our on giant wonky inputs instead of seeing what'll happen with it eventually. * ast/parser: fix bad import alias var The fuzzer came up with that! Signed-off-by: Stephan Renatus <stephan.renatus@gmail.com>