Skip to content

Commit

Permalink
Item597: Untaint dependencies, add some security check, and disable C…
Browse files Browse the repository at this point in the history
…PAN installation from configure as it is dangerous, silly, won't work 99.9% of the time (not configured for the web server user), etc...

git-svn-id: http://svn.foswiki.org/trunk@1683 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
OlivierRaginel authored and OlivierRaginel committed Jan 1, 2009
1 parent 20d14a7 commit c751b2e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/tools/extender.pl
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ package Foswiki::Extender;

BEGIN {
$installationRoot = Cwd::getcwd();

# getcwd is often a simple `pwd` thus it's tainted, untaint it
$installationRoot =~ /^(.*)$/;
$installationRoot = $1;
Expand Down

0 comments on commit c751b2e

Please sign in to comment.