Displaying test cases 246026 - 246050 of 248586 in total
-
input : shell commands Xpath replace char sink : SQL query
-
Command line args no filtering sink : SQL query
-
input : direct user input in string no filtering sink : SQL query
-
Hardcoded string input filtering : check if there is only numbers sink : SQL query
-
Hardcoded string input filtering : check if there is only numbers sink : SQL query
-
Command line args filtering : check if there is only numbers construction : concatenation with simple quote
-
Hardcoded string input no filtering construction : concatenation with simple quote
-
Safe sample input : get the field userData from the variable $_GET via an object, which store it in a array sanitize : cast into int File : use of untrusted data in the body
-
Safe sample input : reads the field UserData from the variable $_GET Flushes content of $sanitized if the filter email_filter is not applied File : use of untrusted data in one side of a double quoted expression in a script
-
Safe sample input : get the $_GET['userData'] in an array sanitize : use of intval construction : use of sprintf via a %d with simple quote
-
Safe sample input : get the $_GET['userData'] in an array sanitize : check if there is only letters and/or numbers construction : use of sprintf via a %s with simple quote
-
Safe sample input : Uses popen to read the file /tmp/tainted.txt using cat command sanitize : use of ternary condition construction : interpretation with simple quote
-
Safe sample input : get the field userData from the variable $_GET via an object, which store it in a array Flushes content of $sanitized if the filter number_float_filter is not applied construction : use of sprintf via a %d
-
Safe sample input : get the field userData from the variable $_GET via an object, which store it in a array sanitize : use of floatval construction : interpretation with simple quote
-
Safe sample input : execute a ls command using the function system, and put the last result in $tainted SANITIZE : use of preg_replace with another regex construction : use of sprintf via a %s with simple quote
-
Safe sample input : execute a ls command using the function system, and put the last result in $tainted sanitize : cast via + = 0 construction : interpretation
-
Safe sample input : execute a ls command using the function system, and put the last result in $tainted sanitize : cast via + = 0 construction : concatenation
-
Safe sample input : use proc_open to read /tmp/tainted.txt SANITIZE : use of pg_escape_literal construction : interpretation with simple quote
-
Safe sample input : use proc_open to read /tmp/tainted.txt sanitize : use of ternary condition construction : interpretation with simple quote
-
Safe sample input : use proc_open to read /tmp/tainted.txt sanitize : cast into int construction : use of sprintf via a %d
-
Safe sample input : get the field UserData from the variable $_POST sanitize : cast into int construction : interpretation
-
Safe sample input : reads the field UserData from the variable $_GET Uses a number_float_filter via filter_var function construction : use of sprintf via a %u
-
Safe sample input : use fopen to read /tmp/tainted.txt and put the first line in $tainted sanitize : use mysql_real_escape_string via an object and a classic getter construction : use of sprintf via a %s with simple quote
-
Safe sample input : use exec to execute the script /tmp/tainted.php and store the output in $tainted Uses a number_int_filter via filter_var function construction : use of sprintf via a %s with simple quote
-
Safe sample input : use exec to execute the script /tmp/tainted.php and store the output in $tainted sanitize : check if there is only letters and/or numbers construction : interpretation with simple quote