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

[BUGFIX] Stricter validation #476

Merged
merged 1 commit into from
Feb 12, 2024
Merged

[BUGFIX] Stricter validation #476

merged 1 commit into from
Feb 12, 2024

Conversation

kfdm
Copy link
Collaborator

@kfdm kfdm commented Feb 9, 2024

Previously some of our regex checks were not properly bounded. By adding ^ and $ to our regex, we can ensure the entire string gets checked.

Previously some of our regex checks were not properly bounded. By adding
^ and $ to our regex, we can ensure the entire string gets checked.
@kfdm kfdm requested a review from a team as a code owner February 9, 2024 05:37
@kfdm kfdm merged commit 927765d into line:master Feb 12, 2024
5 checks passed
@kfdm kfdm deleted the stricter-validation branch February 12, 2024 23:54
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.

2 participants