cch5ng / fe_interview

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

review input validation #99

Closed cch5ng closed 5 years ago

cch5ng commented 5 years ago
cch5ng commented 5 years ago

go back and skim the owasp list for things to check

https://github.com/component/escape-html

https://www.owasp.org/images/7/72/OWASP_Top_10-2017_%28en%29.pdf


few articles on how token should be saved using cookies (vs localstorage)...