View raw JSON
{
"slug": "stripe-payments",
"previous_version": "2.0.98",
"current_version": "2.0.98",
"new_findings": [
{
"pattern": "remote_enqueue",
"kind": "builtin",
"file": "includes/shortcodes/class-shortcode-asp.php",
"line": 103,
"snippet": "wp_register_script( 'stripe-script', 'https://checkout.stripe.com/checkout.js', array(), null, true );",
"confidence": "medium",
"details": {
"url": "https://checkout.stripe.com/checkout.js",
"url_host": "checkout.stripe.com"
}
},
{
"pattern": "remote_enqueue",
"kind": "builtin",
"file": "includes/shortcodes/class-asp-shortcode-ng.php",
"line": 46,
"snippet": "wp_register_style( 'asp-stripe-button-css', 'https://checkout.stripe.com/v3/checkout/button.css' );",
"confidence": "medium",
"details": {
"url": "https://checkout.stripe.com/v3/checkout/button.css",
"url_host": "checkout.stripe.com"
}
},
{
"pattern": "remote_enqueue",
"kind": "builtin",
"file": "includes/recaptcha/asp-recaptcha-main.php",
"line": 336,
"snippet": "wp_register_script( 'asp-recaptcha-recaptcha', 'https://www.google.com/recaptcha/api.js?render=explicit', array(), null, true );",
"confidence": "medium",
"details": {
"url": "https://www.google.com/recaptcha/api.js?render=explicit",
"url_host": "www.google.com"
}
},
{
"pattern": "remote_enqueue",
"kind": "builtin",
"file": "includes/eprecaptcha/asp-eprecaptcha-main.php",
"line": 331,
"snippet": "wp_register_script( 'asp-eprecaptcha-eprecaptcha', 'https://www.google.com/recaptcha/enterprise.js?render=explicit', array(), null, true );",
"confidence": "medium",
"details": {
"url": "https://www.google.com/recaptcha/enterprise.js?render=explicit",
"url_host": "www.google.com"
}
}
],
"new_finding_count": 4
}