diff options
author | Joey Hess <joey@kitenet.net> | 2008-02-23 20:58:30 -0500 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2008-02-23 20:58:30 -0500 |
commit | 4d368bc747910d407dde913da365798ce2460cf3 (patch) | |
tree | 067d1d13ff91afe6c3ace5364ac6e51ff33a5ecd /doc/bugs | |
parent | e610460d9cb460ccf5314a394531eda789c295ec (diff) |
web commit by JeremyReed: noticed bug running ikiwiki right after upgrading to 2.32.3
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/Insecure_dependency_in_utime.mdwn | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/bugs/Insecure_dependency_in_utime.mdwn b/doc/bugs/Insecure_dependency_in_utime.mdwn new file mode 100644 index 000000000..a721da251 --- /dev/null +++ b/doc/bugs/Insecure_dependency_in_utime.mdwn @@ -0,0 +1,9 @@ +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. +BEGIN failed--compilation aborted at (eval 5) line 164. + +This was in ikiwiki_2.32.3. + +I worked-around this by doing: + + utime IkiWiki::possibly_foolish_untaint($change->{when}), IkiWiki::possi +bly_foolish_untaint($change->{when}), "$config{srcdir}/$file |