GoodBarber plugin allows you to retrieve WordPress content in order to create a native app for iOS and/or Android
Prioritized issue groups from the latest Plugin Check scan
Security
69
10 issue groups
Maintainability
29
11 issue groups
I18n
10
1 issue group
Repo Compliance
3
3 issue groups
Sample message
Processing form data without nonce verification.
Sample message
$_REQUEST[$key] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_REQUEST[$key]
Sample message
Missing $domain parameter in function call to __().
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Detected usage of a possibly undefined superglobal array index: $_REQUEST['content']. Check that the array index exists before using it.
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
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"$callback($result)"'.
Sample message
The Services_JSON class has been deprecated since WordPress version 5.3.0. Use The PHP native JSON extension instead.
Sample message
Function "get_avatar_url()" requires WordPress 4.2.0, but your plugin minimum supported version is WordPress 2.8.0.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Use placeholders and $wpdb->prepare(); found $q
Sample message
It is not necessary to prepare a query which doesn't use variable replacement.
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a non-sanitized, non-validated input variable _REQUEST: "Post ID '{$_REQUEST['post_id']}' not found."
Sample message
rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
The Services_JSON_Error class has been deprecated since WordPress version 5.3.0. Use The PHP native JSON extension instead.
Sample message
query_posts() is discouraged. Use WP_Query instead.
Sample message
Plugin name "GoodBarber" is different from the name declared in plugin header "GoodBarber Api".
Sample message
Tested up to: 6.9 < 7.0. The "Tested up to" value in your plugin is not set to the current version of WordPress. This means your plugin will not show up in searches, as we require plugins to be compatible and documented as tested up to the most recent version of WordPress.
Sample message
Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license.
Sample message
One or more tags were ignored. Please limit your plugin to 5 tags.
Sample message
Incorrect Stable Tag. It's recommended not to use "Stable Tag: trunk". Your Stable Tag is meant to be the stable version of your plugin and it needs to be exactly the same with the Version in your main plugin file's header. Any mismatch can prevent users from downloading the correct plugin files from WordPress.org.
Not analyzed yet.
First score snapshot
v1.0.28
38
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 38 | 111 | 38 | 73 | v1.0.28 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.