Unescaped parameter $attachment_files_table used in $wpdb->query("DROP TABLE IF EXISTS $attachment_files_table;")\n$attachment_files_table assigned unsafely at line 103:\n $attachment_files_table = \\EasyWPSMTP\\Pro\\Emails\\Logs\\Attachments\\Attachments::get_attachment_files_table_name()
Unescaped parameter $attachment_files_table used in $wpdb->query("DROP TABLE IF EXISTS $attachment_files_table;")\n$attachment_files_table assigned unsafely at line 143:\n $attachment_files_table = \\WPMailSMTP\\Pro\\Emails\\Logs\\Attachments\\Attachments::get_attachment_files_table_name()
Unescaped parameter $attachment_files_table used in $wpdb->query("DROP TABLE IF EXISTS $attachment_files_table;")\n$attachment_files_table assigned unsafely at line 185:\n $attachment_files_table = \\EasyWPSMTP\\Pro\\Emails\\Logs\\Attachments\\Attachments::get_attachment_files_table_name()
Unescaped parameter $attachment_files_table used in $wpdb->query("DROP TABLE IF EXISTS $attachment_files_table;")\n$attachment_files_table assigned unsafely at line 235:\n $attachment_files_table = \\WPMailSMTP\\Pro\\Emails\\Logs\\Attachments\\Attachments::get_attachment_files_table_name()
Affected Plugins
Plugins that have instances of this rule violation
Unescaped parameter $column used in $wpdb->get_row($wpdb->prepare(\n\t\t\t\t"SELECT * FROM $this->table_name WHERE $column = '%s' LIMIT 1;", \t\t\t\t$row_id\n\t\t\t))\n$column used without escaping.