Return to
HomePage
Input and Data Validation p&p Security Training Modules
The Input and Data Validation training modules show you how to validate input and data in application scenarios.
Contents
* Overview
* Labs
* Feedback
Overview
Input validation is a challenging issue and the primary burden of a solution falls on application developers. However, proper input validation is one of your strongest measures of defense against today's application attacks. Proper input validation is an effective countermeasure that can help prevent cross-site scripting, SQL injection, buffer overflows, and other input attacks.
Labs
Each lab presents has objectives, a video demonstration, a lab step-by-step guide, and project files:
*
Canonicalization Lab *
Cookies Lab *
Cross-Site Scripting Lab *
Regular Expressions Lab *
SQL Injection Lab *
Validation Controls Lab
Feedback
* Send mail to labmods at microsoft.com
Return to
HomePage