All Questions
1 question
-1
votes
1
answer
85
views
What threat model does disable_functions assume in PHP? [closed]
disable_functions allows to disable certain functions in PHP that are deemed "dangerous". However, I’m finding it difficult to grasp what kind of threat model such a feature assumes.
If you ...