View raw JSON
{
"slug": "user-submitted-posts",
"finding_count": 2,
"findings": [
{
"pattern": "remote_enqueue",
"kind": "builtin",
"file": "library/enqueue-scripts.php",
"line": 131,
"snippet": "wp_enqueue_script('usp_recaptcha', 'https://www.google.com/recaptcha/api.js?render='. $recaptcha . $query, array(), null);",
"confidence": "medium",
"details": {
"url": "https://www.google.com/recaptcha/api.js?render=",
"url_host": "www.google.com"
}
},
{
"pattern": "remote_enqueue",
"kind": "builtin",
"file": "library/enqueue-scripts.php",
"line": 137,
"snippet": "wp_enqueue_script('usp_recaptcha', 'https://www.google.com/recaptcha/api.js'. $query, array(), USP_VERSION);",
"confidence": "medium",
"details": {
"url": "https://www.google.com/recaptcha/api.js",
"url_host": "www.google.com"
}
}
],
"resolved_sha": "1fcf385532e1ed8fe7dc374d6de5edb494a9944a"
}