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 "Talk:HTML Injection"
From OWASP
(Created page with "I don't agree on the Related Controls, the XSS prevention cheat sheet does not solve the examples given where e.g. content is given in parameters etc. Validation might work so...") |
|||
| Line 1: | Line 1: | ||
| − | I don't agree on the Related Controls, the XSS prevention cheat sheet does not solve | + | I don't agree on the Related Controls, the XSS prevention cheat sheet does not solve examples where e.g. content is given in parameters etc. Validation might work somewhat, but plaintext parameter values would be solved by refactoring and doing indirect references to content. |
Latest revision as of 12:37, 24 January 2013
I don't agree on the Related Controls, the XSS prevention cheat sheet does not solve examples where e.g. content is given in parameters etc. Validation might work somewhat, but plaintext parameter values would be solved by refactoring and doing indirect references to content.