View raw JSON
{
"slug": "pirate-forms",
"finding_count": 2,
"findings": [
{
"pattern": "remote_enqueue",
"kind": "builtin",
"file": "public/class-pirateforms-public.php",
"line": 137,
"snippet": "wp_register_script( 'google-recaptcha', 'https://www.google.com/recaptcha/api.js?hl=' . $pirate_forms_contactus_language, [ 'jquery' ], $this->version, true );",
"confidence": "medium",
"details": {
"url": "https://www.google.com/recaptcha/api.js?hl=",
"url_host": "www.google.com"
}
},
{
"pattern": "remote_enqueue",
"kind": "builtin",
"file": "gutenberg/class-pirateforms-gutenberg.php",
"line": 106,
"snippet": "wp_enqueue_script( 'recaptcha', \"https://www.google.com/recaptcha/api.js?hl=$language\", [], $this->version, true );",
"confidence": "medium",
"details": {
"url": "https://www.google.com/recaptcha/api.js?hl=$language",
"url_host": "www.google.com"
}
}
],
"resolved_sha": "d709db8dd42160bf9b69fa2cef1ffd2624fc3d8c"
}