| Code | Message | Location | Category | |
|---|---|---|---|---|
| ERROR | WordPress.Security.EscapeOutput.OutputNotEscaped | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found 'htmlspecialchars'. | 241:47 | Security |
| ERROR | PluginCheck.Security.DirectDB.UnescapedDBParameter | Unescaped parameter mysql_real_escape_string($this->url_404) . "'\n\t\t\t, '" . mysql_real_escape_string($this->url_refer) . "'\n\t\t\t, '" . mysql_real_escape_string($this->user_agent) . "'\n\t\t\t, '" . current_time('mysql', 1) . "'\n\t\t\t)\n\t\t") used in $wpdb->query("\n\t\t\tINSERT INTO $wpdb->ak_404_log\n\t\t\t( url_404\n\t\t\t, url_refer\n\t\t\t, user_agent\n\t\t\t, date_gmt\n\t\t\t)\n\t\t\tVALUES\n\t\t\t( '" . mysql_real_escape_string($this->url_404) . "'\n\t\t\t, '" . mysql_real_escape_string($this->url_refer) . "'\n\t\t\t, '" . mysql_real_escape_string($this->user_agent) . "'\n\t\t\t, '" . current_time('mysql', 1) . "'\n\t\t\t)\n\t\t") | 140:10 | Security |
| ERROR | WordPress.DB.PreparedSQL.NotPrepared | Use placeholders and $wpdb->prepare(); found mysql_real_escape_string | 148:11 | Security |
| ERROR | WordPress.DB.RestrictedFunctions.mysql_mysql_real_escape_string | Accessing the database directly should be avoided. Please use the $wpdb object and associated functions instead. Found: mysql_real_escape_string. | 148:11 | — |
| ERROR | WordPress.DB.PreparedSQL.NotPrepared | Use placeholders and $wpdb->prepare(); found $this | 148:36 | Security |
| ERROR | WordPress.DB.PreparedSQL.NotPrepared | Use placeholders and $wpdb->prepare(); found url_404 | 148:43 | Security |
| ERROR | WordPress.DB.PreparedSQL.NotPrepared | Use placeholders and $wpdb->prepare(); found mysql_real_escape_string | 149:11 | Security |
| ERROR | WordPress.DB.RestrictedFunctions.mysql_mysql_real_escape_string | Accessing the database directly should be avoided. Please use the $wpdb object and associated functions instead. Found: mysql_real_escape_string. | 149:11 | — |
| ERROR | WordPress.DB.PreparedSQL.NotPrepared | Use placeholders and $wpdb->prepare(); found $this | 149:36 | Security |
| ERROR | WordPress.DB.PreparedSQL.NotPrepared | Use placeholders and $wpdb->prepare(); found url_refer | 149:43 | Security |
| 15.11.2025, 19:19:22 | 11s | 75 | 39 | 39 |