taint 3.0.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

- Support PHP 8.0 up to 8.5
- Dropped PHP 7 support (use taint 2.1.x for PHP 7.x)
- Propagate the taint mark through the frameless call fast paths (PHP 8.4+)
- Extended sink coverage (see README for the full list)