Quick Security Fix For the Day

Ovid on 2007-09-07T09:27:03

You know, I should really start making a list of quick security fixes for people.

$ ack -al '(?

Or to make it even easier (with typo fix from smylers) :)

$ vim $(ack -al '(?

You could also do that with perl -pi.bak, but I don't care to automate fixing security issues. You want to look at those directly The above, for example, won't recognize POD. Of course, it also won't recognize CGI::Carp->import('fatalsToBrowser').