projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8bf1b29
)
response
author
Joey Hess
<joey@gnu.kitenet.net>
Mon, 18 May 2009 18:52:51 +0000
(14:52 -0400)
committer
Joey Hess
<joey@gnu.kitenet.net>
Mon, 18 May 2009 18:52:51 +0000
(14:52 -0400)
doc/bugs/Insecure_dependency_in_mkdir.mdwn
patch
|
blob
|
history
diff --git
a/doc/bugs/Insecure_dependency_in_mkdir.mdwn
b/doc/bugs/Insecure_dependency_in_mkdir.mdwn
index bb8a291d31c4c0f2b97addad4e31b30eeaf44de1..72e50301966ddc7ac7baaf964d25c353cbe88dff 100644
(file)
--- 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]]