Kévin Tessier c68c1dd9b0 first commit il y a 6 ans
..
doc c68c1dd9b0 first commit il y a 6 ans
src c68c1dd9b0 first commit il y a 6 ans
CHANGELOG.md c68c1dd9b0 first commit il y a 6 ans
CONDUCT.md c68c1dd9b0 first commit il y a 6 ans
CONTRIBUTING.md c68c1dd9b0 first commit il y a 6 ans
LICENSE.md c68c1dd9b0 first commit il y a 6 ans
README.md c68c1dd9b0 first commit il y a 6 ans
composer.json c68c1dd9b0 first commit il y a 6 ans
mkdocs.yml c68c1dd9b0 first commit il y a 6 ans

README.md

zend-escaper

Build Status Coverage Status

The OWASP Top 10 web security risks study lists Cross-Site Scripting (XSS) in second place. PHP’s sole functionality against XSS is limited to two functions of which one is commonly misapplied. Thus, the zend-escaper component was written. It offers developers a way to escape output and defend from XSS and related vulnerabilities by introducing contextual escaping based on peer-reviewed rules.