A product providing ClamAV antivirus integration for AT-based content types
Project description
Introduction
collective.ATClamAV aims at providing antivirus integration to plone sites. It does that by defining a validator that can be used with any content type that uses FileField(s). At the moment the open-source Clam Antivirus is supported. Clam Antivirus is available for all platforms.
Usage
To start, you need to have clamd running on some host accessible by your instances. Install collective.ATClamAV and setup the host & port in the control panel (default is clamd listening on localhost at port 3310). By default Files are going to be checked for viruses when added or updated.
Adding anti-virus protection to non-ATFile based content
In order to add anti-virus protection to your custom content types you only need to add the isVirusFree validator to your FileField(s). For instance:
FileField('file', validators = (('isNonEmptyFile', V_REQUIRED), ('isVirusFree', V_REQUIRED),), widget = FileWidget(label=u'File'), )
Credits
Some code was shamelessly borrowed from pyClamd.
Changelog
1.0b1
Initial release
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Hashes for collective.ATClamAV-1.0b1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 67f8f01866f113be98ab6dc77fbeb2304660aeb1a270f97313a8657abe37e07a |
|
MD5 | 77aff37452c602b69c84877d8ad60ae7 |
|
BLAKE2b-256 | 0925cc8db48c20667b6f3c44f399ecc9500dec25a8a6cb00fd3d1a1e1ede348d |