HSA Test User c16dcac362 User import | 7 years ago | |
---|---|---|
.. | ||
doc | 7 years ago | |
src | 7 years ago | |
CHANGELOG.md | 7 years ago | |
CONDUCT.md | 7 years ago | |
CONTRIBUTING.md | 7 years ago | |
LICENSE.md | 7 years ago | |
README.md | 7 years ago | |
composer.json | 7 years ago | |
mkdocs.yml | 7 years ago |
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.