Mollie Forms

Create registration forms with payment methods of Mollie. One-time and recurring payments are possible.

v2.9.3Nick van WobbieUpdated Added 3k+ installs82% rating100% support resolved
41
Score
14
Errors
565
Warnings
+0
Change

Category Scores

Security0
Repo94
Performance100
Maintainability83

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

579 findings

Security

522

9 issue groups

Maintainability

51

4 issue groups

I18n

5

3 issue groups

Repo Compliance

1

1 issue group

WARNINGSecurityRequest data is not unslashed$_GET[$name] not unslashed before sanitization. Use wp_unslash() or similar182
Category
Security
Occurrences
182
Severity
warning

Sample message

$_GET[$name] not unslashed before sanitization. Use wp_unslash() or similar

WARNINGSecurityInput is not validatedDetected usage of a possibly undefined superglobal array index: $_FILES['form_' . $postId . '_field_' . $key]. Check that the array index exists before using it.159
Category
Security
Occurrences
159
Severity
warning

Sample message

Detected usage of a possibly undefined superglobal array index: $_FILES['form_' . $postId . '_field_' . $key]. Check that the array index exists before using it.

WARNINGSecurityInput is not sanitizedDetected usage of a non-sanitized input variable: $_FILES['form_' . $postId . '_field_' . $key]85
Category
Security
Occurrences
85
Severity
warning

Sample message

Detected usage of a non-sanitized input variable: $_FILES['form_' . $postId . '_field_' . $key]

WARNINGSecurityMissing nonce verificationProcessing form data without nonce verification.44
Category
Security
Occurrences
44
Severity
warning

Sample message

Processing form data without nonce verification.

WARNINGMaintainabilityNon-prefixed global variableGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$admin".34
Category
Maintainability
Occurrences
34
Severity
warning

Sample message

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

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

Sample message

Processing form data without nonce verification.

WARNINGSecurityInterpolated SQL is not preparedUse placeholders and $wpdb->prepare(); found interpolated variable {$subsTable} at "SELECT COUNT(*) FROM {$subsTable} WHERE sub_status='active' AND registration_id=%d"11
Category
Security
Occurrences
11
Severity
warning

Sample message

Use placeholders and $wpdb->prepare(); found interpolated variable {$subsTable} at "SELECT COUNT(*) FROM {$subsTable} WHERE sub_status='active' AND registration_id=%d"

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.11
Category
Security
Occurrences
11
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.

WARNINGSecurityDatabase parameter is not escapedUnescaped parameter $subsTable used in $wpdb->get_var()\n$subsTable assigned unsafely at line 156.8
Category
Security
Occurrences
8
Severity
warning

Sample message

Unescaped parameter $subsTable used in $wpdb->get_var()\n$subsTable assigned unsafely at line 156.

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

Sample message

Use of a direct database call is discouraged.

Show 7 more
WARNINGMaintainabilityNo Caching8
Category
Maintainability
Occurrences
8
Severity
warning

Sample message

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

ERRORSecurityUnsupported Placeholder8
Category
Security
Occurrences
8
Severity
error

Sample message

Unsupported placeholder used in $wpdb->prepare(). Found: "%')".

ERRORI18nMissing Arg Domain3
Category
I18n
Occurrences
3
Severity
error

Sample message

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

WARNINGI18nDiscouraged text-domain loading1
Category
I18n
Occurrences
1
Severity
warning

Sample message

load_plugin_textdomain() has been discouraged since WordPress version 4.6. When your plugin is hosted on WordPress.org, you no longer need to manually include this function call for translations under your plugin slug. WordPress will automatically load the translations for you as needed.

ERRORMaintainabilityNon Enqueued Script1
Category
Maintainability
Occurrences
1
Severity
error

Sample message

Scripts must be registered/enqueued via wp_enqueue_script()

ERRORI18nNon Singular String Literal Text1
Category
I18n
Occurrences
1
Severity
error

Sample message

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

ERRORRepo Complianceoutdated tested upto header1
Category
Repo Compliance
Occurrences
1
Severity
error

Sample message

Tested up to: 6.9 < 7.0. The "Tested up to" value in your plugin is not set to the current version of WordPress. This means your plugin will not show up in searches, as we require plugins to be compatible and documented as tested up to the most recent version of WordPress.

External Connections

Not analyzed yet.

Score History

First score snapshot

v2.9.3

41

Latest

Findings
579
Errors
14
Warnings
565
Check
2.0.0

Relationship Map

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

29 nodes

Related Plugins