My auctions allegro

Integrate Allegro with WordPress & WooCommerce! My Auctions Allegro imports auctions, syncs inventory/prices, handles orders/accounts.

v3.6.37wphocusUpdated Added 500 installs92% rating
28
Score
483
Errors
235
Warnings
+0
Change

Category Scores

Security0
Repo89
Performance100
Maintainability21

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

718 findings

I18n

335

5 issue groups

Security

187

11 issue groups

Maintainability

182

9 issue groups

ERRORI18nNon Singular String Literal DomainThe $domain parameter must be a single text string literal. Found: GJMAA_TEXT_DOMAIN288
Category
I18n
Occurrences
288
Severity
error

Sample message

The $domain parameter must be a single text string literal. Found: GJMAA_TEXT_DOMAIN

WARNINGMaintainabilityerror log error logerror_log() found. Debug code should not normally be used in production.83
Category
Maintainability
Occurrences
83
Severity
warning

Sample message

error_log() found. Debug code should not normally be used in production.

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

Sample message

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

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

Sample message

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

WARNINGSecurityNonce verification recommendedProcessing form data without nonce verification.35
Category
Security
Occurrences
35
Severity
warning

Sample message

Processing form data without nonce verification.

WARNINGMaintainabilityDirect QueryUse of a direct database call is discouraged.23
Category
Maintainability
Occurrences
23
Severity
warning

Sample message

Use of a direct database call is discouraged.

ERRORSecuritySQL query is not preparedUse placeholders and $wpdb->prepare(); found $args23
Category
Security
Occurrences
23
Severity
error

Sample message

Use placeholders and $wpdb->prepare(); found $args

ERRORI18nNon Singular String Literal TextThe $text parameter must be a single text string literal. Found: $button22
Category
I18n
Occurrences
22
Severity
error

Sample message

The $text parameter must be a single text string literal. Found: $button

WARNINGMaintainabilityNo CachingDirect database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().21
Category
Maintainability
Occurrences
21
Severity
warning

Sample message

Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().

WARNINGMaintainabilityMissing VersionResource version not set in call to wp_enqueue_script(). This means new versions of the script may not always be loaded due to browser caching.20
Category
Maintainability
Occurrences
20
Severity
warning

Sample message

Resource version not set in call to wp_enqueue_script(). This means new versions of the script may not always be loaded due to browser caching.

Show 15 more
ERRORSecurityDatabase parameter is not escaped17
Category
Security
Occurrences
17
Severity
error

Sample message

Unescaped parameter $attachMetaQuery used in $wpdb->query()\n$attachMetaQuery assigned unsafely at line 1221.

ERRORMaintainabilitydate date16
Category
Maintainability
Occurrences
16
Severity
error

Sample message

date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.

WARNINGSecurityInput is not sanitized14
Category
Security
Occurrences
14
Severity
warning

Sample message

Detected usage of a non-sanitized input variable: $_GET[$filter['id']]

WARNINGSecurityRequest data is not unslashed14
Category
Security
Occurrences
14
Severity
warning

Sample message

$_GET[$filter['id']] not unslashed before sanitization. Use wp_unslash() or similar

ERRORI18nMissing Translators Comment13
Category
I18n
Occurrences
13
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.

WARNINGMaintainabilityNot In Footer10
Category
Maintainability
Occurrences
10
Severity
warning

Sample message

In footer ($in_footer) is not set explicitly wp_enqueue_script; It is recommended to load scripts in the footer. Please set this value to `true` to load it in the footer, or explicitly `false` if it should be loaded in the header.

ERRORI18nMissing Arg Domain7
Category
I18n
Occurrences
7
Severity
error

Sample message

Missing $domain parameter in function call to __().

WARNINGSecurityInterpolated SQL is not prepared5
Category
Security
Occurrences
5
Severity
warning

Sample message

Use placeholders and $wpdb->prepare(); found interpolated variable {$auctionsModel->getTable()} at "SELECT * FROM {$auctionsModel->getTable()} where auction_profile_id = {$profileId} LIMIT {$size} OFFSET {$last}"

ERRORI18nUnordered Placeholders Text5
Category
I18n
Occurrences
5
Severity
error

Sample message

Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in 'Problem with creating products on profile: %s with error %s'.

ERRORMaintainabilityunlink unlink4
Category
Maintainability
Occurrences
4
Severity
error

Sample message

unlink() is discouraged. Use wp_delete_file() to delete a file.

WARNINGMaintainabilityNon-prefixed global variable3
Category
Maintainability
Occurrences
3
Severity
warning

Sample message

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

WARNINGSecurityDatabase parameter is not escaped2
Category
Security
Occurrences
2
Severity
warning

Sample message

Unescaped parameter $auctionsModel->getTable() used in $wpdb->get_results()\n$profileId used without escaping.

WARNINGMaintainabilityDiscouraged PHP function2
Category
Maintainability
Occurrences
2
Severity
warning

Sample message

The use of function ini_set() is discouraged

ERRORSecurityQuoted Simple Placeholder2
Category
Security
Occurrences
2
Severity
error

Sample message

Simple placeholders should not be quoted in the query string in $wpdb->prepare(). Found: '%s'.

WARNINGSecurityInput is not validated2
Category
Security
Occurrences
2
Severity
warning

Sample message

Detected usage of a possibly undefined superglobal array index: $_GET['page']. Check that the array index exists before using it.

External Connections

Potential connections found in static code analysis.

16 domains

Outbound calls

148

External assets

2

Incoming endpoints

5

Notable Domains

grojanteam.pl123 · outbound
wphocus.com8 · outbound
allegro.pl2 · outbound
api.allegro.pl1 · outbound

Platform / Reference Domains

github.com2 · platform/reference
wordpress.org2 · platform/reference
w3.org1 · platform/reference

External Asset Domains

maxcdn.bootstrapcdn.com2 · asset + outbound
youtube.com1 · asset

Incoming Endpoints

wp_ajax_nopriv_gjmaa_collect_clickpublic

wp_ajax

Admin AJAX endpoints4
wp_ajax_gjmaa_collect_clickauthenticated

wp_ajax

wp_ajax_gjmaa_get_categoriesauthenticated

wp_ajax

wp_ajax_gjmaa_import_actionauthenticated

wp_ajax

wp_ajax_gjmaa_reassign_actionauthenticated

wp_ajax

Score History

First score snapshot

v3.6.37

28

Latest

Findings
718
Errors
483
Warnings
235
Check
2.0.0

Relationship Map

Author, categories, issues, domains, and nearby plugins.

37 nodes

Related Plugins

Add From Server Reloaded

2k+ active installs

99
Allow Only 1 Product in Cart

500 active installs

99
Crafthemes Demo Import

400 active installs

99
Custom Post Exporter

3k+ active installs

99