taint 0.0.2

XSS code sniffer


An extension used for detecting XSS codes(tainted string),
And also can be used to spot sql injection vulnerabilities, shell inject, etc.

License: PHP

Changes

- Fixed bug that MINIT din't respect taint.enable
- Fixed bug that Taint doesn't work with eval
- Fixed bug that Taint works wrongly with php 5.3(function arguments)
- Support ternary