We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug The page freezes on the url validation using the string().url(). The default regex in
string().url()
yup/src/string.ts
Line 26 in 5a22c16
To Reproduce '//T.' + '0.'.repeat(30) + '\x00' https://stackblitz.com/edit/vitejs-vite-alk1jn?file=src%2FApp.tsx&terminal=dev
Expected behavior The app should not freeze
Platform (please complete the following information):
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the bug
The page freezes on the url validation using the
string().url()
.The default regex in
yup/src/string.ts
Line 26 in 5a22c16
is vulnerable to potential ReDOS attacks
To Reproduce
'//T.' + '0.'.repeat(30) + '\x00'
https://stackblitz.com/edit/vitejs-vite-alk1jn?file=src%2FApp.tsx&terminal=dev
Expected behavior
The app should not freeze
Platform (please complete the following information):
The text was updated successfully, but these errors were encountered: