Remi's RPM repository - Packages

Blog | Forum | Repository | Wizard

php-zendframework-zend-escaper - Zend Framework Escaper component

Website:
https://zendframework.github.io/zend-escaper/
Licence:
BSD
Vendor:
Remi Collet
Description:
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.

Documentation: https://zendframework.github.io/zend-escaper/

Packages

php-zendframework-zend-escaper-2.6.1-1.el6.remi.noarch [11 KiB] Changelog by Remi Collet (2019-09-06):
- update to 2.6.1 (no change)
php-zendframework-zend-escaper-2.6.0-1.el6.remi.noarch [10 KiB] Changelog by Remi Collet (2018-04-26):
- update to 2.6.0
- raise dependency on PHP 5.6
- switch to phpunit7 on F27+