View raw JSON
{
"slug": "printcart-integration",
"previous_version": "2.4.8",
"current_version": "2.5.2",
"new_findings": [
{
"pattern": "base64_decode",
"kind": "builtin",
"file": "includes/options/frontend-options.php",
"line": 1602,
"snippet": "$_options['fields'] = base64_decode( $_options['fields'] );",
"confidence": "medium"
},
{
"pattern": "base64_decode",
"kind": "builtin",
"file": "includes/gallery_image_exists.php",
"line": 28,
"snippet": "$raw_path = isset( $_GET['path'] ) ? urldecode( base64_decode( $_GET['path'] ) ) : '';",
"confidence": "medium"
}
],
"new_finding_count": 2
}