Tag: ASVS 5.8
-
OWASP A2 – Cross-Site Scripting (XSS) with PHP Part 2
Today we will finish up ASVS section 5. Next week we will begin ASVS 6.x (Output Encoding/Escaping Requirements). This should be a pretty short post. ASVS 5.6 Requirement: Verify that a single input validation control is used by the application for each type of data that is accepted. ASVS 5.6 Solution: Watch out for data…