View raw JSON
{
"slug": "comet-cache",
"finding_count": 4,
"findings": [
{
"pattern": "backtick_exec",
"kind": "builtin",
"file": "src/includes/traits/Ac/NcDebugUtils.php",
"line": 130,
"snippet": "$reason = sprintf(__('because `$_GET[\\'%1$sAC\\']` is set to a boolean-ish FALSE value.', 'comet-cache'), mb_strtolower(SHORT_NAME));",
"confidence": "medium"
},
{
"pattern": "backtick_exec",
"kind": "builtin",
"file": "src/includes/traits/Ac/NcDebugUtils.php",
"line": 175,
"snippet": "$reason = __('because `$_GET` contains query string data. The current configuration says NOT to cache GET requests with a query string.', 'comet-cache');",
"confidence": "medium"
},
{
"pattern": "backtick_exec",
"kind": "builtin",
"file": "src/includes/traits/Ac/NcDebugUtils.php",
"line": 179,
"snippet": "$reason = __('because `$_REQUEST` indicates this is simply a preview of something to come.', 'comet-cache');",
"confidence": "medium"
},
{
"pattern": "backtick_exec",
"kind": "builtin",
"file": "src/includes/traits/Ac/NcDebugUtils.php",
"line": 195,
"snippet": "$reason = __('because `$_SERVER[\\'HTTP_REFERER\\']` and/or `$_GET[\\'_wp_http_referer\\']` matches a configured HTTP Referrer Exclusion Pattern on this installation.', 'comet-cache');",
"confidence": "medium"
}
],
"resolved_sha": "e2c51d3d63ae57515c1995692564e8de1285593a"
}