false positive : securing using array_map
Free Static Code Analysis Tool for PHP Applications
Status: Beta
Brought to you by:
fluxreiners
when using an array_map to apply a security strategy to a whole array, the statment is detected as a sink, when it should not.
code exemple :
$secured_get = array_map('mysql_real_escape_string', $_GET);