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

Fix: Zod password special symbol validation regex #49

Merged
merged 1 commit into from
Jun 9, 2023
Merged

Fix: Zod password special symbol validation regex #49

merged 1 commit into from
Jun 9, 2023

Conversation

Drago96
Copy link
Contributor

@Drago96 Drago96 commented May 10, 2023

The - character in the special symbol validation regex was not escaped. This lead to the validation regex accepting uppercase letters and numbers as well:

image

  • Fix validation regex
  • Enhance zod password unit tests

@risen228 risen228 merged commit e04551e into BenLorantfy:main Jun 9, 2023
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