WP Gravity Forms Zoho CRM and Bigin

Gravity Forms Zoho CRM Add-On Sends Gravity Forms entries to Zoho CRM and Bigin.

v1.3.1CRM PerksUpdated Added 400 installs100% rating
32
Score
750
Errors
174
Warnings
+0
Change

Category Scores

Security0
Repo89
Performance100
Maintainability41

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

924 findings

I18n

556

4 issue groups

Security

277

11 issue groups

Maintainability

84

10 issue groups

ERRORI18nText Domain MismatchMismatched text domain. Expected 'gf-zoho' but got '%dd%'.497
Category
I18n
Occurrences
497
Severity
error

Sample message

Mismatched text domain. Expected 'gf-zoho' but got '%dd%'.

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

Sample message

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

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

Sample message

Processing form data without nonce verification.

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.35
Category
I18n
Occurrences
35
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.

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

Sample message

Use of a direct database call is discouraged.

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

Sample message

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

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

Sample message

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

ERRORI18nUnordered Placeholders TextMultiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in '%sUpdate from Zoho %s Field Choices will not be updated live from Zoho and are editable in Gravity Forms. If you make an edit in Zoho, it will not be updated in your form.'.23
Category
I18n
Occurrences
23
Severity
error

Sample message

Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in '%sUpdate from Zoho %s Field Choices will not be updated live from Zoho and are editable in Gravity Forms. If you make an edit in Zoho, it will not be updated in your form.'.

ERRORMaintainabilitydate datedate() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.15
Category
Maintainability
Occurrences
15
Severity
error

Sample message

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

WARNINGSecurityRequest data is not unslashed$_GET['id'] not unslashed before sanitization. Use wp_unslash() or similar13
Category
Security
Occurrences
13
Severity
warning

Sample message

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

Show 15 more
WARNINGSecurityInput is not sanitized11
Category
Security
Occurrences
11
Severity
warning

Sample message

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

ERRORSecurityDatabase parameter is not escaped10
Category
Security
Occurrences
10
Severity
error

Sample message

Unescaped parameter $sql used in $wpdb->get_results()\n$sql assigned unsafely at line 106.

WARNINGSecurityDatabase parameter is not escaped9
Category
Security
Occurrences
9
Severity
warning

Sample message

Unescaped parameter $table used in $wpdb->get_results()\n$table assigned unsafely at line 377.

WARNINGMaintainabilityerror log print r7
Category
Maintainability
Occurrences
7
Severity
warning

Sample message

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

WARNINGSecurityInput is not validated6
Category
Security
Occurrences
6
Severity
warning

Sample message

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

WARNINGSecurityMissing nonce verification5
Category
Security
Occurrences
5
Severity
warning

Sample message

Processing form data without nonce verification.

WARNINGSecurityInterpolated SQL is not prepared4
Category
Security
Occurrences
4
Severity
warning

Sample message

Use placeholders and $wpdb->prepare(); found interpolated variable $active_clause at "SELECT * FROM $table_name WHERE form_id=%d $active_clause ORDER BY sort"

WARNINGMaintainabilitySchema Change3
Category
Maintainability
Occurrences
3
Severity
warning

Sample message

Attempting a database schema change is discouraged.

WARNINGSecuritywp redirect wp redirect3
Category
Security
Occurrences
3
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.

WARNINGMaintainabilityDiscouraged PHP function2
Category
Maintainability
Occurrences
2
Severity
warning

Sample message

The use of function ini_set() is discouraged

ERRORMaintainabilityNon Enqueued Script2
Category
Maintainability
Occurrences
2
Severity
error

Sample message

Scripts must be registered/enqueued via wp_enqueue_script()

WARNINGMaintainabilitytrademarked term2
Category
Maintainability
Occurrences
2
Severity
warning

Sample message

The plugin name includes a restricted term. Your chosen plugin name - "WP Gravity Forms Zoho Add-on" - contains the restricted term "wp" which cannot be used at all in your plugin name.

ERRORMaintainabilityfile system operations fclose1
Category
Maintainability
Occurrences
1
Severity
error

Sample message

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

ERRORMaintainabilitystrip tags strip tags1
Category
Maintainability
Occurrences
1
Severity
error

Sample message

strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.

ERRORI18nDeprecated parameter: load_plugin_textdomain parameter 21
Category
I18n
Occurrences
1
Severity
error

Sample message

The parameter "FALSE" at position #2 of load_plugin_textdomain() has been deprecated since WordPress version 2.7.0. Use "" instead.

External Connections

Potential connections found in static code analysis.

9 domains

Outbound calls

20

External assets

0

Incoming endpoints

10

Notable Domains

crmperks.com7 · outbound
accounts.zoho2 · outbound
accounts.zoho.com2 · outbound
gravityforms.com2 · outbound
crm.zoho1 · outbound
zoho.com1 · outbound

Platform / Reference Domains

wordpress.org3 · platform/reference
github.com1 · platform/reference
w3.org1 · platform/reference

External Asset Domains

No external asset domains detected.

Incoming Endpoints

No public endpoints detected.

Admin AJAX endpoints10
wp_ajax_get_field_map_authenticated

wp_ajax

wp_ajax_get_field_map_object_authenticated

wp_ajax

wp_ajax_get_objects_authenticated

wp_ajax

wp_ajax_log_detail_authenticated

wp_ajax

wp_ajax_object_area_authenticated

wp_ajax

wp_ajax_object_picklist_authenticated

wp_ajax

wp_ajax_refresh_data_authenticated

wp_ajax

wp_ajax_update_feed_authenticated

wp_ajax

wp_ajax_update_feed_sort_authenticated

wp_ajax

wp_ajax_vxg_zoho_review_dismissauthenticated

wp_ajax

Score History

First score snapshot

v1.3.1

32

Latest

Findings
924
Errors
750
Warnings
174
Check
2.0.0

Relationship Map

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

35 nodes

Related Plugins