View raw JSON
{
"slug": "disable-xml-rpc-api",
"finding_count": 2,
"findings": [
{
"pattern": "$allowed_IPs",
"kind": "ioc:code_pattern",
"file": "disable-xml-rpc-api.php",
"line": 211,
"snippet": "$allowed_ips = $this->fix_ip('White-list-IPs') . $jp_allowed_ips;",
"confidence": "medium"
},
{
"pattern": "$allowed_IPs",
"kind": "ioc:code_pattern",
"file": "disable-xml-rpc-api.php",
"line": 215,
"snippet": "' . $allowed_ips . '",
"confidence": "medium"
}
],
"resolved_sha": "03053997a9b3446bce874e681175724f7ae17446"
}