Skip to content

Commit

Permalink
Item8538: Set the untaint option for File::Find
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@7529 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
GeorgeClark authored and GeorgeClark committed May 24, 2010
1 parent 0d19de1 commit 55668c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion UnitTestContrib/lib/Unit/TestRunner.pm
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ sub start {
&& ( print("\tFound $1\n") )
&& push( @found, $1 . $testToFind );
},
follow => 1
follow => 1,
untaint => 1
},
'.'
);
Expand Down

0 comments on commit 55668c3

Please sign in to comment.