|
|
пре 7 година | |
|---|---|---|
| .. | ||
| doc | пре 7 година | |
| src | пре 7 година | |
| CHANGELOG.md | пре 7 година | |
| CONDUCT.md | пре 7 година | |
| CONTRIBUTING.md | пре 7 година | |
| LICENSE.md | пре 7 година | |
| 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.