Bachir Soussi Chiadmi 41863f872c updated core and modules %!s(int64=7) %!d(string=hai) anos
..
doc 41863f872c updated core and modules %!s(int64=7) %!d(string=hai) anos
src 41863f872c updated core and modules %!s(int64=7) %!d(string=hai) anos
CHANGELOG.md 41863f872c updated core and modules %!s(int64=7) %!d(string=hai) anos
CONDUCT.md 41863f872c updated core and modules %!s(int64=7) %!d(string=hai) anos
CONTRIBUTING.md 41863f872c updated core and modules %!s(int64=7) %!d(string=hai) anos
LICENSE.md 58f46e4e8f caore d8 files %!s(int64=8) %!d(string=hai) anos
README.md 41863f872c updated core and modules %!s(int64=7) %!d(string=hai) anos
composer.json 41863f872c updated core and modules %!s(int64=7) %!d(string=hai) anos
mkdocs.yml 41863f872c updated core and modules %!s(int64=7) %!d(string=hai) anos

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.