Displaying test cases 287526 - 287550 of 291048 in total
-
Unsafe sample input : use proc_open to read /tmp/tainted.txt Uses an email_filter via filter_var function construction : concatenation with simple quote
-
Safe sample input : get the $_GET['userData'] in an array sanitize : none construction : use of sprintf via a %u with simple quote
-
Safe sample input : get the field userData from the variable $_GET via an object, which store it in a array SANITIZE : use in_array to check if $tainted is in the white list 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 sanitize : use of the function htmlentities. Sanitizes the query but has a high chance to produce unexpected results 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 sanitize : cast via + = 0 construction : use of sprintf via a %u
-
Safe sample input : get the field userData from the variable $_GET via an object, which store it in a array sanitize : cast in float construction : use of sprintf via a %u
-
Safe sample input : get the field userData from the variable $_GET via an object, which store it in a array Uses a number_float_filter via filter_var function construction : use of sprintf via a %u with simple quote
-
Safe sample input : get the field userData from the variable $_GET via an object, which store it in a array sanitize : check if there is only letters and/or numbers construction : use of sprintf via a %s with simple quote
-
Unsafe sample input : get the field userData from the variable $_GET via an object Uses a special_chars_filter via filter_var function construction : use of sprintf via a %s with simple quote
-
Safe sample input : get the field userData from the variable $_GET via an object Uses a number_int_filter via filter_var function construction : use of sprintf via a %d with simple quote
-
Unsafe sample input : get the field userData from the variable $_GET via an object sanitize : none construction : concatenation
-
Safe sample input : Get a serialize string in POST and unserialize it sanitize : use of floatval construction : interpretation with simple quote
-
Safe sample input : use shell_exec to cat /tmp/tainted.txt SANITIZE : use in_array to check if $tainted is in the white list construction : concatenation with simple quote
-
Safe sample input : use proc_open to read /tmp/tainted.txt sanitize : use mysql_real_escape_string via an object and a classic getter construction : interpretation with simple quote
-
Safe sample input : use proc_open to read /tmp/tainted.txt sanitize : check if there is only letters and/or numbers construction : interpretation with simple quote
-
Safe sample input : get the field UserData from the variable $_POST sanitize : use mysql_real_escape_string via an object construction : concatenation with simple quote
-
Unsafe sample input : get the field UserData from the variable $_POST sanitize : regular expression accepts everything construction : concatenation with simple quote
-
Safe sample input : Uses popen to read the file /tmp/tainted.txt using cat command SANITIZE : use of preg_replace construction : concatenation with simple quote
-
Unsafe sample input : Uses popen to read the file /tmp/tainted.txt using cat command Uses a special_chars_filter via filter_var function construction : interpretation with simple quote
-
Safe sample input : Uses popen to read the file /tmp/tainted.txt using cat command sanitize : check if there is only letters construction : concatenation with simple quote
-
Safe sample input : use fopen to read /tmp/tainted.txt and put the first line in $tainted sanitize : check if there is only letters and/or numbers construction : use of sprintf via a %s with simple quote
-
Safe sample input : backticks interpretation, reading the file /tmp/tainted.txt sanitize : use of intval construction : use of sprintf via a %s with simple quote
-
Safe sample input : backticks interpretation, reading the file /tmp/tainted.txt Uses a number_int_filter via filter_var function construction : concatenation with simple quote
-
Safe sample input : Get a serialize string in POST and unserialize it SANITIZE : use in_array to check if $tainted is in the white list construction : concatenation and checks if the user is allowed to see this data
-
Unsafe sample input : use exec to execute the script /tmp/tainted.php and store the output in $tainted sanitize : cast into int construction : concatenation with simple quote