Bachir Soussi Chiadmi 41863f872c updated core and modules | преди 7 години | |
---|---|---|
.. | ||
doc | преди 7 години | |
src | преди 7 години | |
CHANGELOG.md | преди 7 години | |
CONDUCT.md | преди 7 години | |
CONTRIBUTING.md | преди 7 години | |
LICENSE.md | преди 8 години | |
README.md | преди 7 години | |
composer.json | преди 7 години | |
mkdocs.yml | преди 7 години |
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.