WooCommerce Full Inventory Management, Purchase Orders, Suppliers, Inbound Stock, Inventory Logs, WooCommerce Sales Statistics, and More.
Category Scores
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
I18n
2,144
2 issue groups
Maintainability
1,005
14 issue groups
Security
758
9 issue groups
ERRORI18nNon Singular String Literal DomainThe $domain parameter must be a single text string literal. Found: ATUM_ST_TEXT_DOMAIN2,129
- Category
- I18n
- Occurrences
- 2,129
- Severity
- error
Sample message
The $domain parameter must be a single text string literal. Found: ATUM_ST_TEXT_DOMAIN
ERRORMaintainabilityGoto statement foundThe "goto" language construct should not be used.414
- Category
- Maintainability
- Occurrences
- 414
- Severity
- error
Sample message
The "goto" language construct should not be used.
WARNINGMaintainabilityNon-prefixed global variableGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$active_section".205
- Category
- Maintainability
- Occurrences
- 205
- Severity
- warning
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$active_section".
WARNINGSecurityNonce verification recommendedProcessing form data without nonce verification.201
- Category
- Security
- Occurrences
- 201
- Severity
- warning
Sample message
Processing form data without nonce verification.
WARNINGSecurityInput is not sanitizedDetected usage of a non-sanitized input variable: $_GET['exclude']159
- Category
- Security
- Occurrences
- 159
- Severity
- warning
Sample message
Detected usage of a non-sanitized input variable: $_GET['exclude']
WARNINGSecurityRequest data is not unslashed$_GET['lang'] not unslashed before sanitization. Use wp_unslash() or similar159
- Category
- Security
- Occurrences
- 159
- Severity
- warning
Sample message
$_GET['lang'] not unslashed before sanitization. Use wp_unslash() or similar
WARNINGMaintainabilityDirect QueryUse of a direct database call is discouraged.140
- Category
- Maintainability
- Occurrences
- 140
- 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().135
- Category
- Maintainability
- Occurrences
- 135
- Severity
- warning
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
WARNINGSecurityInput is not validatedDetected usage of a possibly undefined superglobal array index: $_GET['atum_order_id']. Check that the array index exists before using it.69
- Category
- Security
- Occurrences
- 69
- Severity
- warning
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['atum_order_id']. Check that the array index exists before using it.
WARNINGSecurityMissing nonce verificationProcessing form data without nonce verification.67
- Category
- Security
- Occurrences
- 67
- Severity
- warning
Sample message
Processing form data without nonce verification.
Show 15 moreShow less
WARNINGSecurityDatabase parameter is not escaped58
- Category
- Security
- Occurrences
- 58
- Severity
- warning
Sample message
Unescaped parameter $atum_orders_str used in $wpdb->get_col()\n$atum_orders_str assigned unsafely at line 337.
ERRORSecurityException output is not escaped32
- Category
- Security
- Occurrences
- 32
- Severity
- error
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Invalid '$this->schema_name' schema structure: missing properties definition"'.
WARNINGMaintainabilityerror log error log23
- Category
- Maintainability
- Occurrences
- 23
- Severity
- warning
Sample message
error_log() found. Debug code should not normally be used in production.
WARNINGMaintainabilityslow db query meta key22
- Category
- Maintainability
- Occurrences
- 22
- Severity
- warning
Sample message
Detected usage of meta_key, possible slow query.
WARNINGMaintainabilitySchema Change16
- Category
- Maintainability
- Occurrences
- 16
- Severity
- warning
Sample message
Attempting a database schema change is discouraged.
ERRORI18nMissing Translators Comment15
- Category
- I18n
- Occurrences
- 15
- 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.
WARNINGMaintainabilityslow db query meta query13
- Category
- Maintainability
- Occurrences
- 13
- Severity
- warning
Sample message
Detected usage of meta_query, possible slow query.
WARNINGMaintainabilityNon-prefixed global symbol13
- Category
- Maintainability
- Occurrences
- 13
- Severity
- warning
Sample message
The "atum/after" prefix is not a valid namespace/function/class/variable/constant prefix in PHP.
ERRORSecurityOutput is not escaped9
- Category
- Security
- Occurrences
- 9
- Severity
- error
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$current_item'.
ERRORMaintainabilityrand mt rand8
- Category
- Maintainability
- Occurrences
- 8
- Severity
- error
Sample message
mt_rand() is discouraged. Use the far less predictable wp_rand() instead.
WARNINGMaintainabilityslow db query tax query5
- Category
- Maintainability
- Occurrences
- 5
- Severity
- warning
Sample message
Detected usage of tax_query, possible slow query.
ERRORSecurityUnsafe printing function4
- Category
- Security
- Occurrences
- 4
- Severity
- error
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
ERRORMaintainabilityfile system operations mkdir4
- Category
- Maintainability
- Occurrences
- 4
- Severity
- error
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: mkdir().
ERRORMaintainabilityMissing direct file access protection4
- Category
- Maintainability
- Occurrences
- 4
- Severity
- error
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
WARNINGMaintainabilityNon-prefixed hook name3
- Category
- Maintainability
- Occurrences
- 3
- Severity
- warning
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "rest_{$this->post_type}_collection_params".
External Connections
Not analyzed yet.
Score History
First score snapshot
v1.9.56
25
Latest
- Findings
- 3,942
- Errors
- 2,638
- Warnings
- 1,304
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 25 | 3,942 | 2,638 | 1,304 | v1.9.56 | 2.0.0 |
Relationship Map
Author, categories, issues, domains, and nearby plugins.