Displaying test cases 284201 - 284225 of 291048 in total
-
Unsafe sample input : get the field userData from the variable $_GET via an object Uses an email_filter via filter_var function File : unsafe, use of untrusted data in an attribute name
-
Unsafe sample input : get the field userData from the variable $_GET via an object sanitize : use of the function htmlentities. Sanitizes the query but has a high chance to produce unexpected results File : unsafe, use of untrusted data in the function setInterval
-
Safe sample input : get the field UserData from the variable $_POST SANITIZE : use of urlencode File : use of untrusted data in one side of a double quoted expression in a script
-
Unsafe sample input : get the field userData from the variable $_GET via an object sanitize : check if there is only letters construction : use of sprintf via a %s with simple quote
-
Safe sample input : Get a serialize string in POST and unserialize it sanitize : settype (float) construction : concatenation with simple quote
-
Safe sample input : get the $_GET['userData'] in an array sanitize : use of settype_int construction : interpretation with simple quote
-
Safe sample input : get the $_GET['userData'] in an array sanitize : cast in float construction : interpretation
-
Unsafe sample input : get the field userData from the variable $_GET via an object SANITIZE : use of pg_escape_string construction : interpretation with simple quote
-
Safe sample input : get the field userData from the variable $_GET via an object SANITIZE : use of preg_replace with another regex construction : use of sprintf via a %s with simple quote
-
Safe sample input : get the field userData from the variable $_GET via an object SANITIZE : use of preg_replace with another regex construction : concatenation with simple quote
-
Safe sample input : get the field userData from the variable $_GET via an object sanitize : settype (float) construction : use of sprintf via a %d
-
Safe sample input : get the field userData from the variable $_GET via an object Uses a magic_quotes_filter via filter_var function construction : interpretation with simple quote
-
Unsafe sample input : get the field userData from the variable $_GET via an object sanitize : regular expression accepts everything construction : interpretation with simple quote
-
Unsafe sample input : use shell_exec to cat /tmp/tainted.txt sanitize : none construction : use of sprintf via a %s with simple quote
-
Safe sample input : use shell_exec to cat /tmp/tainted.txt sanitize : cast into int construction : interpretation with simple quote
-
Safe sample input : get the UserData field of $_SESSION SANITIZE : use of preg_replace construction : concatenation with simple quote
-
Safe sample input : get the UserData field of $_SESSION SANITIZE : use of preg_replace construction : interpretation with simple quote
-
Safe sample input : get the field UserData from the variable $_POST sanitize : use of floatval construction : interpretation
-
Unsafe sample input : reads the field UserData from the variable $_GET sanitize : none construction : concatenation with simple quote
-
Safe sample input : reads the field UserData from the variable $_GET Uses a special_chars_filter via filter_var function construction : concatenation with simple quote
-
Unsafe sample input : reads the field UserData from the variable $_GET sanitize : regular expression accepts everything construction : concatenation with simple quote
-
Safe sample input : use fopen to read /tmp/tainted.txt and put the first line in $tainted sanitize : use of the function addslashes construction : interpretation with simple quote
-
Unsafe sample input : use exec to execute the script /tmp/tainted.php and store the output in $tainted sanitize : use of the function htmlentities. Sanitizes the query but has a high chance to produce unexpected results 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 special_chars_filter via filter_var function construction : interpretation with simple quote
-
Safe sample input : backticks interpretation, reading the file /tmp/tainted.txt Flushes content of $sanitized if the filter number_int_filter is not applied construction : use of sprintf via a %s with simple quote