List products from WordPress on Amazon.
| 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 '__'. | 125:23 | Security |
| ERROR | WordPress.DB.PreparedSQL.NotPrepared | Use placeholders and $wpdb->prepare(); found $sql | 503:17 | Security |
| ERROR | PluginCheck.Security.DirectDB.UnescapedDBParameter | Unescaped parameter $lock_row_sql used in $wpdb->get_row($wpdb->prepare("\n\t\t\tSELECT *\n\t\t\tFROM $table\n\t\t\tWHERE id = %d\n\t\t\t$lock_row_sql\n\t\t", $id\n\t\t))\n$lock_row_sql assigned unsafely at line 140:\n $lock_row_sql = ''\n$item assigned unsafely at line 142:\n $item = $wpdb->get_row( $wpdb->prepare("\n\t\t\tSELECT *\n\t\t\tFROM $table\n\t\t\tWHERE id = %d\n\t\t\t$lock_row_sql\n\t\t", $id\n\t\t), OBJECT)\n$id used without escaping. | 142:18 | Security |
| ERROR | WordPress.WP.AlternativeFunctions.unlink_unlink | unlink() is discouraged. Use wp_delete_file() to delete a file. | 340:44 | Plugin Repo |
| ERROR | WordPress.DB.PreparedSQL.NotPrepared | Use placeholders and $wpdb->prepare(); found $sql | 515:17 | Security |
| ERROR | WordPress.Security.EscapeOutput.OutputNotEscaped | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$feed'. | 460:18 | Security |
| ERROR | WordPress.Security.EscapeOutput.OutputNotEscaped | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$feed'. | 490:29 | Security |
| ERROR | WordPress.DB.PreparedSQL.NotPrepared | Use placeholders and $wpdb->prepare(); found $sql | 527:17 | Security |
| ERROR | WordPress.WP.AlternativeFunctions.unlink_unlink | unlink() is discouraged. Use wp_delete_file() to delete a file. | 374:46 | Plugin Repo |
| ERROR | WordPress.Security.EscapeOutput.OutputNotEscaped | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$content'. | 1243:13 | Security |
| 15.11.2025, 13:59:08 | 2m 15s | 1 | 3302 | 3656 |