View raw JSON
{
"slug": "betterdocs",
"finding_count": 8,
"findings": [
{
"pattern": "base64_decode",
"kind": "builtin",
"file": "includes/Dependencies/SuperClosure/Serializer.php",
"line": 93,
"snippet": "$signature = base64_decode(substr($serialized, 1, 44));",
"confidence": "medium"
},
{
"pattern": "eval_call",
"kind": "builtin",
"file": "includes/Dependencies/SuperClosure/SerializableClosure.php",
"line": 207,
"snippet": "@eval(\"\\${$__recursive_reference} = {$__data['code']};\");",
"confidence": "medium"
},
{
"pattern": "eval_call",
"kind": "builtin",
"file": "includes/Dependencies/SuperClosure/SerializableClosure.php",
"line": 210,
"snippet": "@eval(\"\\$__closure = {$__data['code']};\");",
"confidence": "medium"
},
{
"pattern": "eval_call",
"kind": "builtin",
"file": "includes/Dependencies/PhpParser/PrettyPrinter/Standard.php",
"line": 481,
"snippet": "return 'eval(' . $this->p($node->expr) . ')';",
"confidence": "medium"
},
{
"pattern": "backtick_exec",
"kind": "builtin",
"file": "includes/Core/WriteWithAI.php",
"line": 339,
"snippet": "const isPostContent = `<?php echo isset( $_GET[ 'post' ] ) ? esc_html( get_the_content( $_GET[ 'post' ] ) ) : ''; // phpcs:ignore ?>`;",
"confidence": "medium"
},
{
"pattern": "backtick_exec",
"kind": "builtin",
"file": "includes/Core/WriteWithAI.php",
"line": 413,
"snippet": "let title = `<?php echo isset( $_GET[ 'post' ] ) ? esc_html( get_the_title( $_GET[ 'post' ] ) ) : ''; // phpcs:ignore ?>`;",
"confidence": "medium"
},
{
"pattern": "backtick_exec",
"kind": "builtin",
"file": "includes/Core/WriteWithAI.php",
"line": 418,
"snippet": "const promtTitle = `<?php echo isset( $_GET[ 'post' ] ) ? esc_html( get_the_title( $_GET[ 'post' ] ) ) : '{Documentation Title}'; // phpcs:ignore ?>`;",
"confidence": "medium"
},
{
"pattern": "backtick_exec",
"kind": "builtin",
"file": "includes/Core/WriteWithAI.php",
"line": 444,
"snippet": "const isPostContent = `<?php echo isset( $_GET[ 'post' ] ) ? esc_html( get_the_content( $_GET[ 'post' ] ) ) : ''; // phpcs:ignore ?>`;",
"confidence": "medium"
}
],
"resolved_sha": "b0613aedc2a6e88ca536b899b73d150f88af4811"
}