summaryrefslogtreecommitdiff
path: root/doc/todo/latex.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/todo/latex.mdwn')
-rw-r--r--doc/todo/latex.mdwn11
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]]