Protects your login, xmlrpc and RSS feeds pages against DDoS attacks. Denies access to your site from certain countries via CloudFlare.
Prioritized issue groups from the latest Plugin Check scan
Security
12
3 issue groups
Maintainability
12
7 issue groups
Repo Compliance
3
3 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$cookie_name'.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: is_writable().
Sample message
Short PHP opening tag used with echo; expected "<?php echo $cookie_name ..." but found "<?= $cookie_name ..."
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "ProtectionAgainstDDoS".
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
Do not use Localhost/127.0.0.1/*.local in your code. Found: http://127.0.0.1/
Sample message
Detected usage of a non-sanitized input variable: $_POST[$this->option_name]
Sample message
Detected usage of a possibly undefined superglobal array index: $_SERVER['REQUEST_METHOD']. Check that the array index exists before using it.
Sample message
Plugin name "Protection Against DDoS" is different from the name declared in plugin header "Protection against DDoS".
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Missing "License". Please update your readme with a valid GPLv2 (or later) compatible license.
Sample message
Tested up to: 5.4 < 7.0. The "Tested up to" value in your plugin is not set to the current version of WordPress. This means your plugin will not show up in searches, as we require plugins to be compatible and documented as tested up to the most recent version of WordPress.
Sample message
Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license.
Not analyzed yet.
First score snapshot
v1.5.2
68
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 68 | 27 | 22 | 5 | v1.5.2 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.