diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-07-16 21:10:01 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-07-16 21:10:01 +0000 |
commit | 2e42c6906b4c332b4228d91f07abedb4c05fc7c5 (patch) | |
tree | 4d0c04afd856bf72d855f28450636e3f92bb1aba | |
parent | c92ab9cdddddb5eab9579bcdb79e913ce942a135 (diff) |
web commit by PatrickWinnertz: suggest
-rw-r--r-- | doc/todo/latex.mdwn | 11 |
1 files changed, 11 insertions, 0 deletions
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]] |