• boojack's avatar
    fix(filter): enforce CEL syntax semantics · 0e89407e
    boojack authored
    Reject non-standard truthy numeric expressions in filters and document the parser as a supported subset of standard CEL syntax.
    
    - remove legacy filter rewrites
    - support standard equality in tag exists predicates
    - add regression coverage for accepted and rejected expressions
    0e89407e
Name
Last commit
Last update
..
MAINTENANCE.md Loading commit data...
README.md Loading commit data...
engine.go Loading commit data...
engine_test.go Loading commit data...
helpers.go Loading commit data...
ir.go Loading commit data...
parser.go Loading commit data...
render.go Loading commit data...
schema.go Loading commit data...