Closed (fixed)
Project:
ClamAV
Version:
7.x-1.0-alpha2
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
16 Oct 2012 at 22:57 UTC
Updated:
3 Jun 2013 at 20:39 UTC
Jump to comment: Most recent file
Comments
Comment #1
sambonner commentedWell, I'm interested in this functionality for a project that uses the IMCE module so I've created a patch to add ClamAV scanning functionality (and in doing so answered my own original questions :P !).
The patch adds an additional checkbox to to the ClamAV admin screen to enable for scanning IMCE upload fields and adds an additional validator to the IMCE file upload form to check uploads for viruses. It scans all files uploaded via the IMCE file browser.
Is this something the maintainers would be interested in adding to the 7.x ClamAV release? Suggestions welcome on possible improvements etc.
Thanks!
Sam
Comment #2
sambonner commentedNoticed a small mistake in that patch, this one is more correct.
Comment #3
sambonner commentedAnother modification, tidied a mistake in calling file_save_upload function.
Comment #4
sambonner commentedBumping this, any chance of it getting added upstream? Happy to work through any issues the maintainer might have with it.
Thanks,
Sam
Comment #5
sambonner commentedBumping this with a new patch, adds more sensible defaults to new admin setting, removes unnecessary function.
Anyone willing to get this RTBC'd ?
Thanks,
Sam
Comment #6
rooby commentedThis will hopefully be taken care of by #1630604: Scan all files.
At least for drupal 7.
Comment #7
sambonner commentedConfirm https://drupal.org/node/1630604 solves this in a more elegant/reusable fashion.