Does the react form take good care of security? Li...
# support-questions-legacy
c
Does the react form take good care of security? Like SQL injection etc
p
Hi. The react form should handle most security issues (e.g.: XSS), but SQL injection is the job of the backend. On our end, inputs are sanitized and used in a way that should provide no opportunities for SQL injection.
c
Awesome thanks
6 Views