summaryrefslogtreecommitdiff
path: root/doc/todo/fileupload.mdwn
diff options
context:
space:
mode:
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.