.. _extensions-exttaint: Extensions/Exttaint +++++++++++++++++++ Taint is a extension used to detect and track tainted string. It follows each assignation of the code and keeps track of its taint. And also can be used to spot sql injection vulnerabilities, shell inject, etc. .. code-block:: php See also `taint `_ and `taint on github `_. Related PHP errors ------------------- + `0 `_ Connex PHP features ------------------- + `taint `_ Specs _____ +--------------+-------------------------------------------------------------------------------------------------------------------------+ | Short name | Extensions/Exttaint | +--------------+-------------------------------------------------------------------------------------------------------------------------+ | Rulesets | :ref:`All `, :ref:`Appinfo `, :ref:`Changed Behavior ` | +--------------+-------------------------------------------------------------------------------------------------------------------------+ | Exakat since | 2.4.4 | +--------------+-------------------------------------------------------------------------------------------------------------------------+ | PHP Version | With PHP 7.4 and older | +--------------+-------------------------------------------------------------------------------------------------------------------------+ | Severity | Minor | +--------------+-------------------------------------------------------------------------------------------------------------------------+ | Time To Fix | Quick (30 mins) | +--------------+-------------------------------------------------------------------------------------------------------------------------+ | Precision | Very high | +--------------+-------------------------------------------------------------------------------------------------------------------------+ | Available in | `Entreprise Edition `_, `Exakat Cloud `_ | +--------------+-------------------------------------------------------------------------------------------------------------------------+