WordPress Security Protection: Malware scanner, Firewall, Login Security, DB Backup, Anti-Spam...
Prioritized issue groups from the latest Plugin Check scan
Security
5,418
9 issue groups
Maintainability
4,117
14 issue groups
I18n
267
2 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<input type=\"checkbox\" name=\"bps_ace_custom_roles[$role_name]\" value=\"1\""'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$ACE_Expiration".
Sample message
$_POST['DBBDescription'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Detected usage of a non-sanitized input variable: $_FILES['bps_cc_import']['name']
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES['bps_cc_import']['name']. Check that the array index exists before using it.
Sample message
Plugin folders are deleted when upgraded. Do not save data to the plugin folder using copy(). Detected usage of constant WP_CONTENT_DIR. Use wp_upload_dir() to get the uploads directory path or save to the database instead.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fwrite().
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "active_plugins".
Sample message
Use of a direct database call is discouraged.
Sample message
Missing $domain parameter in function call to __().
Sample message
Processing form data without nonce verification.
Sample message
A function call to __() with texts containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: chmod().
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "bpsDBRowCount".
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Sample message
Writing files using ABSPATH may be problematic. Consider using wp_upload_dir() instead if storing user data or generated files.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $DBB_table_name at "SELECT * FROM $DBB_table_name WHERE bps_job_type = %s"
Sample message
Unescaped parameter $DBB_table_name used in $wpdb->get_results()\n$DBB_table_name assigned unsafely at line 47.
Sample message
Processing form data without nonce verification.
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: is_writable().
Not analyzed yet.
First score snapshot
v7.2
0
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 0 | 9,997 | 5,048 | 4,949 | v7.2 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.