You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feature #49300 [Validator] Add a NoSuspiciousCharacters constraint to validate a string is not suspicious (MatTheCat)
This PR was merged into the 6.3 branch.
Discussion
----------
[Validator] Add a `NoSuspiciousCharacters` constraint to validate a string is not suspicious
| Q | A
| ------------- | ---
| Branch? | 6.3
| Bug fix? | no
| New feature? | yes
| Deprecations? | no
| Tickets | Fix #49268
| License | MIT
| Doc PR | symfony/symfony-docs#17897
Leverage `Spoofchecker::isSuspicious` in a new constraint.
Commits
-------
12f901f438 [Validator] Add a `NoSuspiciousCharacters` constraint to validate a string is not a spoof attempt
0 commit comments