Skip to content

Regex program plan size controls#1383

Open
TristonianJones wants to merge 3 commits into
cel-expr:masterfrom
TristonianJones:max-regex-plan
Open

Regex program plan size controls#1383
TristonianJones wants to merge 3 commits into
cel-expr:masterfrom
TristonianJones:max-regex-plan

Conversation

@TristonianJones

Copy link
Copy Markdown
Collaborator

This implementation mirrors the logic used in RE2 within cel-java and cel-cpp. Regex implementations across platforms do not guarantee equivalent program plan sizes, but this at least provides a means to control the plan size per-platform.

Closes #1142

This implementation mirrors the logic used in RE2 within cel-java
and cel-cpp. Regex implementations across platforms do not guarantee
equivalent program plan sizes, but this at least provides a means
to control the plan size per-platform.
@TristonianJones
TristonianJones requested review from jnthntatum and l46kok and removed request for l46kok July 23, 2026 23:41
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.

Support option to limit RE2 program size

1 participant