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

String formatting panic fix #987

Closed TristonianJones closed 1 month ago

TristonianJones commented 1 month ago

String formatting panic fix

If the string format is not a literal, the formatting validation will panic as it incorrectly used an && rather than an || on the validation condition.