The plugin is an Apereo CAS Client. It performs CAS authentication and autorization for Wordpress.
Prioritized issue groups from the latest Plugin Check scan
Security
182
11 issue groups
Maintainability
50
13 issue groups
I18n
11
1 issue group
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 '"\tTest KO : '$condition' => "'.
Sample message
Detected usage of a non-sanitized input variable: $_FILES['wp_cassify_restore_plugin_options_configuration_settings_file']['name']
Sample message
$_POST['logoutRequest'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Missing $domain parameter in function call to __().
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
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Processing form data without nonce verification.
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
var_export() found. Debug code should not normally be used in production.
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES['wp_cassify_restore_plugin_options_configuration_settings_file']['tmp_name']. Check that the array index exists before using it.
Sample message
Function "get_sites()" requires WordPress 4.6.0, but your plugin minimum supported version is WordPress 4.4.0.
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "WP Cassify" - contains the restricted term "wp" which cannot be used at all in your plugin name.
Sample message
File has mixed line endings; this may cause incorrect results
Sample message
Unescaped parameter $_tbl_name used in $wpdb->query()\n$_tbl_name assigned unsafely at line 130.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable {$_tbl_name} at "DELETE FROM `{$_tbl_name}` WHERE `option_name` LIKE %s"
Sample message
print_r() found. Debug code should not normally be used in production.
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
Sanitization missing for register_setting().
Sample message
Use placeholders and $wpdb->prepare(); found $restore_option_sql_query
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
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Potential connections found in static code analysis.
Outbound calls
15
External assets
0
Incoming endpoints
0
No external asset domains detected.
No public endpoints detected.
First score snapshot
v2.4.9
35
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 35 | 249 | 106 | 143 | v2.4.9 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.