sergehuber opened a new pull request, #872: URL: https://github.com/apache/unomi/pull/872
## Summary - Route `matchesRegex` through a guarded evaluation that caps pattern and input lengths, caches compiled patterns in a bounded LRU, and aborts once a fixed character-access budget is exceeded. - Limits are configurable via `org.apache.unomi.conditions.regex.*`. Well-behaved patterns keep the same semantics. ## Test plan - [ ] `PropertyConditionEvaluatorTest` - [ ] `ConditionRegexSafetyIT` - [ ] CI -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
