2017 © Pedro Peláez
 

library escaper

Provides extended escaping funtionality to prevent XSS attacks.

image

scelusswe/escaper

Provides extended escaping funtionality to prevent XSS attacks.

  • Wednesday, April 20, 2016
  • by Sceluswe
  • Repository
  • 2 Watchers
  • 0 Stars
  • 7 Installations
  • HTML
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Scrutinizer Code Quality Build Status Code Coverage, (*1)

XSS---Escaper-Class-for-safer-websites

Escaper Class to prevent XSS attacks, (*2)

CEscaper is based upon the recommendations found here:

https://wiki.php.net/rfc/escaper
https://www.owasp.org/index.php/XSS_%28Cross_Site_Scripting%29_Prevention_Cheat_Sheet
, (*3)

Documentation used

http://php.net/manual/en/function.preg-replace-callback.php
http://php.net/manual/en/function.rawurlencode.php
http://php.net/manual/en/regexp.reference.escape.php
http://php.net/manual/en/function.htmlspecialchars.php
, (*4)

Inspiration gathered from:

https://docs.phalconphp.com/en/latest/api/Phalcon_Escaper.html
https://docs.phalconphp.com/en/latest/reference/escaper.html#escaping-html
, (*5)

The Versions

20/04 2016

dev-master

9999999-dev

Provides extended escaping funtionality to prevent XSS attacks.

  Sources   Download

The Requires

  • php >=5.4

 

by Emil Mattsson

micro framework mvc module education

08/04 2016

v1.0

1.0.0.0

Provides extended escaping funtionality to prevent XSS attacks.

  Sources   Download

The Requires

  • php >=5.4

 

by Emil Mattsson

micro framework mvc module education