aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/Insecure_dependency_in_mkdir.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2007-12-18 03:29:24 -0500
committerJoey Hess <joey@kitenet.net>2007-12-18 03:29:24 -0500
commita14f3964331e2c7144cf7271e207561c0625eb4c (patch)
treea6a751ac86454081207a4a00477c512fa3530bff /doc/bugs/Insecure_dependency_in_mkdir.mdwn
parent10e26c0370abcc9afa83ff948092ea231d0ca6af (diff)
downloadikiwiki-a14f3964331e2c7144cf7271e207561c0625eb4c.tar
ikiwiki-a14f3964331e2c7144cf7271e207561c0625eb4c.tar.gz
web commit by http://ptecza.myopenid.com/: * Response
Diffstat (limited to 'doc/bugs/Insecure_dependency_in_mkdir.mdwn')
-rw-r--r--doc/bugs/Insecure_dependency_in_mkdir.mdwn21
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/bugs/Insecure_dependency_in_mkdir.mdwn b/doc/bugs/Insecure_dependency_in_mkdir.mdwn
index 68fb2cb57..67b30e687 100644
--- a/doc/bugs/Insecure_dependency_in_mkdir.mdwn
+++ b/doc/bugs/Insecure_dependency_in_mkdir.mdwn
@@ -58,6 +58,27 @@ I can't see any related entries. Any ideas?
>> I need a set of files that you know I can use to reproduce the bug.
>> --[[Joey]]
+>>> OK, I've just sent you the URL where you can find all files you need :)
+>>>
+>>> Probably I know how to reproduce the bug. You have to erase all files from
+>>> `/var/www/blog` before mass rebuilding. This is my `mass-rebuild.sh` script:
+>>>
+>>> #!/bin/bash
+>>>
+>>> rm -rf /var/www/blog/*
+>>> ikiwiki --setup ikiwiki.setup --getctime --verbose
+>>>
+>>> I noticed that the bug was "resolved" when I added to my blog new entry
+>>> and commited the changes. Before I created all directories and touched
+>>> empty `*.html` files in `/var/www/blog` directory. Probably it's not
+>>> necessary, because without a new blog revision the bug still existed
+>>> and `ikiwiki` still failed.
+>>>
+>>> --[[Paweł|ptecza]]
+
>> I'd forgotten about [this perl bug](http://bugs.debian.org/411786).
>> All I can do is work around it by disabling the taint checking. :-(
>> (Which I've [[done]].) --[[Joey]]
+
+>>> Ubuntu Gutsy also has Perl 5.8.8-7, so probably it has the bug too.
+>>> --[[Paweł|ptecza]]