From: joey Date: Mon, 16 Jul 2007 21:10:01 +0000 (+0000) Subject: web commit by PatrickWinnertz: suggest X-Git-Tag: 2.5~94 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/2e42c6906b4c332b4228d91f07abedb4c05fc7c5 web commit by PatrickWinnertz: suggest --- diff --git a/doc/todo/latex.mdwn b/doc/todo/latex.mdwn index 2b6833ee7..7b3bbc31c 100644 --- a/doc/todo/latex.mdwn +++ b/doc/todo/latex.mdwn @@ -130,6 +130,17 @@ Fixed. I now use eval { create_tmp } and then: if ($?) { $returncode = 0 } else Fixed. I'll removed these two lines completly. +----- +Okay here an short timetable how I want to proceed further: + +* Until weekend (21-22. July) I'll try to fix all errors above. +* From 22.July until 29. July I'll try to set up a first security check + My plans are two parts of a security check: + * One with an array of blacklisted regular expression. (This would blacklist all the well known and easy to fetch things like \include {/path/to/something} and things like closing the math formula environment ($$). + * the second step will be based on Tom::latex, which will help to parse and get a tree view of the code. + +Okay what do you think of this procedure? + > --[[Joey]] >> -- [[PatrickWinnertz]]