Changes

Jump to: navigation, search

WebAppSec/Secure Coding Guidelines

183 bytes added, 21:34, 1 October 2011
Goal of Input Validation
'''Examples of Good Input Validation Approaches'''
For each field define the types of acceptable characters and an acceptable number of characters for the input
* Username: Letters, numbers, certain special characters, 3 to 10 characters* Firstname: Letters, single apostrophe, dash, 1 to 30 characters* Simple US Zipcode: Numbers, 5 characters Note: These are just examples to illustrate the idea of whitelist input validation. You'll need to adjust based on the type of input you expect.
===JavaScript vs Server Side Validation===
Confirm
491
edits

Navigation menu