View raw JSON
{
"slug": "advanced-google-recaptcha",
"finding_count": 2,
"findings": [
{
"pattern": "remote_enqueue",
"kind": "builtin",
"file": "libs/functions.php",
"line": 555,
"snippet": "wp_enqueue_script('wpcaptcha-recaptcha', 'https://www.google.com/recaptcha/api.js', array('jquery'), self::$version, true);",
"confidence": "medium",
"details": {
"url": "https://www.google.com/recaptcha/api.js",
"url_host": "www.google.com"
}
},
{
"pattern": "remote_enqueue",
"kind": "builtin",
"file": "libs/functions.php",
"line": 557,
"snippet": "wp_enqueue_script('wpcaptcha-recaptcha', 'https://www.google.com/recaptcha/api.js?onload=wpcaptcha_captcha&render=' . esc_html($options['captcha_site_key']), array('jquery'), self::$versio",
"confidence": "medium",
"details": {
"url": "https://www.google.com/recaptcha/api.js?onload=wpcaptcha_captcha&render=",
"url_host": "www.google.com"
}
}
],
"resolved_sha": "9182a123b2f86d17b62ca54962b55f70d4d4dbc5"
}