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

Fixed false pass if regex meta chars used #799

Conversation

circulon
Copy link
Contributor

@circulon circulon commented May 3, 2024

providing a list of regex meta charscters could cause a false pass for validation

by checking if the characters in the special chars exist without using regex we avoid this issue entirely

providing a list of regex meta charscters could cause a false pass for validation
@josephmancuso josephmancuso merged commit 22c5512 into MasoniteFramework:4.0 Jul 5, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants