Worthy – VG WORT Integration für WordPress

Vereinfache die Arbeit mit VG WORT und verdiene einfacher Geld mit Deinen Texten als jemals zuvor.

v1.7.5-698baaftiggersweltUpdated Added 1k+ installs82% rating0% support resolved
27
Score
1,343
Errors
773
Warnings
+0
Change

Category Scores

Security0
Repo80
Performance98
Maintainability24

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

2,116 findings

Security

1,410

7 issue groups

I18n

650

5 issue groups

Maintainability

44

13 issue groups

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

Sample message

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

ERRORI18nNon Singular String Literal DomainThe $domain parameter must be a single text string literal. Found: $this->textDomain508
Category
I18n
Occurrences
508
Severity
error

Sample message

The $domain parameter must be a single text string literal. Found: $this->textDomain

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

Sample message

Processing form data without nonce verification.

WARNINGSecuritywp redirect wp redirectwp_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.71
Category
Security
Occurrences
71
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.

WARNINGSecurityRequest data is not unslashed$_POST['wp-worthy-password'] not unslashed before sanitization. Use wp_unslash() or similar68
Category
Security
Occurrences
68
Severity
warning

Sample message

$_POST['wp-worthy-password'] not unslashed before sanitization. Use wp_unslash() or similar

ERRORI18nMissing Translators CommentA 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.67
Category
I18n
Occurrences
67
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.

WARNINGSecurityInput is not sanitizedDetected usage of a non-sanitized input variable: $_FILES['wp-worthy-marker-file']['tmp_name']59
Category
Security
Occurrences
59
Severity
warning

Sample message

Detected usage of a non-sanitized input variable: $_FILES['wp-worthy-marker-file']['tmp_name']

WARNINGSecurityInput is not validatedDetected usage of a possibly undefined superglobal array index: $_FILES['wp-worthy-marker-file']['error']. Check that the array index exists before using it.54
Category
Security
Occurrences
54
Severity
warning

Sample message

Detected usage of a possibly undefined superglobal array index: $_FILES['wp-worthy-marker-file']['error']. Check that the array index exists before using it.

ERRORI18nNon Singular String Literal TextThe $text parameter must be a single text string literal. Found: $Child [0]33
Category
I18n
Occurrences
33
Severity
error

Sample message

The $text parameter must be a single text string literal. Found: $Child [0]

ERRORI18nMissing Arg DomainMissing $domain parameter in function call to __().28
Category
I18n
Occurrences
28
Severity
error

Sample message

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

Show 15 more
WARNINGSecurityMissing nonce verification22
Category
Security
Occurrences
22
Severity
warning

Sample message

Processing form data without nonce verification.

ERRORI18nUnordered Placeholders Text14
Category
I18n
Occurrences
14
Severity
error

Sample message

Multiple placeholders in translatable strings should be ordered. Expected "%1$d, %2$d", but got "%d, %d" in '%d markers were already known, %d of them received an update'.

ERRORMaintainabilitydate date9
Category
Maintainability
Occurrences
9
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 fclose4
Category
Maintainability
Occurrences
4
Severity
error

Sample message

File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().

ERRORMaintainabilityfile system operations fopen4
Category
Maintainability
Occurrences
4
Severity
error

Sample message

File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().

ERRORMaintainabilityunlink unlink4
Category
Maintainability
Occurrences
4
Severity
error

Sample message

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

ERRORMaintainabilitywp function not compatible with requires wp4
Category
Maintainability
Occurrences
4
Severity
error

Sample message

Function "get_user_locale()" requires WordPress 4.7.0, but your plugin minimum supported version is WordPress 4.6.0.

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.

WARNINGMaintainabilitytrademarked term3
Category
Maintainability
Occurrences
3
Severity
warning

Sample message

The plugin name includes a restricted term. Your chosen plugin name - "Worthy - VG WORT Integration für Wordpress" - contains the restricted term "wordpress" which cannot be used at all in your plugin name.

WARNINGMaintainabilityDiscouraged PHP function2
Category
Maintainability
Occurrences
2
Severity
warning

Sample message

The use of function ini_set() is discouraged

WARNINGMaintainabilityerror log trigger error2
Category
Maintainability
Occurrences
2
Severity
warning

Sample message

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

ERRORMaintainabilityparse url parse url2
Category
Maintainability
Occurrences
2
Severity
error

Sample message

parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.

ERRORMaintainabilityNo Explicit Version2
Category
Maintainability
Occurrences
2
Severity
error

Sample message

Version parameter is not explicitly set or has been set to an equivalent of "false" for wp_enqueue_script; This means that the WordPress core version will be used which is not recommended for plugin or theme development.

ERRORMaintainabilityMissing direct file access protection2
Category
Maintainability
Occurrences
2
Severity
error

Sample message

PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;

External Connections

Not analyzed yet.

Score History

First score snapshot

v1.7.5-698baaf

27

Latest

Findings
2,116
Errors
1,343
Warnings
773
Check
2.0.0

Relationship Map

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

26 nodes