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
{{ message }}
This repository has been archived by the owner on Mar 8, 2021. It is now read-only.
This function may seem complicated, but actually doing is simple.
Do not allow execution of dangerous PHP functions.
It is a whitelist method. By default, only 3, "date()", "strtotime()" and "strftime()" are allowed.
The existence of this function itself is intended to remind the new developers of the danger of eval.
Even if it is not vulnerable to itself, it can be abused by other vulnerable snippets.