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

Tainted String Library

From OWASP
Revision as of 09:43, 31 August 2013 by Rahul Chaudhary (talk | contribs) (Created page with "<h4>Introduction:</h4> In any programming language, handling strings is definately the most daunting and challenging work as they pose some very serios threats to any program....")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Introduction:

In any programming language, handling strings is definately the most daunting and challenging work as they pose some very serios threats to any program. Even in PHP, there are many forms of strings that have the capacity to fully crack the application. What we need in these scenarios is to check each string for contaminated values and we also need a way to flag strings to indicate that these strings are "Tainted".