doctor-command icon indicating copy to clipboard operation
doctor-command copied to clipboard

Check for use of eval() in files

Open danielbachhuber opened this issue 8 years ago • 0 comments

Use of eval() is discouraged because it can lead to arbitrary code execution. We should scan all PHP files in ABSPATH for use of eval().

And, on the note of scanning files, it would be cool to have a pattern of abstraction such that the file scan check is run once for all checks that implement some form of file check.

danielbachhuber avatar May 19 '16 12:05 danielbachhuber