First Line of Defense for Web Applications – Part 2 (Input Validation)
So knowing what all things to validate when you start your web project can save you a lot of headache down the road. So here are some of most important aspects on input validation every developer should be aware of.
All user controlled input should be treated malicious unless proven otherwise. There are three major categories you must validate to protect your web application.
298 views
Post new comment