google / cel-go

Fast, portable, non-Turing complete expression evaluation with gradual typing (Go)
https://cel.dev
Apache License 2.0
2.19k stars 218 forks source link

Introduce protobuf message testing to policies #961

Closed TristonianJones closed 3 months ago

TristonianJones commented 3 months ago

Cover protobuf message types in policies

Also, addresses a subtle bug where function overload implementations were being clobbered when a duplicate function overload signature without an implementation was introduced in a later environment.