This plugin provides single sign-on via SAML and gives users one-click access to their WordPress accounts from identity providers like OneLogin.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
436
13 issue groups
Security
361
9 issue groups
I18n
30
3 issue groups
Sample message
Function "add_settings_field()" requires WordPress 2.7.0, but your plugin minimum supported version is WordPress 2.1.2.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$checkedStr'.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Cannot validate digest: Unsupported Algorithm <$digestAlgorithm>"'.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "add_roles_to_user".
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$account_matcher".
Sample message
Processing form data without nonce verification.
Sample message
$_COOKIE[SAML_NAMEID_COOKIE] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_GET['RelayState']
Sample message
Missing $domain parameter in function call to __().
Sample message
Use of heredoc syntax (<<<) is not allowed; use standard strings or inline HTML instead
Sample message
wp_redirect() found. Using wp_safe_redirect(), along with the "allowed_redirect_hosts" filter if needed, can help avoid any chances of malicious redirects within code. It is also important to remember to call exit() after a redirect so that no other unwanted code is executed.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Processing form data without nonce verification.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST[$name]. Check that the array index exists before using it.
Sample message
var_export() found. Debug code should not normally be used in production.
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
Mismatched text domain. Expected 'onelogin-saml-sso' but got 'network-onelogin-saml-sso'.
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
Sanitization missing for register_setting().
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "preventLocalChanges".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "wp_login".
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Potential connections found in static code analysis.
Outbound calls
125
External assets
0
Incoming endpoints
0
No external asset domains detected.
No public endpoints detected.
2 score snapshots
v3.6.0
21
Latest
v3.4.0
21
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 21 | 837 | 507 | 330 | v3.6.0 | 2.0.0 |
| 21 | 838 | 508 | 330 | v3.4.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.