View raw JSON
{
"slug": "customer-reviews-woocommerce",
"previous_version": "5.107.0",
"current_version": "5.107.0",
"new_findings": [
{
"pattern": "remote_enqueue",
"kind": "builtin",
"file": "includes/qna/class-cr-qna.php",
"line": 334,
"snippet": "wp_register_script( 'cr-recaptcha', 'https://www.google.com/recaptcha/api.js?hl=' . $lang . '&render=' . $site_key , array(), null, true );",
"confidence": "medium",
"details": {
"url": "https://www.google.com/recaptcha/api.js?hl=",
"url_host": "www.google.com"
}
},
{
"pattern": "remote_enqueue",
"kind": "builtin",
"file": "includes/reviews/class-cr-reviews.php",
"line": 431,
"snippet": "wp_register_script( 'cr-recaptcha', 'https://www.google.com/recaptcha/api.js?hl=' . $this->lang, array(), null, true );",
"confidence": "medium",
"details": {
"url": "https://www.google.com/recaptcha/api.js?hl=",
"url_host": "www.google.com"
}
},
{
"pattern": "remote_enqueue",
"kind": "builtin",
"file": "includes/reviews/class-cr-reviews.php",
"line": 435,
"snippet": "wp_register_script( 'cr-recaptcha', 'https://www.google.com/recaptcha/api.js?hl=' . $this->lang, array(), null, true );",
"confidence": "medium",
"details": {
"url": "https://www.google.com/recaptcha/api.js?hl=",
"url_host": "www.google.com"
}
}
],
"new_finding_count": 3
}