2008-02-08 15:03:51 +01:00
|
|
|
The img plugin causes a taint failure if one tries to link a scaled image, e.g.
|
|
|
|
|
|
|
|
\[[img foo.png size=64x64]]
|
|
|
|
|
|
|
|
.ikiwiki.setup: Insecure dependency in mkdir while running with -T switch at /usr/lib/perl5/vendor_perl/5.8.8/IkiWiki.pm line 360.
|
|
|
|
BEGIN failed--compilation aborted at (eval 5) line 109.
|
|
|
|
|
|
|
|
If one omits the size argument it works. And if it worked once the taint failure will not happen again unless one rm -r's the destdir.
|
|
|
|
|
|
|
|
Seen with ikiwiki 2.30
|
2008-02-08 19:52:31 +01:00
|
|
|
|
|
|
|
> And what version of perl? See [[Insecure_dependency_in_mkdir]] et al.
|
|
|
|
> Also, the debian build of ikiwiki has taint checking disabled to avoid
|
|
|
|
> this perl bug. Did you build your own? Set NOTAINT=1 when building..
|
|
|
|
> --[[Joey]]
|
2008-02-18 09:41:48 +01:00
|
|
|
|
|
|
|
>> perl-5.8.8, I've created a package for openSUSE. Will file perl bug there as well then.
|
2008-02-24 23:02:29 +01:00
|
|
|
|
|
|
|
I've gone ahead and turned off taint checking by default now.
|
|
|
|
[[done]]
|