スパムコメントを無視して何もなかったように捨てる強力スパム対策プラグイン
Prioritized issue groups from the latest Plugin Check scan
Security
190
9 issue groups
I18n
186
5 issue groups
Maintainability
69
11 issue groups
Sample message
Missing $domain parameter in function call to _e().
Sample message
The $text parameter must be a single text string literal. Found: $add_ip_addresses
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
$_POST['act'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" ip_addresses'></div>\n'.
Sample message
Use of a direct database call is discouraged.
Sample message
Use placeholders and $wpdb->prepare(); found $comment_spam_select_query
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
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
Detected usage of a possibly undefined superglobal array index: $_POST['hostbyip']. Check that the array index exists before using it.
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
Detected usage of a non-sanitized input variable: $_SERVER['HTTP_USER_AGENT']
Sample message
Unescaped parameter $comment_spam_select_query used in $wpdb->get_results()\n$comment_spam_select_query assigned unsafely at line 666.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $this->table_name at \t((select count(ip_address) as cnt, ip_address, max(post_date) as ppd, error_type, author, comment from $this->table_name\n
Sample message
Processing form data without nonce verification.
Sample message
In footer ($in_footer) is not set explicitly wp_enqueue_script; It is recommended to load scripts in the footer. Please set this value to `true` to load it in the footer, or explicitly `false` if it should be loaded in the header.
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1\$d, %2\$d, %3\$d", but got "%d, %d, %d" in "(初期設定:一定時間「%d」分以内に一定回数「%d」回スパムとなったら次から「%d」分間)<br>当該IPアドレスからのコメントを強制スパム扱いします。".
Sample message
File has mixed line endings; this may cause incorrect results
Sample message
load_plugin_textdomain() has been discouraged since WordPress version 4.6. When your plugin is hosted on WordPress.org, you no longer need to manually include this function call for translations under your plugin slug. WordPress will automatically load the translations for you as needed.
Sample message
Attempting a database schema change is discouraged.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
Resource version not set in call to wp_enqueue_style(). This means new versions of the style may not always be loaded due to browser caching.
Sample message
Version parameter is not explicitly set or has been set to an equivalent of "false" for wp_enqueue_script; This means that the WordPress core version will be used which is not recommended for plugin or theme development.
Not analyzed yet.
First score snapshot
v3.8.2
34
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 34 | 450 | 327 | 123 | v3.8.2 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.