Easy Charts

Build simple, reusable, customizable charts on any page or post with ease.

v1.2.5Kiran PotphodeUpdated Added 1k+ installs86% rating
80
Score
13
Errors
28
Warnings
+0
Change

Category Scores

Security72
Repo91
Performance100
Maintainability82

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

41 findings

Maintainability

35

5 issue groups

Security

4

3 issue groups

Repo Compliance

2

2 issue groups

WARNINGMaintainabilityNon-prefixed global variableGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$chart_data".22
Category
Maintainability
Occurrences
22
Severity
warning

Sample message

Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$chart_data".

ERRORMaintainabilityMissing direct file access protectionPHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;6
Category
Maintainability
Occurrences
6
Severity
error

Sample message

PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;

WARNINGMaintainabilityNon-prefixed functionFunctions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "activate_easy_charts".3
Category
Maintainability
Occurrences
3
Severity
warning

Sample message

Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "activate_easy_charts".

ERRORSecurityOutput is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$html'.2
Category
Security
Occurrences
2
Severity
error

Sample message

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$html'.

ERRORMaintainabilitylibrary core filesLibrary files that are already in the WordPress core are not permitted.2
Category
Maintainability
Occurrences
2
Severity
error

Sample message

Library files that are already in the WordPress core are not permitted.

ERRORMaintainabilitywp function not compatible with requires wpFunction "wp_json_encode()" requires WordPress 4.1.0, but your plugin minimum supported version is WordPress 3.0.0.2
Category
Maintainability
Occurrences
2
Severity
error

Sample message

Function "wp_json_encode()" requires WordPress 4.1.0, but your plugin minimum supported version is WordPress 3.0.0.

WARNINGSecurityInput is not sanitizedDetected usage of a non-sanitized input variable: $_POST['easy_charts_meta_box_nonce']1
Category
Security
Occurrences
1
Severity
warning

Sample message

Detected usage of a non-sanitized input variable: $_POST['easy_charts_meta_box_nonce']

WARNINGSecurityRequest data is not unslashed$_POST['easy_charts_meta_box_nonce'] not unslashed before sanitization. Use wp_unslash() or similar1
Category
Security
Occurrences
1
Severity
warning

Sample message

$_POST['easy_charts_meta_box_nonce'] not unslashed before sanitization. Use wp_unslash() or similar

ERRORRepo Complianceoutdated tested upto headerTested up to: 6.7 < 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.1
Category
Repo Compliance
Occurrences
1
Severity
error

Sample message

Tested up to: 6.7 < 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.

WARNINGRepo Compliancereadme parser warnings too many tagsOne or more tags were ignored. Please limit your plugin to 5 tags.1
Category
Repo Compliance
Occurrences
1
Severity
warning

Sample message

One or more tags were ignored. Please limit your plugin to 5 tags.

Score History

First score snapshot

v1.2.5

80

Latest

Findings
41
Errors
13
Warnings
28
Check
2.0.0

Related Plugins