Commit Graph

4 Commits

Author SHA1 Message Date
Jonathan Tatum a442ef149d
Set parser recursion limit for fuzz tests. (#8673)
Very large inputs that generate large ASTs can cause some of the
sanitizers to timeout. Setting a smaller complexity limit should help
filter out those cases.

Co-authored-by: jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>
2022-10-06 15:27:56 +00:00
Tristan Swadell 2f272a1a2b
Update proto dep to v2 api (#8572)
With the most recent update to cel-go, the legacy proto package has been
completely replaced
by the v2 proto API. This change updates the import to reflect code
present in the cel-go vendor
directory.
2022-09-23 10:31:10 +01:00
Catena cyber ca26c583d6
cel-go: remove irrelevant panic/assert in target (#5799) 2021-05-18 20:26:44 +00:00
Catena cyber 6d1ffd8452
[cel-go] Initial integration (#5667) 2021-05-12 07:23:32 -07:00