]> sipb.mit.edu Git - ikiwiki.git/blob - doc/bugs/Insecure_dependency_in_utime.mdwn
minor change
[ikiwiki.git] / doc / bugs / Insecure_dependency_in_utime.mdwn
1 ikiwiki.setup: Insecure dependency in utime while running with -T switch at /usr/pkg/lib/perl5/vendor_perl/5.8.0/IkiWiki/Plugin/recentchanges.pm line 158.
2 BEGIN failed--compilation aborted at (eval 5) line 164.
3
4 This was in ikiwiki\_2.32.3.
5
6 I worked-around this by doing:
7
8         utime IkiWiki::possibly_foolish_untaint($change->{when}), IkiWiki::possibly_foolish_untaint($change->{when}), "$config{srcdir}/$file
9
10 > Don't build ikiwiki with taint checking. It's known to be broken in
11 > apparently all versions of perl, apparently leaking taint flags at random.
12 > See [[Insecure_dependency_in_mkdir]] --[[Joey]]
13
14 [[!tag done]]