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