Browse code

Added list of TODOs and FIXMEs

git-svn: trunk@2501

Nigel Horne authored on 2006/11/12 02:18:10
Showing 1 changed files
... ...
@@ -18,8 +18,17 @@
18 18
  *
19 19
  * Save the JavaScript embedded in an HTML file, then run the script, saving
20 20
  * the output in a file that is to be scanned, then remove the script file
21
+ *
22
+ * FIXME:	Includes .c files here, which need to be separated out
23
+ * FIXME:	The js code probably only compiles on GCC.
24
+ * FIXME:	The js code needs re_compile_pattern, re_compile_fastmap,
25
+ *			re_search, which NetBSD, and probably other platforms
26
+ *			don't have
27
+ * TODO:	Test with real malware
28
+ * TODO:	Add mailfollowurls type feature
29
+ * TODO:	Check for vulnerabilities, leaks etc.
21 30
  */
22
-static	char	const	rcsid[] = "$Id: jscript.c,v 1.4 2006/11/10 20:17:16 njh Exp $";
31
+static	char	const	rcsid[] = "$Id: jscript.c,v 1.5 2006/11/11 17:18:10 njh Exp $";
23 32
 
24 33
 #if HAVE_CONFIG_H
25 34
 #include "clamav-config.h"