diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-05-18 14:52:51 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-05-18 14:52:51 -0400 |
commit | 59d0c28e8fa2dd9998ee212be36875510fa04f9f (patch) | |
tree | 86746ab595b8575442939db6ce2269d0daf1d8e4 /doc/bugs | |
parent | 8bf1b29314fa8f1d43ad87328800dff8d1f3f94b (diff) |
response
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/Insecure_dependency_in_mkdir.mdwn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/bugs/Insecure_dependency_in_mkdir.mdwn b/doc/bugs/Insecure_dependency_in_mkdir.mdwn index bb8a291d3..72e503019 100644 --- a/doc/bugs/Insecure_dependency_in_mkdir.mdwn +++ b/doc/bugs/Insecure_dependency_in_mkdir.mdwn @@ -87,3 +87,8 @@ I can't see any related entries. Any ideas? >>>> Only thing different in my version in IkiWiki.pm is that I moved a </a> over >>>> a word (for createlink), and disabled the lowercasing of created pages. Running >>>> Lenny's Perl. --[[simonraven]] + +>>>> Simon, I'm not clear what version of ikiwiki you're using. +>>>> Since version 2.40, taint checking has been disabled by +>>>> default due to the underlying perl bug. Unless you +>>>> build ikiwiki with NOTAINT=0. --[[Joey]] |