summaryrefslogtreecommitdiff
path: root/doc/todo/fileupload.mdwn
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-04-04 02:02:47 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-04-04 02:02:47 +0000
commit26935489d697f27ed8f26d35422268387880ab04 (patch)
tree4ef0b41716c51cec547049a1f3323fe9b76ff2cc /doc/todo/fileupload.mdwn
parentcf827b51073e07dc9a4cccb7c31b42183182f465 (diff)
virus scanner integration
Diffstat (limited to 'doc/todo/fileupload.mdwn')
-rw-r--r--doc/todo/fileupload.mdwn1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/todo/fileupload.mdwn b/doc/todo/fileupload.mdwn
index 114109398..4623e4a5a 100644
--- a/doc/todo/fileupload.mdwn
+++ b/doc/todo/fileupload.mdwn
@@ -20,6 +20,7 @@ the work is in securing it. Several classes of controls seem appropriate:
browsers are probably too smart for their own good and may ignore the
extension / mime info and process as the actual detected file type. It
may be necessary to use `file` to determine a file's true type.
+* Optional ability to test a file using a virus scanner like clamav.
* Limits to who can upload what type of files.
* Limits to what files can be uploaded where.