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
Hi,
Repeated characters in a password seem to cause unacceptable performance for lengths not much over 20. For example:
today <- utctDay <$> getCurrentTime score en_US today $ Data.Text.replicate 25 "a"
Other patterns like "ab" and "ab " (with a space) behave similarly.
The passwords are of course contrived but this seems like a bug that could potentially be a denial-of-service security risk.
The text was updated successfully, but these errors were encountered:
Thanks for finding this!
I'm a bit busy right now so if you could submit a patch I would greatly appreciate it. Otherwise I'll get to it as soon as I can.
Sorry, something went wrong.
No branches or pull requests
Hi,
Repeated characters in a password seem to cause unacceptable performance for lengths not much over 20. For example:
Other patterns like "ab" and "ab " (with a space) behave similarly.
The passwords are of course contrived but this seems like a bug that could potentially be a denial-of-service security risk.
The text was updated successfully, but these errors were encountered: