Gravity Forms Google Sheets Connector sends Gravity forms entries to Google Sheets.
Prioritized issue groups from the latest Plugin Check scan
I18n
524
4 issue groups
Security
243
11 issue groups
Maintainability
75
9 issue groups
Repo Compliance
1
1 issue group
Sample message
Mismatched text domain. Expected 'wp-gravity-forms-spreadsheets' but got '%dd%'.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"' $sel >"'.
Sample message
Processing form data without nonce verification.
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.
Sample message
Use of a direct database call is discouraged.
Sample message
Use placeholders and $wpdb->prepare(); found $id
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in 'Go to "Clients" tab and create new Client, Select Application Type as "Web application", Enter name(e.g CRM Perks APP) , Enter %s or %s in "Authorized redirect URIs" field then click "Create" button'.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Unescaped parameter $sql used in $wpdb->get_results()\n$sql assigned unsafely at line 106.
Sample message
$_GET['id'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Unescaped parameter $table used in $wpdb->get_results()\n$table assigned unsafely at line 383.
Sample message
Detected usage of a non-sanitized input variable: $_POST['crm']
Sample message
Processing form data without nonce verification.
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"
Sample message
Attempting a database schema change is discouraged.
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.
Sample message
Detected usage of a possibly undefined superglobal array index: $_REQUEST['refresh']. Check that the array index exists before using it.
Sample message
Scripts must be registered/enqueued via wp_enqueue_script()
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
The parameter "FALSE" at position #2 of load_plugin_textdomain() has been deprecated since WordPress version 2.7.0. Use "" instead.
Sample message
Stylesheets must be registered/enqueued via wp_enqueue_style()
Sample message
Linking directly to 5 stars reviews is not allowed.
Sample message
Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license.
Potential connections found in static code analysis.
Outbound calls
28
External assets
0
Incoming endpoints
8
No external asset domains detected.
No public endpoints detected.
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
2 score snapshots
v1.3.0
34
Latest
v1.2.9
33
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 34 | 846 | 691 | 155 | v1.3.0 | 2.0.0 |
| 33 | 847 | 692 | 155 | v1.2.9 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.