diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/filetest.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/filetest.pm b/lib/filetest.pm index fe1777e443..65fc1704f0 100644 --- a/lib/filetest.pm +++ b/lib/filetest.pm @@ -32,7 +32,7 @@ There may be a slight performance decrease in the filetests when C<use filetest> is in effect, because in some systems the extended functionality needs to be emulated. -B<NOTE>: using the file tests for security purposes is a lost case +B<NOTE>: using the file tests for security purposes is a lost cause from the start: there is a window open for race conditions (who is to say that the permissions will not change between the test and the real operation?). Therefore if you are serious about security, just try |