You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, in Line 661$name is checked against a hardcoded set of function names instead of using the security policy, completely ignoring the given security policy whitelist and causing errors.
The text was updated successfully, but these errors were encountered:
Smarty_Internal_TemplateCompilerBase::compilePHPFunctionCall() checks whether the given function
$name
is a trusted function via$this->smarty->security_policy->isTrustedPhpFunction($name, $this)
.However, in Line 661
$name
is checked against a hardcoded set of function names instead of using the security policy, completely ignoring the given security policy whitelist and causing errors.The text was updated successfully, but these errors were encountered: