drupal-civicrm/sites/all/modules/civicrm/vendor/zendframework/zend-escaper
2018-01-14 13:10:16 +00:00
..
src First commit 2018-01-14 13:10:16 +00:00
.coveralls.yml First commit 2018-01-14 13:10:16 +00:00
composer.json First commit 2018-01-14 13:10:16 +00:00
CONTRIBUTING.md First commit 2018-01-14 13:10:16 +00:00
LICENSE.txt First commit 2018-01-14 13:10:16 +00:00
phpunit.xml.dist First commit 2018-01-14 13:10:16 +00:00
phpunit.xml.travis First commit 2018-01-14 13:10:16 +00:00
README.md First commit 2018-01-14 13:10:16 +00:00

zend-escaper

The OWASP Top 10 web security risks study lists Cross-Site Scripting (XSS) in second place. PHPs 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.