View raw JSON
{
"slug": "social-contact-form",
"previous_version": "2.15.4",
"current_version": "2.15.5",
"new_findings": [
{
"pattern": "remote_enqueue",
"kind": "builtin",
"file": "includes/public/class-assets.php",
"line": 65,
"snippet": "wp_enqueue_script( 'formychat-recaptcha', 'https://www.google.com/recaptcha/api.js?render=' . esc_attr( $recaptcha_site_key ), [], null, true );",
"confidence": "medium",
"details": {
"url": "https://www.google.com/recaptcha/api.js?render=",
"url_host": "www.google.com"
}
},
{
"pattern": "remote_enqueue",
"kind": "builtin",
"file": "includes/public/class-assets.php",
"line": 67,
"snippet": "wp_enqueue_script( 'formychat-recaptcha', 'https://www.google.com/recaptcha/api.js?onload=formychatRecaptchaOnload&render=explicit', [], null, true );",
"confidence": "medium",
"details": {
"url": "https://www.google.com/recaptcha/api.js?onload=formychatRecaptchaOnload&render=explicit",
"url_host": "www.google.com"
}
}
],
"new_finding_count": 2
}