phpsa icon indicating copy to clipboard operation
phpsa copied to clipboard

[Analyzer] Not used dangerous functions

Open ddmler opened this issue 9 years ago • 0 comments

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

ddmler avatar May 30 '16 17:05 ddmler