Displaying test cases 290476 - 290500 of 291048 in total
-
Source: filter_input_prm__<c>(INPUT_GET)_<s>(t)_<c>(FILTER_SANITIZE_FULL_SPECIAL_CHARS) Sanitization: in_array_prm__<$>(legal)_<true>() Dataflow: assignment Context: xss_javascript Sink: print_func
-
Source: filter_input_array_prm__<c>(INPUT_GET)_<array>(<ae_k>(<s>(t),<c>(FILTER_SANITIZE_NUMBER_FLOAT))) Sanitization: json_encode_prm__<c>(ENT_COMPAT) Dataflow: assignment Context: xss_javascript_no_enclosure Sink: printf_func_prm__<s>(Print this: %d)
-
Source: _POST Sanitization: strripos_prm__<s>(needle) Dataflow: assignment Context: xss_javascript Sink: printf_func_prm__<s>(Print this: %s)
-
Source: filter_input_array_prm__<c>(INPUT_GET)_<array>(<ae_k>(<s>(t),<c>(FILTER_SANITIZE_EMAIL))) Sanitization: html_entity_decode_prm_ Dataflow: assignment Context: xss_plain Sink: exit
-
Source: _COOKIE Sanitization: str_getcsv_prm_ Dataflow: assignment Context: sql_apostrophe Sink: pdo_query_prm__<$>(pdo)
-
Source: filter_input_prm__<c>(INPUT_GET)_<s>(t)_<c>(FILTER_SANITIZE_SPECIAL_CHARS) Sanitization: md5_prm__<false>() Dataflow: assignment Context: xss_javascript_no_enclosure Sink: printf_func_prm__<s>(Print this: %d)
-
Source: filter_input_array_prm__<c>(INPUT_GET)_<array>(<ae_k>(<s>(t),<c>(FILTER_SANITIZE_URL))) Sanitization: addslashes Dataflow: assignment Context: xss_apostrophe Sink: user_error_prm_
-
Source: _REQUEST Sanitization: strripos_prm__<s>(needle) Dataflow: assignment Context: sql_quotes Sink: mysqli_prepare_prm__<$>(db)
-
Source: filter_input_array_prm__<c>(INPUT_GET)_<array>(<ae_k>(<s>(t),<c>(FILTER_SANITIZE_NUMBER_INT))) Sanitization: is_int Dataflow: assignment Context: xss_html_param Sink: trigger_error_prm__<c>(E_USER_ERROR)
-
Source: filter_input_array_prm__<c>(INPUT_GET)_<array>(<ae_k>(<s>(t),<c>(FILTER_SANITIZE_NUMBER_INT))) Sanitization: ctype_alpha Dataflow: assignment Context: sql_quotes Sink: mysqli_real_query_method_prm__<$>(db)
-
Source: _POST Sanitization: filter_var_prm__<c>(FILTER_UNSAFE_RAW) Dataflow: assignment Context: xss_javascript Sink: exit
-
Source: _REQUEST Sanitization: is_int Dataflow: assignment Context: xss_html_param_a Sink: vprintf_prm__<s>(This%d)
-
Source: filter_input_prm__<c>(INPUT_GET)_<s>(t)_<c>(FILTER_SANITIZE_EMAIL) Sanitization: strstr_prm__<s>(1) Dataflow: assignment Context: xss_javascript Sink: trigger_error_prm__<c>(E_USER_ERROR)
-
Source: filter_input_prm__<c>(INPUT_GET)_<s>(t)_<c>(FILTER_SANITIZE_SPECIAL_CHARS) Sanitization: nosanitization Dataflow: assignment Context: xss_quotes Sink: printf_func_prm__<s>(Print this: %s)
-
Source: filter_input_prm__<c>(INPUT_GET)_<s>(t)_<c>(FILTER_SANITIZE_EMAIL) Sanitization: cast_prm__TYPE_LONG Dataflow: assignment Context: xss_quotes Sink: printf_func_prm__<s>(Print this: %s)
-
Source: filter_input_array_prm__<c>(INPUT_GET)_<array>(<ae_k>(<s>(t),<c>(FILTER_UNSAFE_RAW))) Sanitization: password_hash_prm__<c>(PASSWORD_DEFAULT) Dataflow: assignment Context: xss_javascript_no_enclosure Sink: printf_func_prm__<s>(Print this: %s)
-
Source: getallheaders Sanitization: gettype_check_prm__<s>(boolean) Dataflow: assignment Context: xss_html_param_a Sink: print_func
-
Source: filter_input_array_prm__<c>(INPUT_GET)_<array>(<ae_k>(<s>(t),<c>(FILTER_UNSAFE_RAW))) Sanitization: is_int Dataflow: assignment Context: sql_apostrophe Sink: sqlsrv_query_prm__<$>(db)
-
Safe sample input : get the $_GET['userData'] in an array SANITIZE : use in_array to check if $tainted is in the white list construction : use of sprintf via a %s with simple quote
-
Safe sample input : get the $_GET['userData'] in an array sanitize : none construction : use of sprintf via a %u
-
Safe sample input : get the field userData from the variable $_GET via an object sanitize : cast via + = 0 construction : use of sprintf via a %u
-
Safe sample input : Get a serialize string in POST and unserialize it sanitize : cast via + = 0.0 construction : concatenation with simple quote
-
Safe sample input : get the field UserData from the variable $_POST SANITIZE : use str_replace to escape special chars - construction : interpretation with simple quote
-
Safe sample input : get the field UserData from the variable $_POST SANITIZE : use str_replace to escape special chars - construction : interpretation with simple quote
-
Safe sample input : get the field UserData from the variable $_POST Uses a special_chars_filter via filter_var function construction : interpretation with simple quote