Submitted by Patrick on Wed, 12/28/2011 - 3:54pm

@Matthew Connerton

Something as simple as
grep -nRH --exclude=*.js 'eval(' *

would do well, with hindsight.

(to search for uses or mentions of the eval() function, in all files except JavaScript)

The content of this field is kept private and will not be shown publicly.

Plain text

  • Lines and paragraphs break automatically.
  • Web page addresses and email addresses turn into links automatically.