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
simple Joi.string().dataUri() with a big string (over than 6Mb)
Joi.string().dataUri()
RangeError, maximum call stack size exceeded
Joi validation
Same issue than #1700 but with dataUri :)
The text was updated successfully, but these errors were encountered:
I think this could lead to a Regular Expression Denial of Service attack
Sorry, something went wrong.
Tested the same fix that #1700 and it worked but I'm not a regexp expert so I would be more confident if someone else take a look at it
2ee72f8
Thank you @hueniverse
hueniverse
No branches or pull requests
Support plan
Context
What are you trying to achieve or the steps to reproduce?
simple
Joi.string().dataUri()
with a big string (over than 6Mb)What was the result you got?
RangeError, maximum call stack size exceeded
What result did you expect?
Joi validation
Same issue than #1700 but with dataUri :)
The text was updated successfully, but these errors were encountered: