cch5ng / fe_interview

[wip] revamp of front end interview app
https://fe-interview.herokuapp.com
2 stars 0 forks source link

[security] input validation - backend #125

Open cch5ng opened 5 years ago

cch5ng commented 5 years ago

original questions, could do html escaping before saving

repeat data validation from FE on BE; not sure how to reuse it as single source

cch5ng commented 5 years ago

resc

https://www.owasp.org/index.php/Data_Validation

https://www.smashingmagazine.com/2009/07/web-form-validation-best-practices-and-tutorials/

https://www.whitehatsec.com/glossary/content/input-validation

https://developer.mozilla.org/en-US/docs/Learn/HTML/Forms/Form_validation

http://net-informations.com/faq/asp/validation.htm

mesfin30seg commented 2 years ago

s