اتصال و همگام سازی ووکامرس و باسلام و اضافه کردن و بروزرسانی محصولات از ووکامرس به باسلام و همگام سازی اتوماتیک آن و مدیریت سفارشات باسلام در ووکامرس
Category Scores
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
Security
481
13 issue groups
Maintainability
310
12 issue groups
WARNINGMaintainabilityNon-prefixed global variableGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$OAuthManger".125
- Category
- Maintainability
- Occurrences
- 125
- Severity
- warning
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$OAuthManger".
WARNINGSecurityMissing nonce verificationProcessing form data without nonce verification.102
- Category
- Security
- Occurrences
- 102
- Severity
- warning
Sample message
Processing form data without nonce verification.
WARNINGSecurityInterpolated SQL is not preparedUse placeholders and $wpdb->prepare(); found interpolated variable $idsPlaceholders at WHERE id IN ($idsPlaceholders)"86
- Category
- Security
- Occurrences
- 86
- Severity
- warning
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $idsPlaceholders at WHERE id IN ($idsPlaceholders)"
WARNINGMaintainabilityDirect QueryUse of a direct database call is discouraged.76
- Category
- Maintainability
- Occurrences
- 76
- 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().72
- Category
- Maintainability
- Occurrences
- 72
- Severity
- warning
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
ERRORSecurityOutput is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$checked'.64
- Category
- Security
- Occurrences
- 64
- Severity
- error
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$checked'.
ERRORSecuritySQL query is not preparedUse placeholders and $wpdb->prepare(); found $column56
- Category
- Security
- Occurrences
- 56
- Severity
- error
Sample message
Use placeholders and $wpdb->prepare(); found $column
WARNINGSecurityDatabase parameter is not escapedUnescaped parameter $actions_table used in $wpdb->query()\n$actions_table assigned unsafely at line 211.52
- Category
- Security
- Occurrences
- 52
- Severity
- warning
Sample message
Unescaped parameter $actions_table used in $wpdb->query()\n$actions_table assigned unsafely at line 211.
WARNINGSecurityNonce verification recommendedProcessing form data without nonce verification.48
- Category
- Security
- Occurrences
- 48
- Severity
- warning
Sample message
Processing form data without nonce verification.
ERRORSecurityException output is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Invalid column: {$column}"'.46
- Category
- Security
- Occurrences
- 46
- Severity
- error
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Invalid column: {$column}"'.
Show 15 moreShow less
WARNINGMaintainabilitySchema Change8
- Category
- Maintainability
- Occurrences
- 8
- Severity
- warning
Sample message
Attempting a database schema change is discouraged.
WARNINGSecuritywp redirect wp redirect6
- Category
- Security
- Occurrences
- 6
- 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.
WARNINGMaintainabilityMixed line endings5
- Category
- Maintainability
- Occurrences
- 5
- Severity
- warning
Sample message
File has mixed line endings; this may cause incorrect results
ERRORSecurityDatabase parameter is not escaped5
- Category
- Security
- Occurrences
- 5
- Severity
- error
Sample message
Unescaped parameter $query used in $wpdb->get_col()\n$query assigned unsafely at line 27.
WARNINGMaintainabilityNon-prefixed hook name5
- Category
- Maintainability
- Occurrences
- 5
- Severity
- warning
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'after_' . $actionName".
WARNINGSecurityRequest data is not unslashed5
- Category
- Security
- Occurrences
- 5
- Severity
- warning
Sample message
$_GET['tab'] not unslashed before sanitization. Use wp_unslash() or similar
ERRORMaintainabilityunlink unlink5
- Category
- Maintainability
- Occurrences
- 5
- Severity
- error
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
WARNINGSecurityInput is not sanitized4
- Category
- Security
- Occurrences
- 4
- Severity
- warning
Sample message
Detected usage of a non-sanitized input variable: $_FILES['file']['name']
WARNINGSecurityInput is not validated4
- Category
- Security
- Occurrences
- 4
- Severity
- warning
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['basalam_category_name']. Check that the array index exists before using it.
ERRORMaintainabilityparse url parse url4
- Category
- Maintainability
- Occurrences
- 4
- Severity
- error
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
WARNINGSecurityUnfinished Prepare3
- Category
- Security
- Occurrences
- 3
- Severity
- warning
Sample message
Replacement variables found, but no valid placeholders found in the query.
WARNINGMaintainabilityslow db query meta key3
- Category
- Maintainability
- Occurrences
- 3
- Severity
- warning
Sample message
Detected usage of meta_key, possible slow query.
WARNINGMaintainabilityslow db query meta value3
- Category
- Maintainability
- Occurrences
- 3
- Severity
- warning
Sample message
Detected usage of meta_value, possible slow query.
ERRORMaintainabilityShort PHP open tag found2
- Category
- Maintainability
- Occurrences
- 2
- Severity
- error
Sample message
Short PHP opening tag used with echo; expected "<?php echo esc_html ..." but found "<?= esc_html ..."
ERRORMaintainabilityrand mt rand2
- Category
- Maintainability
- Occurrences
- 2
- Severity
- error
Sample message
mt_rand() is discouraged. Use the far less predictable wp_rand() instead.
External Connections
Not analyzed yet.
Score History
2 score snapshots
v1.9.0
29
Latest
- Findings
- 803
- Errors
- 192
- Warnings
- 611
- Check
- 2.0.0
v1.8.8
29
Score
- Findings
- 803
- Errors
- 192
- Warnings
- 611
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 29 | 803 | 192 | 611 | v1.9.0 | 2.0.0 |
| 29 | 803 | 192 | 611 | v1.8.8 | 2.0.0 |
Relationship Map
Author, categories, issues, domains, and nearby plugins.