Skip to content
Snippets Groups Projects
Select Git revision
  • e74241f1884cdddd4756e07c2d67b895e8b79f0b
  • master default protected
  • sdk-8.0.0_support
  • VirusCheckPluginV2
4 results

viruscheckplugin4rosetta

  • Clone with SSH
  • Clone with HTTPS
  • Andreas Romeyke's avatar
    Andreas Romeyke authored
      This allows the technical analyst in Rosetta to approve the result
      manually and to call auto correction rules, if needed.
    e74241f1
    History
    Plugin for Rosetta to enable real virus checking.
    
    Rosetta is a digital preservation software by ExLibrisGroup, see
    http://www.exlibrisgroup.com/de/ for details.
    
    The plugin uses the free software freshclamd/clamAV, see 
    http://www.clamav.net/lang/en/
    
    The code is partially based on https://code.google.com/p/clamavj/source/browse/trunk/src/main/java/com/philvarner/clamavj/ClamScan.java?r=2
     https://github.com/vrtadmin/clamav-devel/blob/master/clamdscan/client.c and 
     https://github.com/vrtadmin/clamav-devel/blob/master/clamdscan/proto.c
    
     Hint: the plugin uses the VirusCheckPlugin interface version 2 now.
    
    and therefore licenced via Apache License Version 2.0. 
    
    Andreas Romeyke