diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-04 02:02:47 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-04 02:02:47 +0000 |
commit | 26935489d697f27ed8f26d35422268387880ab04 (patch) | |
tree | 4ef0b41716c51cec547049a1f3323fe9b76ff2cc /doc | |
parent | cf827b51073e07dc9a4cccb7c31b42183182f465 (diff) |
virus scanner integration
Diffstat (limited to 'doc')
-rw-r--r-- | doc/todo/fileupload.mdwn | 1 |
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. |