From: joey Date: Wed, 4 Apr 2007 02:02:47 +0000 (+0000) Subject: virus scanner integration X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/26935489d697f27ed8f26d35422268387880ab04?hp=cf827b51073e07dc9a4cccb7c31b42183182f465 virus scanner integration --- 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.