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
disable_functions/classes is a great thing for sandboxing, but actually it is impossible to remember all the dangerous functions/classes.
Maybe you can also introduce whitelisting?
So all the features are disabled, and there is an enable_functions/class directive, maybe also with some predefined set of whitelists for stuff like "echo" and other basic non-dangerous functions?
The text was updated successfully, but these errors were encountered:
disable_functions/classes is a great thing for sandboxing, but actually it is impossible to remember all the dangerous functions/classes.
Maybe you can also introduce whitelisting?
So all the features are disabled, and there is an enable_functions/class directive, maybe also with some predefined set of whitelists for stuff like "echo" and other basic non-dangerous functions?
The text was updated successfully, but these errors were encountered: