Skip to content

classicvalues/pecl-security-taint

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Packages

No packages published

Languages

  • C 91.7%
  • PHP 8.3%