WordPress directory authentication plugin through LDAP and LDAPS (SSL).
Prioritized issue groups from the latest Plugin Check scan
Security
179
10 issue groups
Maintainability
137
13 issue groups
I18n
65
2 issue groups
Sample message
Function "add_user_meta()" requires WordPress 3.0.0, but your plugin minimum supported version is WordPress 2.2.0.
Sample message
Missing $domain parameter in function call to __().
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST[$strPostSite]. Check that the array index exists before using it.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found interpolation in unescaped heredoc.
Sample message
Detected usage of a non-sanitized input variable: $_POST[$strPostSite]
Sample message
$_POST[$strPostSite] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Processing form data without nonce verification.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$i'.
Sample message
The $text parameter must be a single text string literal. Found: $strMarketingSSOID.'SSOID'
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Use of heredoc syntax (<<<) is not allowed; use standard strings or inline HTML instead
Sample message
var_export() found. Debug code should not normally be used in production.
Sample message
Using __FILE__ for menu slugs risks exposing filesystem structure.
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "wpDirAuth" - contains the restricted term "wp" which cannot be used at all in your plugin name.
Sample message
Use of a direct database call is discouraged.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "_log".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "user_new_form_tag".
Sample message
The use of function create_function() is forbidden
Sample message
Unescaped parameter $strTableName used in $wpdb->get_results()\n$strTableName assigned unsafely at line 2296.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $strTableName at "SELECT option_value from $strTableName WHERE option_name = 'blogname'"
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$boolAuthOverridden".
Sample message
debug_backtrace() found. Debug code should not normally be used in production.
Sample message
error_log() found. Debug code should not normally be used in production.
Potential connections found in static code analysis.
Outbound calls
26
External assets
0
Incoming endpoints
0
No external asset domains detected.
No public endpoints detected.
First score snapshot
v1.10.7
32
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 32 | 385 | 250 | 135 | v1.10.7 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.