taint 0.3.0

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

- Taint result of sprintf/vsprintf instead of trigger warnings.
- Taint result of explode/implode if the input is tained.
- Taint result of strval if the input is tainted