Integrate with Gravity Forms to create a Pod item from a form submission.
Prioritized issue groups from the latest Plugin Check scan
Security
58
7 issue groups
Maintainability
21
5 issue groups
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a non-sanitized input variable: $_GET[$gf_field->inputName]
Sample message
$_GET[$gf_field->inputName] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Processing form data without nonce verification.
Sample message
Use of a direct database call is discouraged.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'gform_confirmation_anchor_' . $form['id']".
Sample message
Detected usage of a possibly undefined superglobal array index: $_SERVER['HTTP_HOST']. Check that the array index exists before using it.
Sample message
Unescaped parameter $blacklist_where used in $wpdb->get_col()\n$blacklist_where assigned unsafely at line 602.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable {$gf_meta_table} at "SELECT meta_key, meta_value FROM {$gf_meta_table} WHERE {$lead_id_column_name} = %d"
Sample message
var_dump() found. Debug code should not normally be used in production.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$_gform_lead_meta".
Potential connections found in static code analysis.
Outbound calls
17
External assets
0
Incoming endpoints
2
No external asset domains detected.
wp_ajax
wp_ajax
First score snapshot
v1.6.0
43
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 43 | 79 | 0 | 79 | v1.6.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.