Prioritized issue groups from the latest Plugin Check scan
Security
324
11 issue groups
Maintainability
201
13 issue groups
I18n
9
1 issue group
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$SFMWid'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$CustomFdata".
Sample message
Use placeholders and $wpdb->prepare(); found $_POST
Sample message
$_GET['page'] not unslashed before sanitization. Use wp_unslash() or similar
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
Detected usage of a possibly undefined superglobal array index: $_GET['page']. Check that the array index exists before using it.
Sample message
Function "current_action()" requires WordPress 3.9.0, but your plugin minimum supported version is WordPress 3.0.0.
Sample message
Unescaped parameter $table used in $wpdb->get_row()\n$table assigned unsafely at line 227.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "SFM_pluginUpdates".
Sample message
Processing form data without nonce verification.
Sample message
Processing form data without nonce verification.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $existence at "SELECT rid, sf_feedid as feed_id, feed_url, feed_subUrl as redirect_url, verification_code as code, redirect_status FROM $table where rid=$existence"
Sample message
Detected usage of a non-sanitized input variable: $_POST['nonce']
Sample message
Mismatched text domain. Expected 'feedburner-alternative-and-rss-redirect' but got 'RSS Redirect '.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "SFM_ACTIVE_RSS_CACHE_KEY".
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
Resource version not set in call to wp_enqueue_script(). This means new versions of the script may not always be loaded due to browser caching.
Sample message
Unescaped parameter $sql used in $wpdb->get_row()\n$sql assigned unsafely at line 64.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "sfmBasicActions".
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "Feedburner Alternative and RSS Redirect Plugin" - contains the restricted term "feedburner" which cannot be used at all in your plugin name.
Sample message
Attempting a database schema change is discouraged.
Potential connections found in static code analysis.
Outbound calls
72
External assets
1
Incoming endpoints
6
No public endpoints detected.
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
First score snapshot
v4.4
26
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 26 | 549 | 277 | 272 | v4.4 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.