X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/ad1639f455e29a14370c2292537675f09f76244e..a0febfe838afe8a86d5f1eb180f65a159c44ed81:/doc/bugs/Insecure_dependency_in_utime.mdwn diff --git a/doc/bugs/Insecure_dependency_in_utime.mdwn b/doc/bugs/Insecure_dependency_in_utime.mdwn index f10905849..330479d22 100644 --- a/doc/bugs/Insecure_dependency_in_utime.mdwn +++ b/doc/bugs/Insecure_dependency_in_utime.mdwn @@ -6,3 +6,9 @@ This was in ikiwiki\_2.32.3. I worked-around this by doing: utime IkiWiki::possibly_foolish_untaint($change->{when}), IkiWiki::possibly_foolish_untaint($change->{when}), "$config{srcdir}/$file + +> Don't build ikiwiki with taint checking. It's known to be broken in +> apparently all versions of perl, apparently leaking taint flags at random. +> See [[Insecure_dependency_in_mkdir]] --[[Joey]] + +[[!tag done]]