FastDup - Fastest WordPress Migration & Duplicator
| Code | Message | Location | Category | |
|---|---|---|---|---|
| ERROR | WordPress.DB.PreparedSQL.NotPrepared | Use placeholders and $wpdb->prepare(); found $prepared_query | 124:18 | Security |
| ERROR | WordPress.Security.EscapeOutput.ExceptionNotEscaped | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Path is not readable: $path"'. | 179:49 | Security |
| ERROR | WordPress.Security.EscapeOutput.ExceptionNotEscaped | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Path is not a directory: $path"'. | 375:49 | Security |
| ERROR | WordPress.WP.AlternativeFunctions.file_system_operations_fopen | File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen(). | 300:15 | Plugin Repo |
| ERROR | PluginCheck.Security.DirectDB.UnescapedDBParameter | Unescaped parameter $sql used in $wpdb->get_row($sql)\n$sql assigned unsafely at line 25:\n $sql = $wpdb->prepare("SELECT * FROM `{$table_name}` WHERE ID = %d", $id)\n$table_name assigned unsafely at line 24:\n $table_name = $wpdb->prefix . "njt_fastdup_packages"\n$id used without escaping. | 26:19 | Security |
| ERROR | WordPress.DB.PreparedSQL.NotPrepared | Use placeholders and $wpdb->prepare(); found $sql | 26:27 | Security |
| ERROR | WordPress.DB.PreparedSQL.NotPrepared | Use placeholders and $wpdb->prepare(); found DB_NAME | 105:62 | Security |
| ERROR | WordPress.DB.PreparedSQL.NotPrepared | Use placeholders and $wpdb->prepare(); found $query | 122:38 | Security |
| ERROR | PluginCheck.Security.DirectDB.UnescapedDBParameter | Unescaped parameter $prepared_query used in $wpdb->query($prepared_query)\n$prepared_query assigned unsafely at line 122:\n $prepared_query = $wpdb->prepare($query, $type, $serialized_entity)\n$query assigned unsafely at line 118:\n $query = "INSERT INTO " . $table_name\n$table_name assigned unsafely at line 116:\n $table_name = $wpdb->prefix . "njt_fastdup_entities" | 124:12 | Security |
| ERROR | WordPress.Security.EscapeOutput.ExceptionNotEscaped | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Path is not a directory: $path"'. | 175:49 | Security |
| 11/14/2025, 7:40:11 AM | 13s | 78 | 50 | 61 |