aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2018-02-28 10:09:46 +0000
committerSimon McVittie <smcv@debian.org>2018-02-28 10:09:54 +0000
commit8cc7a0902a52c5cfba0bcfcef3052d29dcc0b975 (patch)
tree02e2bc94dd1682b3662a99485a02af14e87e8724
parentfa7e766168d10420def58c7984d06462b8a69d03 (diff)
downloadikiwiki-8cc7a0902a52c5cfba0bcfcef3052d29dcc0b975.tar
ikiwiki-8cc7a0902a52c5cfba0bcfcef3052d29dcc0b975.tar.gz
Close bug
Signed-off-by: Simon McVittie <smcv@debian.org>
-rw-r--r--doc/bugs/imagemagick_6.9.8_test_suite_failure.mdwn7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/bugs/imagemagick_6.9.8_test_suite_failure.mdwn b/doc/bugs/imagemagick_6.9.8_test_suite_failure.mdwn
index c21b9668d..d6af77111 100644
--- a/doc/bugs/imagemagick_6.9.8_test_suite_failure.mdwn
+++ b/doc/bugs/imagemagick_6.9.8_test_suite_failure.mdwn
@@ -63,4 +63,9 @@ Is this is a known problem and is there maybe a fix for this issue?
>>
>> So it seems, that an empty coder prefix is not accepted anymore. To me it seems that [this commit](https://github.com/ImageMagick/ImageMagick/commit/4bc9b6b) changed the behavior. Unfortunately, the commit message doens't tell us about the reasons behind. The commit is included from version 6.9.8-3 on.
-
+>>> This should now be [[fixed|done]] in git and in the next release.
+>>> The test failure does not indicate a loss of functionality, unless
+>>> you are using uncommon image formats enabled with
+>>> `img_allowed_formats: [everything]`, which is a potential security
+>>> vulnerability because it exposes the attack surface of all
+>>> ImageMagick decoder modules. --[[smcv]]