virus scanner integration

master
joey 2007-04-04 02:02:47 +00:00
parent cf827b5107
commit 26935489d6
1 changed files with 1 additions and 0 deletions

View File

@ -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 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 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. 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 who can upload what type of files.
* Limits to what files can be uploaded where. * Limits to what files can be uploaded where.