View raw JSON
{
"slug": "form-maker",
"previous_version": "1.15.42",
"current_version": "1.15.43",
"new_findings": [
{
"pattern": "remote_enqueue",
"kind": "builtin",
"file": "form-maker.php",
"line": 1161,
"snippet": "wp_register_script($this->handle_prefix . '-g-recaptcha', 'https://www.google.com/recaptcha/api.js?hl='.$lng.'&onload=fmRecaptchaInit&render=explicit');",
"confidence": "medium",
"details": {
"url": "https://www.google.com/recaptcha/api.js?hl=",
"url_host": "www.google.com"
}
},
{
"pattern": "remote_enqueue",
"kind": "builtin",
"file": "form-maker.php",
"line": 1163,
"snippet": "wp_register_script($this->handle_prefix . '-g-recaptcha-v3', 'https://www.google.com/recaptcha/api.js?hl='.$lng.'&onload=fmRecaptchaInit&render=' . $fm_settings['public_key']);",
"confidence": "medium",
"details": {
"url": "https://www.google.com/recaptcha/api.js?hl=",
"url_host": "www.google.com"
}
}
],
"new_finding_count": 2,
"serial_offender_note": "Severity bumped high\u2192critical: author 10web has 6 prior security-issue closures on wp.org."
}