Welcart is a free WordPress e-commerce plugin with the top market share in Japan.
Category Scores
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
I18n
8,569
5 issue groups
Security
7,979
12 issue groups
Maintainability
4,160
8 issue groups
ERRORI18nText Domain MismatchMismatched text domain. Expected 'usc-e-shop' but got 'autodelivery'.7,694
- Category
- I18n
- Occurrences
- 7,694
- Severity
- error
Sample message
Mismatched text domain. Expected 'usc-e-shop' but got 'autodelivery'.
WARNINGMaintainabilityNon-prefixed global variableGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$DT".2,732
- Category
- Maintainability
- Occurrences
- 2,732
- Severity
- warning
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$DT".
WARNINGSecurityInput is not sanitizedDetected usage of a non-sanitized input variable: $_COOKIE[$key]1,658
- Category
- Security
- Occurrences
- 1,658
- Severity
- warning
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE[$key]
WARNINGSecurityNonce verification recommendedProcessing form data without nonce verification.1,270
- Category
- Security
- Occurrences
- 1,270
- Severity
- warning
Sample message
Processing form data without nonce verification.
WARNINGSecurityMissing nonce verificationProcessing form data without nonce verification.1,266
- Category
- Security
- Occurrences
- 1,266
- Severity
- warning
Sample message
Processing form data without nonce verification.
WARNINGSecurityRequest data is not unslashed$_COOKIE[$key] not unslashed before sanitization. Use wp_unslash() or similar1,156
- Category
- Security
- Occurrences
- 1,156
- Severity
- warning
Sample message
$_COOKIE[$key] not unslashed before sanitization. Use wp_unslash() or similar
WARNINGSecurityInput is not validatedDetected usage of a possibly undefined superglobal array index: $_FILES['atodene_upcsv']['name']. Check that the array index exists before using it.817
- Category
- Security
- Occurrences
- 817
- Severity
- warning
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES['atodene_upcsv']['name']. Check that the array index exists before using it.
ERRORSecurityOutput is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"'{$selected}>"'.502
- Category
- Security
- Occurrences
- 502
- Severity
- error
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"'{$selected}>"'.
WARNINGMaintainabilityDirect QueryUse of a direct database call is discouraged.374
- Category
- Maintainability
- Occurrences
- 374
- Severity
- warning
Sample message
Use of a direct database call is discouraged.
WARNINGMaintainabilityNo CachingDirect database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().352
- Category
- Maintainability
- Occurrences
- 352
- Severity
- warning
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Show 15 moreShow less
ERRORI18nMissing Arg Domain326
- Category
- I18n
- Occurrences
- 326
- Severity
- error
Sample message
Missing $domain parameter in function call to __().
ERRORI18nMissing Translators Comment324
- Category
- I18n
- Occurrences
- 324
- Severity
- error
Sample message
A function call to __() with texts containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders.
ERRORSecuritySQL query is not prepared308
- Category
- Security
- Occurrences
- 308
- Severity
- error
Sample message
Use placeholders and $wpdb->prepare(); found $aquery
WARNINGSecurityInterpolated SQL is not prepared296
- Category
- Security
- Occurrences
- 296
- Severity
- warning
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $access_table at "SHOW TABLES LIKE '$access_table'"
ERRORSecurityUnsafe printing function268
- Category
- Security
- Occurrences
- 268
- Severity
- error
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
WARNINGMaintainabilityNon-prefixed constant238
- Category
- Maintainability
- Occurrences
- 238
- Severity
- warning
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "AUTO_CANCEL_TYPE_NO_WAIT".
WARNINGMaintainabilityNon-prefixed function208
- Category
- Maintainability
- Occurrences
- 208
- Severity
- warning
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "_fgets".
ERRORSecurityDatabase parameter is not escaped200
- Category
- Security
- Occurrences
- 200
- Severity
- error
Sample message
Unescaped parameter $aquery used in $wpdb->query()\n$aquery assigned unsafely at line 1390.
ERRORI18nNon Singular String Literal Text156
- Category
- I18n
- Occurrences
- 156
- Severity
- error
Sample message
The $text parameter must be a single text string literal. Found: $acting_status
WARNINGSecuritywp redirect wp redirect137
- Category
- Security
- Occurrences
- 137
- Severity
- warning
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.
ERRORMaintainabilityMissing direct file access protection109
- Category
- Maintainability
- Occurrences
- 109
- Severity
- error
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
WARNINGSecurityDatabase parameter is not escaped101
- Category
- Security
- Occurrences
- 101
- Severity
- warning
Sample message
Unescaped parameter $access_table used in $wpdb->get_row()\n$access_table assigned unsafely at line 603.
ERRORMaintainabilitydate date77
- Category
- Maintainability
- Occurrences
- 77
- Severity
- error
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
WARNINGMaintainabilityNon-prefixed class70
- Category
- Maintainability
- Occurrences
- 70
- Severity
- warning
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "ANOTHERLANE_SETTLEMENT".
ERRORI18nNo Empty Strings69
- Category
- I18n
- Occurrences
- 69
- Severity
- error
Sample message
The $text text string should have translatable content. Found: '%s'
Score History
First score snapshot
v2.11.29
22
Latest
- Findings
- 21,273
- Errors
- 10,377
- Warnings
- 10,896
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 22 | 21,273 | 10,377 | 10,896 | v2.11.29 | 2.0.0 |