diff options
author | Joey Hess <joey@kitenet.net> | 2008-02-08 09:03:51 -0500 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2008-02-08 09:03:51 -0500 |
commit | 35547272c66880db73ac2791ac6ce8d58752ebad (patch) | |
tree | 3a6c10a1adecef7a87074b6a57c49409cec190dd /doc/bugs | |
parent | d78e213371d800c5fe6a0aca83adda132cefd047 (diff) |
web commit by lnussel
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/img_plugin_causes_taint_failure.mdwn | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/bugs/img_plugin_causes_taint_failure.mdwn b/doc/bugs/img_plugin_causes_taint_failure.mdwn new file mode 100644 index 000000000..094c07f37 --- /dev/null +++ b/doc/bugs/img_plugin_causes_taint_failure.mdwn @@ -0,0 +1,10 @@ +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 |