News by Tag: Input Script


PHP Supply Filtering Input in the Web Application
December 31, 2012
User input cannot be trusted. Malicious user can always supply the application with unexpected data. As such ugly input data can cause undesired application actions, it is important to filter all user input and validate the intended patterns.