Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/php/pecl-security-taint

XSS code sniffer
https://github.com/php/pecl-security-taint

Last synced: 5 days ago
JSON representation

XSS code sniffer

Awesome Lists containing this project

README

        

TAINT is a php-ext used to detect XSS codes(tainted string).

The idea is from https://wiki.php.net/rfc/taint, I implemented it in a php extension which make the patch no-needed.

Please note that do not enable this extension in product env.

Works with PHP-5.2.6 ~ PHP-5.4.0