View raw JSON
{
"slug": "change-wp-admin-login",
"previous_version": "2.1.1",
"current_version": "2.1.1",
"new_findings": [
{
"pattern": "remote_enqueue",
"kind": "builtin",
"file": "includes/google-recaptcha/class-google-recaptcha.php",
"line": 186,
"snippet": "wp_register_script('aio-login-g-recaptcha', 'https://google.com/recaptcha/api.js', array(), null, true);",
"confidence": "medium",
"details": {
"url": "https://google.com/recaptcha/api.js",
"url_host": "google.com"
}
},
{
"pattern": "remote_enqueue",
"kind": "builtin",
"file": "includes/google-recaptcha/class-google-recaptcha.php",
"line": 191,
"snippet": "wp_register_script('aio-login-g-recaptcha', 'https://google.com/recaptcha/api.js?render=' . $this->site_key, array(), null, true);",
"confidence": "medium",
"details": {
"url": "https://google.com/recaptcha/api.js?render=",
"url_host": "google.com"
}
}
],
"new_finding_count": 2
}