View raw JSON
{
"slug": "sureforms",
"finding_count": 7,
"findings": [
{
"pattern": "remote_enqueue",
"kind": "builtin",
"file": "inc/fields/inlinebutton-markup.php",
"line": 195,
"snippet": "wp_enqueue_script( 'srfm-google-recaptchaV3', 'https://www.google.com/recaptcha/api.js?render=' . $this->google_captcha_site_key, [], null, true ); // phpcs:ignore WordPress.WP.EnqueuedResource",
"confidence": "medium",
"details": {
"url": "https://www.google.com/recaptcha/api.js?render=",
"url_host": "www.google.com"
}
},
{
"pattern": "remote_enqueue",
"kind": "builtin",
"file": "inc/fields/inlinebutton-markup.php",
"line": 199,
"snippet": "wp_enqueue_script( 'google-recaptcha', 'https://www.google.com/recaptcha/api.js', [], SRFM_VER, true );",
"confidence": "medium",
"details": {
"url": "https://www.google.com/recaptcha/api.js",
"url_host": "www.google.com"
}
},
{
"pattern": "remote_enqueue",
"kind": "builtin",
"file": "inc/fields/inlinebutton-markup.php",
"line": 203,
"snippet": "wp_enqueue_script( 'google-recaptcha-invisible', 'https://www.google.com/recaptcha/api.js?onload=recaptchaCallback&render=explicit', [ SRFM_SLUG . '-form-submit' ], SRFM_VER, true );",
"confidence": "medium",
"details": {
"url": "https://www.google.com/recaptcha/api.js?onload=recaptchaCallback&render=explicit",
"url_host": "www.google.com"
}
},
{
"pattern": "remote_enqueue",
"kind": "builtin",
"file": "inc/fields/inlinebutton-markup.php",
"line": 227,
"snippet": "wp_enqueue_script( 'hcaptcha', 'https://js.hcaptcha.com/1/api.js', [], null, [ 'strategy' => 'defer' ] ); // phpcs:ignore WordPress.WP.EnqueuedResourceParameters.MissingVersion",
"confidence": "medium",
"details": {
"url": "https://js.hcaptcha.com/1/api.js",
"url_host": "js.hcaptcha.com"
}
},
{
"pattern": "remote_enqueue",
"kind": "builtin",
"file": "inc/generate-form-markup.php",
"line": 697,
"snippet": "wp_enqueue_script( 'hcaptcha', 'https://js.hcaptcha.com/1/api.js', [], null, [ 'strategy' => 'defer' ] ); // phpcs:ignore WordPress.WP.EnqueuedResourceParameters.MissingVersion",
"confidence": "medium",
"details": {
"url": "https://js.hcaptcha.com/1/api.js",
"url_host": "js.hcaptcha.com"
}
},
{
"pattern": "remote_enqueue",
"kind": "builtin",
"file": "inc/generate-form-markup.php",
"line": 724,
"snippet": "wp_enqueue_script( 'google-recaptcha', 'https://www.google.com/recaptcha/api.js', [], SRFM_VER, true );",
"confidence": "medium",
"details": {
"url": "https://www.google.com/recaptcha/api.js",
"url_host": "www.google.com"
}
},
{
"pattern": "remote_enqueue",
"kind": "builtin",
"file": "inc/generate-form-markup.php",
"line": 731,
"snippet": "wp_enqueue_script( 'google-recaptcha-invisible', 'https://www.google.com/recaptcha/api.js?onload=recaptchaCallback&render=explicit', [ SRFM_SLUG . '-form-submit' ], SRFM_VER, true );",
"confidence": "medium",
"details": {
"url": "https://www.google.com/recaptcha/api.js?onload=recaptchaCallback&render=explicit",
"url_host": "www.google.com"
}
}
],
"resolved_sha": "ec4326bedbbd9bcb55587f305519346678432ee1"
}