# pecl-security-taint **Repository Path**: mirrors_php/pecl-security-taint ## Basic Information - **Project Name**: pecl-security-taint - **Description**: XSS code sniffer - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-03-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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