View raw JSON
{
"slug": "theme-check",
"finding_count": 2,
"findings": [
{
"pattern": "eval_call",
"kind": "builtin",
"file": "checks/class-bad-things-check.php",
"line": 34,
"snippet": "'/(?<![_|a-z0-9|\\.])eval\\s?\\(/i' => __( 'eval() is not allowed.', 'theme-check' ),",
"confidence": "medium"
},
{
"pattern": "base64_decode",
"kind": "builtin",
"file": "checks/class-bad-things-check.php",
"line": 37,
"snippet": "'/base64_decode/' => __( 'base64_decode() is not allowed', 'theme-check' ),",
"confidence": "medium"
}
],
"resolved_sha": "9e34e8835b18df99112a85e4eaec4a8fa043d640"
}