From 35547272c66880db73ac2791ac6ce8d58752ebad Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 8 Feb 2008 09:03:51 -0500 Subject: web commit by lnussel --- doc/bugs/img_plugin_causes_taint_failure.mdwn | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/bugs/img_plugin_causes_taint_failure.mdwn (limited to 'doc/bugs') 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 -- cgit v1.2.3 From 825847af95f42176f2e3803cf1ba64876b9d6279 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 8 Feb 2008 13:52:31 -0500 Subject: reply --- doc/bugs/img_plugin_causes_taint_failure.mdwn | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/bugs') diff --git a/doc/bugs/img_plugin_causes_taint_failure.mdwn b/doc/bugs/img_plugin_causes_taint_failure.mdwn index 094c07f37..f8def19a0 100644 --- a/doc/bugs/img_plugin_causes_taint_failure.mdwn +++ b/doc/bugs/img_plugin_causes_taint_failure.mdwn @@ -8,3 +8,8 @@ The img plugin causes a taint failure if one tries to link a scaled image, e.g. 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 + +> 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]] -- cgit v1.2.3