Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parser error reporting limit #672

Merged

Conversation

TristonianJones
Copy link
Collaborator

To ensure that deeply problematic expressions do not overwhelm system resources with large volumes of error reports, introduce a limit of 100 syntax errors by default. This limit may be configured, but the configuration flag is not yet exposed on the top-level cel package until it is necessary to do so.

@TristonianJones TristonianJones merged commit 9ede36c into google:master Apr 5, 2023
2 checks passed
TristonianJones added a commit to TristonianJones/cel-go that referenced this pull request Apr 12, 2023
Introduce a configurable error reporting limit in the parser. This limit is not yet exposed on the top-level CEL package
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants