Per http://drupal.org/node/750148 it would be useful to add a check for the user of the /e flag in preg_replace() since this can readily lead to arbitrary code execution vulnerabilities and should be flagged as insecure.
The solution is to use preg_replace_callback() instead.
Comments
Comment #1
john morahan commentedHere's the rule I've been using (sorry I thought I had posted this already)...
Comment #2
stella commentedCommitted to 6.x-2.x and 7.x branches, along with tests.