View raw JSON
{
"slug": "gf-entries-in-excel",
"finding_count": 4,
"findings": [
{
"pattern": "base64_decode",
"kind": "builtin",
"file": "build/vendor_prefixed/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/PasswordHasher.php",
"line": 104,
"snippet": "$saltValue = base64_decode($salt);",
"confidence": "medium"
},
{
"pattern": "eval_call",
"kind": "builtin",
"file": "build/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/InterchangeBuilder.php",
"line": 187,
"snippet": "return eval('return array(' . $contents . ');');",
"confidence": "medium"
},
{
"pattern": "base64_decode",
"kind": "builtin",
"file": "build/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/URIScheme/data.php",
"line": 81,
"snippet": "$raw_data = base64_decode($data);",
"confidence": "medium"
},
{
"pattern": "eval_call",
"kind": "builtin",
"file": "build/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/VarParser/Native.php",
"line": 33,
"snippet": "$result = eval(\"\\$var = $expr;\");",
"confidence": "medium"
}
],
"resolved_sha": "d9cbd4254be1a9b26f0d17f0b2dc9ae9f1c06c9e"
}