Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
chamilo-lms/vendor/zendframework/zend-escaper
Yannick Warnier 437d57b218 Add static resources and remove tests dir for release 9 years ago
..
doc/book Add static resources and remove tests dir for release 9 years ago
src Add static resources and remove tests dir for release 9 years ago
CHANGELOG.md Add static resources and remove tests dir for release 9 years ago
CONDUCT.md Add static resources and remove tests dir for release 9 years ago
CONTRIBUTING.md Add static resources and remove tests dir for release 9 years ago
LICENSE.md Add static resources and remove tests dir for release 9 years ago
README.md Add static resources and remove tests dir for release 9 years ago
composer.json Add static resources and remove tests dir for release 9 years ago
mkdocs.yml Add static resources and remove tests dir for release 9 years ago

README.md

zend-escaper

Build Status Coverage Status

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.