This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org

Difference between revisions of "Codereview-Input Validation"

From OWASP
Jump to: navigation, search
(New page: ==Introduction== Inout validation is one of the most effective application security technical controls. It can mitigate numerous vulnerabilities (but not all). Input validation is more tha...)
 
Line 1: Line 1:
 +
[[Category:OWASP Code Review Project]]
 +
[[OWASP Code Review Guide Table of Contents]]__TOC__
 
==Introduction==
 
==Introduction==
 
Inout validation is one of the most effective application security technical controls. It can mitigate numerous vulnerabilities (but not all). Input validation is more than checking form field values. The chapter of transactional analysis talks about this.
 
Inout validation is one of the most effective application security technical controls. It can mitigate numerous vulnerabilities (but not all). Input validation is more than checking form field values. The chapter of transactional analysis talks about this.

Revision as of 10:32, 4 July 2008

OWASP Code Review Guide Table of Contents

Introduction

Inout validation is one of the most effective application security technical controls. It can mitigate numerous vulnerabilities (but not all). Input validation is more than checking form field values. The chapter of transactional analysis talks about this.