View raw JSON
{
"slug": "wp-helper-lite",
"previous_version": "4.6.2",
"current_version": "4.7",
"new_findings": [
{
"pattern": "remote_enqueue",
"kind": "builtin",
"file": "functions/wph-captcha.php",
"line": 52,
"snippet": "wp_enqueue_script( 'wph-recaptcha-v2', 'https://www.google.com/recaptcha/api.js', array(), null, true );",
"confidence": "medium",
"details": {
"url": "https://www.google.com/recaptcha/api.js",
"url_host": "www.google.com"
}
},
{
"pattern": "remote_enqueue",
"kind": "builtin",
"file": "functions/wph-captcha.php",
"line": 56,
"snippet": "wp_enqueue_script( 'wph-recaptcha-v3', \"https://www.google.com/recaptcha/api.js?render={$key}\", array(), null, true );",
"confidence": "medium",
"details": {
"url": "https://www.google.com/recaptcha/api.js?render={$key}",
"url_host": "www.google.com"
}
},
{
"pattern": "remote_enqueue",
"kind": "builtin",
"file": "functions/wph-captcha.php",
"line": 84,
"snippet": "wp_enqueue_script( 'wph-hcaptcha', 'https://js.hcaptcha.com/1/api.js', array(), null, true );",
"confidence": "medium",
"details": {
"url": "https://js.hcaptcha.com/1/api.js",
"url_host": "js.hcaptcha.com"
}
},
{
"pattern": "remote_enqueue",
"kind": "builtin",
"file": "trunk/functions/wph-captcha.php",
"line": 52,
"snippet": "wp_enqueue_script( 'wph-recaptcha-v2', 'https://www.google.com/recaptcha/api.js', array(), null, true );",
"confidence": "medium",
"details": {
"url": "https://www.google.com/recaptcha/api.js",
"url_host": "www.google.com"
}
},
{
"pattern": "remote_enqueue",
"kind": "builtin",
"file": "trunk/functions/wph-captcha.php",
"line": 56,
"snippet": "wp_enqueue_script( 'wph-recaptcha-v3', \"https://www.google.com/recaptcha/api.js?render={$key}\", array(), null, true );",
"confidence": "medium",
"details": {
"url": "https://www.google.com/recaptcha/api.js?render={$key}",
"url_host": "www.google.com"
}
},
{
"pattern": "remote_enqueue",
"kind": "builtin",
"file": "trunk/functions/wph-captcha.php",
"line": 84,
"snippet": "wp_enqueue_script( 'wph-hcaptcha', 'https://js.hcaptcha.com/1/api.js', array(), null, true );",
"confidence": "medium",
"details": {
"url": "https://js.hcaptcha.com/1/api.js",
"url_host": "js.hcaptcha.com"
}
}
],
"new_finding_count": 6
}