Gravity Forms Directory

Add directory capabilities and other functionality to the great Gravity Forms plugin.

v4.2Zack KatzUpdated Added 600 installs64% rating
27
Score
202
Errors
457
Warnings
+0
Change

Category Scores

Security0
Repo72
Performance100
Maintainability31

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

659 findings

Security

316

7 issue groups

Maintainability

277

14 issue groups

I18n

55

3 issue groups

Supply Chain

4

1 issue group

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

Sample message

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

ERRORSecurityOutput is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<fieldset><legend><h3 style='padding-top:1em; padding-bottom:.5em; margin:0;'>{$title}</h3></legend>"'.116
Category
Security
Occurrences
116
Severity
error

Sample message

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<fieldset><legend><h3 style='padding-top:1em; padding-bottom:.5em; margin:0;'>{$title}</h3></legend>"'.

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

Sample message

Processing form data without nonce verification.

WARNINGSecurityInput is not sanitizedDetected usage of a non-sanitized input variable: $_GET[$name]48
Category
Security
Occurrences
48
Severity
warning

Sample message

Detected usage of a non-sanitized input variable: $_GET[$name]

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

Sample message

$_GET[$name] 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.36
Category
I18n
Occurrences
36
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.

WARNINGMaintainabilityupgrade notice limitThe upgrade notice for "2.4" exceeds the limit of 300 characters.20
Category
Maintainability
Occurrences
20
Severity
warning

Sample message

The upgrade notice for "2.4" exceeds the limit of 300 characters.

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

Sample message

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

ERRORI18nText Domain MismatchMismatched text domain. Expected 'gravity-forms-addons' but got 'gravity-forms-addon'.17
Category
I18n
Occurrences
17
Severity
error

Sample message

Mismatched text domain. Expected 'gravity-forms-addons' but got 'gravity-forms-addon'.

ERRORMaintainabilityMissing direct file access protectionPHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;17
Category
Maintainability
Occurrences
17
Severity
error

Sample message

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

Show 15 more
WARNINGMaintainabilityNon-prefixed hook name14
Category
Maintainability
Occurrences
14
Severity
warning

Sample message

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: &quot;gform_entry_field_value&quot;.

WARNINGMaintainabilityNon-prefixed function9
Category
Maintainability
Occurrences
9
Severity
warning

Sample message

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

WARNINGMaintainabilityNon-prefixed class7
Category
Maintainability
Occurrences
7
Severity
warning

Sample message

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

WARNINGMaintainabilityNon-prefixed constant7
Category
Maintainability
Occurrences
7
Severity
warning

Sample message

Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: &quot;GF_DIRECTORY_FILE&quot;.

WARNINGMaintainabilityNot In Footer5
Category
Maintainability
Occurrences
5
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.

ERRORSupply ChainHidden files included4
Category
Supply Chain
Occurrences
4
Severity
error

Sample message

Hidden files are not permitted.

WARNINGMaintainabilityMissing Version3
Category
Maintainability
Occurrences
3
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.

ERRORMaintainabilityNon Enqueued Stylesheet3
Category
Maintainability
Occurrences
3
Severity
error

Sample message

Stylesheets must be registered/enqueued via wp_enqueue_style()

WARNINGMaintainabilitytrademarked term3
Category
Maintainability
Occurrences
3
Severity
warning

Sample message

The plugin name includes a restricted term. Your chosen plugin name - "Gravity Forms Directory" - contains the restricted term "gravity-forms" and cannot be used to begin your plugin name. We disallow the use of certain terms in ways that are abused, or potentially infringe on and/or are misleading with regards to trademarks. You may use the term "gravity-forms" elsewhere in your plugin name, such as "... for gravity-forms".

WARNINGSecurityDatabase parameter is not escaped2
Category
Security
Occurrences
2
Severity
warning

Sample message

Unescaped parameter $entry_meta_table used in $wpdb-&gt;get_results()\n$entry_meta_table assigned unsafely at line 1994.

WARNINGMaintainabilityDirect Query2
Category
Maintainability
Occurrences
2
Severity
warning

Sample message

Use of a direct database call is discouraged.

WARNINGMaintainabilityNo Caching2
Category
Maintainability
Occurrences
2
Severity
warning

Sample message

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

WARNINGSecurityInterpolated SQL is not prepared2
Category
Security
Occurrences
2
Severity
warning

Sample message

Use placeholders and $wpdb-&gt;prepare(); found interpolated variable $entry_meta_table at &quot;SELECT id, meta_key FROM $entry_meta_table WHERE entry_id=%d&quot;

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.

ERRORI18nMissing Arg Domain2
Category
I18n
Occurrences
2
Severity
error

Sample message

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

External Connections

Potential connections found in static code analysis.

12 domains

Outbound calls

41

External assets

0

Incoming endpoints

4

Notable Domains

gravityview.co14 · outbound
katz.si6 · outbound
jacklmoore.com5 · outbound
php.net3 · outbound
katz.co2 · outbound
maps.google.com1 · outbound

Platform / Reference Domains

codex.wordpress.org2 · platform/reference
gnu.org2 · platform/reference
w3.org2 · platform/reference
wordpress.org2 · platform/reference

External Asset Domains

No external asset domains detected.

Incoming Endpoints

No public endpoints detected.

Admin AJAX endpoints4
wp_ajax_change_directory_columnsauthenticated

wp_ajax

wp_ajax_gf_select_directory_formauthenticated

wp_ajax

wp_ajax_rg_update_approvedauthenticated

wp_ajax

wp_ajax_rg_update_feed_activeauthenticated

wp_ajax

Score History

First score snapshot

v4.2

27

Latest

Findings
659
Errors
202
Warnings
457
Check
2.0.0

Relationship Map

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

37 nodes

Related Plugins