Unescaped parameter $table used in $wpdb->query("ALTER TABLE `{$table}` ADD COLUMN `shortcode_placeholder_description` TEXT NULL AFTER `shortcode_placeholder_title`")\n$table assigned unsafely at line 17:\n $table = $wpdb->prefix . Plugins::$table_name
Unescaped parameter $table used in $wpdb->query("ALTER TABLE `{$table}` ADD COLUMN `shortcode_placeholder_title` TEXT NULL AFTER `shortcode_tags_placeholder`")\n$table assigned unsafely at line 17:\n $table = $wpdb->prefix . Plugins::$table_name
Unescaped parameter $table used in $wpdb->query("ALTER TABLE `{$table}` DROP COLUMN IF EXISTS `shortcode_placeholder_description`")\n$table assigned unsafely at line 59:\n $table = $wpdb->prefix . Plugins::$table_name
Unescaped parameter $table used in $wpdb->query("ALTER TABLE `{$table}` DROP COLUMN IF EXISTS `shortcode_placeholder_title`")\n$table assigned unsafely at line 59:\n $table = $wpdb->prefix . Plugins::$table_name
Unescaped parameter $table used in $wpdb->query(sprintf(\n\t\t\t\t"ALTER TABLE %s ALTER COLUMN cookie_widget_step SET DEFAULT 'WordPress';", \t\t\t\t$table \t\t\t))\n$table assigned unsafely at line 17:\n $table = $wpdb->prefix . Plugins::$table_name
Affected Plugins
Plugins that have instances of this rule violation