sergehuber opened a new pull request, #873:
URL: https://github.com/apache/unomi/pull/873
## Summary
- Replace identifier patterns `^(\w|[-_@\.]){0,60}$` with the equivalent
`^[\[email protected]]{0,60}$` in the request, event and item schemas.
- Both forms accept the same identifiers; the single character class
evaluates in linear time.
- Add `SchemaPatternSafetyTest` so shipped id patterns cannot regress to the
alternation shape.
## Test plan
- [ ] `SchemaPatternSafetyTest`
- [ ] `SchemaIdPatternSafetyIT`
- [ ] 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]