View raw JSON
{
"slug": "recaptcha-woo",
"finding_count": 2,
"findings": [
{
"pattern": "remote_enqueue",
"kind": "builtin",
"file": "admin-options.php",
"line": 48,
"snippet": "wp_register_script( 'recaptcha', 'https://www.google.com/recaptcha/api.js?hl=' . get_locale() );",
"confidence": "medium",
"details": {
"url": "https://www.google.com/recaptcha/api.js?hl=",
"url_host": "www.google.com"
}
},
{
"pattern": "remote_enqueue",
"kind": "builtin",
"file": "recaptcha-woo.php",
"line": 62,
"snippet": "wp_enqueue_script( 'recaptcha', 'https://www.google.com/recaptcha/api.js?hl=' . get_locale(), array(), null, array('strategy' => 'defer'));",
"confidence": "medium",
"details": {
"url": "https://www.google.com/recaptcha/api.js?hl=",
"url_host": "www.google.com"
}
}
],
"resolved_sha": "8f2caed188292be33ea7878204556b86e6157b60"
}