-
Notifications
You must be signed in to change notification settings - Fork 182
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
Sanitize inputs #9
Comments
I believe react does |
Even if react does, the api should take care of it since it can be consumed by other clients. Again, i'm not sure if yup or even if typeorm does this but it's a fair concern for a production ready system. |
yeah it's worth doing if there are other clients that don't use react |
This article is from 2016 https://medium.com/node-security/the-most-common-xss-vulnerability-in-react-js-applications-2bdffbcc1fa0 |
Does yup or something else you are using sanitizes the user inputs?
I'm using https://github.com/leizongmin/js-xss and it works very well.
The text was updated successfully, but these errors were encountered: