Issues to Review
Prioritized issue groups from the latest Plugin Check scan
Maintainability
825
14 issue groups
Security
788
10 issue groups
Supply Chain
9
1 issue group
WARNINGMaintainabilityNon Prefixed Variable FoundGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$RandomCompatCOMtest".244
- Category
- Maintainability
- Occurrences
- 244
- Severity
- warning
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$RandomCompatCOMtest".
ERRORSecurityException Not EscapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"$bitmap doesn't appear to be a valid bitmap image.\n"'.227
- Category
- Security
- Occurrences
- 227
- Severity
- error
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"$bitmap doesn't appear to be a valid bitmap image.\n"'.
WARNINGSecurityMissingProcessing form data without nonce verification.112
- Category
- Security
- Occurrences
- 112
- Severity
- warning
Sample message
Processing form data without nonce verification.
WARNINGSecurityRecommendedProcessing form data without nonce verification.108
- Category
- Security
- Occurrences
- 108
- Severity
- warning
Sample message
Processing form data without nonce verification.
WARNINGSecurityInput Not SanitizedDetected usage of a non-sanitized input variable: $_FILES['local_file']['tmp_name']107
- Category
- Security
- Occurrences
- 107
- Severity
- warning
Sample message
Detected usage of a non-sanitized input variable: $_FILES['local_file']['tmp_name']
WARNINGSecurityMissing Unslash$_GET['activeFile'] not unslashed before sanitization. Use wp_unslash() or similar104
- Category
- Security
- Occurrences
- 104
- Severity
- warning
Sample message
$_GET['activeFile'] not unslashed before sanitization. Use wp_unslash() or similar
WARNINGMaintainabilityDirect QueryUse of a direct database call is discouraged.101
- Category
- Maintainability
- Occurrences
- 101
- Severity
- warning
Sample message
Use of a direct database call is discouraged.
ERRORMaintainabilitymissing direct file access protectionPHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;100
- Category
- Maintainability
- Occurrences
- 100
- Severity
- error
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
WARNINGMaintainabilityNo CachingDirect database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().96
- Category
- Maintainability
- Occurrences
- 96
- Severity
- warning
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
ERRORSecurityOutput Not EscapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Removed: {$pharName}\n"'.76
- Category
- Security
- Occurrences
- 76
- Severity
- error
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Removed: {$pharName}\n"'.
Show 15 moreShow less
ERRORMaintainabilitydate date61
- Category
- Maintainability
- Occurrences
- 61
- Severity
- error
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
ERRORMaintainabilityfile system operations fwrite43
- Category
- Maintainability
- Occurrences
- 43
- Severity
- error
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fwrite().
ERRORMaintainabilityfile system operations fclose38
- Category
- Maintainability
- Occurrences
- 38
- Severity
- error
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
ERRORMaintainabilityfile system operations fopen31
- Category
- Maintainability
- Occurrences
- 31
- Severity
- error
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
ERRORMaintainabilityunlink unlink28
- Category
- Maintainability
- Occurrences
- 28
- Severity
- error
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
ERRORMaintainabilityfile system operations fread27
- Category
- Maintainability
- Occurrences
- 27
- Severity
- error
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fread().
WARNINGMaintainabilityNon Prefixed Constant Found18
- Category
- Maintainability
- Occurrences
- 18
- Severity
- warning
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "INTL_IDNA_VARIANT_2003".
ERRORSecurityNot Prepared17
- Category
- Security
- Occurrences
- 17
- Severity
- error
Sample message
Use placeholders and $wpdb->prepare(); found $contentQuery
WARNINGMaintainabilityNon Prefixed Function Found16
- Category
- Maintainability
- Occurrences
- 16
- Severity
- warning
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "RandomCompat_intval".
ERRORSecurityUnsafe Printing Function15
- Category
- Security
- Occurrences
- 15
- Severity
- error
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
ERRORSecurityUnescaped DBParameter13
- Category
- Security
- Occurrences
- 13
- Severity
- error
Sample message
Unescaped parameter $dateQuery used in $wpdb->get_var()\n$dateQuery assigned unsafely at line 222.
WARNINGMaintainabilityerror log trigger error12
- Category
- Maintainability
- Occurrences
- 12
- Severity
- warning
Sample message
trigger_error() found. Debug code should not normally be used in production.
WARNINGMaintainabilityNon Prefixed Namespace Found10
- Category
- Maintainability
- Occurrences
- 10
- Severity
- warning
Sample message
Namespaces declared by a theme/plugin should start with the theme/plugin prefix. Found: "Psr\Http\Message".
WARNINGSecurityInput Not Validated9
- Category
- Security
- Occurrences
- 9
- Severity
- warning
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES['local_file']['tmp_name']. Check that the array index exists before using it.
ERRORSupply Chainhidden files9
- Category
- Supply Chain
- Occurrences
- 9
- Severity
- error
Sample message
Hidden files are not permitted.
Score History
First score snapshot
v3.9.30
18
Latest
- Findings
- 1,717
- Errors
- 738
- Warnings
- 979
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 18 | 1,717 | 738 | 979 | v3.9.30 | 2.0.0 |