Gogs 1ec4058aa2 Initial configuration | il y a 7 ans | |
---|---|---|
.. | ||
doc | il y a 7 ans | |
src | il y a 7 ans | |
CHANGELOG.md | il y a 7 ans | |
CONDUCT.md | il y a 7 ans | |
CONTRIBUTING.md | il y a 7 ans | |
LICENSE.md | il y a 7 ans | |
README.md | il y a 7 ans | |
composer.json | il y a 7 ans | |
mkdocs.yml | il y a 7 ans |
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.