phpsa
phpsa copied to clipboard
[Analyzer] Not used dangerous functions
We have a list of possibly dangerous functions (like exec, eval, system, ...) and keep track which functions are used in the project. At the end we array_diff both lists and get a list of possibly dangerous functions that are not used in the project. We then recommend to disable those functions in php.ini