From: Joey Hess Date: Mon, 28 Apr 2008 18:15:38 +0000 (-0400) Subject: web commit by JeremyReed: reply about perl version in filename too. X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/f3eda82c08833c9e60a3a8c82acc8c97d2ba771e web commit by JeremyReed: reply about perl version in filename too. --- diff --git a/doc/bugs/taint_and_-T.mdwn b/doc/bugs/taint_and_-T.mdwn index 1822efa7d..bf5551201 100644 --- a/doc/bugs/taint_and_-T.mdwn +++ b/doc/bugs/taint_and_-T.mdwn @@ -24,3 +24,5 @@ line 1. >> I could look for "#!.*perl -T", if that would work. #!.*-T is perhaps >> over-broad. --[[Joey]] + +>>> Yes, being more precise should be fine. Note that some may have bin/perl5 or bin/perl5.8.8 for example, so please consider optional number, like ^(#!/.*/perl[0-9]*.*) -T$ or something like that.