Loginizer is a WordPress security plugin which helps you fight against bruteforce attacks.
Prioritized issue groups from the latest Plugin Check scan
Security
962
10 issue groups
Maintainability
316
14 issue groups
I18n
7
1 issue group
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$GLOBALS['lz_saved']'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$_tmp_plugins".
Sample message
$_GET[$name] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_ENV['CONTENT_TYPE']
Sample message
Processing form data without nonce verification.
Sample message
Function "current_datetime()" requires WordPress 5.3.0, but your plugin minimum supported version is WordPress 3.0.0.
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES['lz_import_file_csv']['tmp_name']. Check that the array index exists before using it.
Sample message
Processing form data without nonce verification.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "_lz_getip".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Could not connect to $url."'.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Use of a direct database call is discouraged.
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "active_plugins".
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
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Use placeholders and $wpdb->prepare(); found $del_query
Sample message
Unescaped parameter $query used in $wpdb->get_results()\n$query used without escaping.
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: is_writable().
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.
Potential connections found in static code analysis.
Outbound calls
266
External assets
0
Incoming endpoints
10
No external asset domains detected.
No public endpoints detected.
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
2 score snapshots
v2.0.9
25
Latest
v2.0.8
25
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 25 | 1,318 | 814 | 504 | v2.0.9 | 2.0.0 |
| 25 | 1,318 | 814 | 504 | v2.0.8 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.