Unescaped parameter $GLOBALS['table_prefix'] used in $wpdb->get_results("SHOW TABLES LIKE '".$GLOBALS['table_prefix']."%'")\n$GLOBALS['table_prefix'] used without escaping.
Unescaped parameter $auto_draft_date used in $wpdb->get_var("SELECT COUNT(ID) FROM $wpdb->posts WHERE post_status = 'auto-draft'" . $auto_draft_date)\n$auto_draft_date assigned unsafely at line 371:\n $auto_draft_date \t\t= aDBc_get_keep_last_sql_arg('auto-draft','post_modified')
Unescaped parameter $auto_draft_date used in $wpdb->query("DELETE FROM $wpdb->posts WHERE post_status = 'auto-draft'" . $auto_draft_date)\n$auto_draft_date assigned unsafely at line 115:\n $auto_draft_date = aDBc_get_keep_last_sql_arg('auto-draft','post_modified')
Unescaped parameter $cf7d_table used in $wpdb->get_var("show tables like '$cf7d_table'")\n$cf7d_table assigned unsafely at line 92:\n $cf7d_table = $wpdb->prefix . 'cf7_data'\n$sql used without escaping.
Unescaped parameter $cf7d_table_entry used in $wpdb->get_var("show tables like '$cf7d_table_entry'")\n$cf7d_table_entry assigned unsafely at line 103:\n $cf7d_table_entry = $wpdb->prefix . 'cf7_data_entry'\n$sql assigned unsafely at line 94:\n $sql = 'CREATE TABLE ' . $cf7d_table . ' (\n `id` int(11) NOT NULL AUTO_INCREMENT,\n `created` timestamp NOT NULL,\n UNIQUE KEY id (id)\n ) ' . $charset_collate . ';'\n$cf7d_table assigned unsafely at line 92:\n $cf7d_table = $wpdb->prefix . 'cf7_data'
Affected Plugins
Plugins that have instances of this rule violation