View raw JSON
{
"slug": "wp-ultimate-review",
"previous_version": "2.3.9",
"current_version": "2.3.9",
"new_findings": [
{
"pattern": "remote_enqueue",
"kind": "builtin",
"file": "app/content.php",
"line": 505,
"snippet": "wp_register_script('wur_captchav2_script', 'https://www.google.com/recaptcha/api.js', [], WUR_REVIEW_VERSION, true);",
"confidence": "medium",
"details": {
"url": "https://www.google.com/recaptcha/api.js",
"url_host": "www.google.com"
}
},
{
"pattern": "remote_enqueue",
"kind": "builtin",
"file": "app/content.php",
"line": 508,
"snippet": "wp_register_script('wur_captchav3_script', 'https://www.google.com/recaptcha/api.js?render=' . $wur_settings->get_captcha_site_key(), [], WUR_REVIEW_VERSION, false);",
"confidence": "medium",
"details": {
"url": "https://www.google.com/recaptcha/api.js?render=",
"url_host": "www.google.com"
}
}
],
"new_finding_count": 2
}