View raw JSON
{
"slug": "woocommerce-paypal-payments",
"finding_count": 2,
"findings": [
{
"pattern": "remote_enqueue",
"kind": "builtin",
"file": "modules/ppcp-fraud-protection/src/Recaptcha/Recaptcha.php",
"line": 83,
"snippet": "wp_enqueue_script('ppcp-recaptcha', 'https://www.google.com/recaptcha/api.js?render=' . esc_attr($this->integration->get_option('site_key_v3')), array(), $this->asset_version, \\true);",
"confidence": "medium",
"details": {
"url": "https://www.google.com/recaptcha/api.js?render=",
"url_host": "www.google.com"
}
},
{
"pattern": "remote_enqueue",
"kind": "builtin",
"file": "modules/ppcp-settings/src/Service/ScriptDataHandler.php",
"line": 92,
"snippet": "wp_enqueue_script('ppcp-paylater-configurator-lib', 'https://www.paypalobjects.com/merchant-library/merchant-configurator.js', array('wp-i18n'), $script_asset_file['version'], \\true);",
"confidence": "medium",
"details": {
"url": "https://www.paypalobjects.com/merchant-library/merchant-configurator.js",
"url_host": "www.paypalobjects.com"
}
}
],
"resolved_sha": "f3b70bf7cdab0447af3c5a98b7d72ab32aef52d1"
}