Piotnet Forms

Piotnet Forms - Highly Customizable WordPress Form Builder

v1.0.30piotnetdotcomUpdated Added 3k+ installs80% rating
25
Score
187
Errors
374
Warnings
+0
Change

Category Scores

Security0
Repo86
Performance100
Maintainability9

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

561 findings

Maintainability

273

15 issue groups

Security

254

9 issue groups

I18n

17

1 issue group

ERRORSecurityOutput is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<div><textarea style='display:none' name='piotnetforms-data' data-piotnetforms-data>{$piotnetforms_data}</textarea></div>"'.114
Category
Security
Occurrences
114
Severity
error

Sample message

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<div><textarea style='display:none' name='piotnetforms-data' data-piotnetforms-data>{$piotnetforms_data}</textarea></div>"'.

WARNINGMaintainabilityAlternative PHP tag foundPossible use of ASP style short opening tags detected; found: &lt;%= (data.value.includes(key)) ? &quot;selected&quot;...81
Category
Maintainability
Occurrences
81
Severity
warning

Sample message

Possible use of ASP style short opening tags detected; found: &lt;%= (data.value.includes(key)) ? &quot;selected&quot;...

WARNINGMaintainabilityAlternative PHP tag foundPossible use of ASP style opening tags detected; found: &lt;% data[&#039;size_units&#039;].forEach(function (si...68
Category
Maintainability
Occurrences
68
Severity
warning

Sample message

Possible use of ASP style opening tags detected; found: &lt;% data[&#039;size_units&#039;].forEach(function (si...

WARNINGMaintainabilityNon-prefixed global variableGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: &quot;$activated_license&quot;.47
Category
Maintainability
Occurrences
47
Severity
warning

Sample message

Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: &quot;$activated_license&quot;.

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

Sample message

Processing form data without nonce verification.

WARNINGSecurityRequest data is not unslashed$_GET[$url_parameter] not unslashed before sanitization. Use wp_unslash() or similar37
Category
Security
Occurrences
37
Severity
warning

Sample message

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

WARNINGMaintainabilityNon-prefixed namespaceNamespaces declared by a theme/plugin should start with the theme/plugin prefix. Found: &quot;Controls_Piotnetforms&quot;.25
Category
Maintainability
Occurrences
25
Severity
warning

Sample message

Namespaces declared by a theme/plugin should start with the theme/plugin prefix. Found: &quot;Controls_Piotnetforms&quot;.

ERRORSecuritySetting is missing a sanitization callbackSanitization missing for register_setting().19
Category
Security
Occurrences
19
Severity
error

Sample message

Sanitization missing for register_setting().

ERRORI18nText Domain MismatchMismatched text domain. Expected 'piotnetforms' but got 'elementor'.17
Category
I18n
Occurrences
17
Severity
error

Sample message

Mismatched text domain. Expected 'piotnetforms' but got 'elementor'.

WARNINGSecurityInput is not validatedDetected usage of a possibly undefined superglobal array index: $_FILES[&#039;json_file&#039;][&#039;tmp_name&#039;]. Check that the array index exists before using it.16
Category
Security
Occurrences
16
Severity
warning

Sample message

Detected usage of a possibly undefined superglobal array index: $_FILES[&#039;json_file&#039;][&#039;tmp_name&#039;]. Check that the array index exists before using it.

Show 15 more
WARNINGSecurityMissing nonce verification15
Category
Security
Occurrences
15
Severity
warning

Sample message

Processing form data without nonce verification.

WARNINGSecurityInput is not sanitized10
Category
Security
Occurrences
10
Severity
warning

Sample message

Detected usage of a non-sanitized input variable: $_FILES[&#039;json_file&#039;][&#039;tmp_name&#039;]

ERRORMaintainabilitydate date8
Category
Maintainability
Occurrences
8
Severity
error

Sample message

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

WARNINGMaintainabilityNon-prefixed function8
Category
Maintainability
Occurrences
8
Severity
warning

Sample message

Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: &quot;acf_get_field_key_piotnetforms&quot;.

WARNINGMaintainabilityerror log print r8
Category
Maintainability
Occurrences
8
Severity
warning

Sample message

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

WARNINGMaintainabilityNot In Footer6
Category
Maintainability
Occurrences
6
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.

ERRORMaintainabilityfile system operations chmod4
Category
Maintainability
Occurrences
4
Severity
error

Sample message

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

WARNINGMaintainabilityMissing Version4
Category
Maintainability
Occurrences
4
Severity
warning

Sample message

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

WARNINGMaintainabilityNon-prefixed class3
Category
Maintainability
Occurrences
3
Severity
warning

Sample message

Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: &quot;Base_Widget_Piotnetforms&quot;.

ERRORSecurityUnsafe printing function3
Category
Security
Occurrences
3
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 fclose3
Category
Maintainability
Occurrences
3
Severity
error

Sample message

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

ERRORMaintainabilityfile system operations fwrite3
Category
Maintainability
Occurrences
3
Severity
error

Sample message

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

ERRORMaintainabilityfile system operations mkdir3
Category
Maintainability
Occurrences
3
Severity
error

Sample message

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

WARNINGSecurityInput is not validated or sanitized2
Category
Security
Occurrences
2
Severity
warning

Sample message

Detected usage of a non-sanitized, non-validated input variable _SERVER: &quot;://{$_SERVER[&#039;HTTP_HOST&#039;]}{$_SERVER[&#039;REQUEST_URI&#039;]}&quot;

ERRORMaintainabilityfile system operations fopen2
Category
Maintainability
Occurrences
2
Severity
error

Sample message

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

Score History

First score snapshot

v1.0.30

25

Latest

Findings
561
Errors
187
Warnings
374
Check
2.0.0

Related Plugins