]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/forum/ikwiki_with_AsciiDoc:_page_cannot_be_rendered/comment_2_750f5682996d5186e48347f5b1723b17._comment
comment
[git.ikiwiki.info.git] / doc / forum / ikwiki_with_AsciiDoc:_page_cannot_be_rendered / comment_2_750f5682996d5186e48347f5b1723b17._comment
1 [[!comment format=mdwn
2  username="smcv"
3  avatar="http://cdn.libravatar.org/avatar/0ee943fe632ff995f6f0f25b7167d03b"
4  subject="comment 2"
5  date="2017-05-14T12:01:08Z"
6  content="""
7 The AsciiDoc plugin is not part of ikiwiki, and none of the ikiwiki maintainers
8 develop or use it. You might get better results by contacting its authors,
9 or by reading its source code or the source code of the third-party libraries
10 or tools that it uses.
12 [Searching for the error
13 message](https://codesearch.debian.net/search?q=ifeval+invalid+safe+document)
14 is probably a good starting point for understanding what is happening here.
16 I suspect that what is happening might be that the plugin puts asciidoc into
17 some sort of \"safe mode\" so that wiki editors cannot cause arbitrary code
18 execution, but you are making use of asciidoc features that can execute
19 arbitrary code, which the asciidoc implementation forbids.
21 In general, ikiwiki plugins are expected to arrange for filtering or
22 configuration to be carried out so that the ability to edit the wiki does
23 not give an attacker the ability to execute arbitrary code on the server.
24 """]]