diff --git a/PLUGIN-INF/metadata_SLUBVirusCheckClamAVPlugin.xml b/PLUGIN-INF/metadata_SLUBVirusCheckClamAVPlugin.xml index bdeabdb3ffff5a9936e6c5b70ac1b043213cc43d..fde7a4789bfa6616c1d85d00bec25ce78fa73bba 100644 --- a/PLUGIN-INF/metadata_SLUBVirusCheckClamAVPlugin.xml +++ b/PLUGIN-INF/metadata_SLUBVirusCheckClamAVPlugin.xml @@ -49,7 +49,7 @@ </fr:x_form> </pl:initParameters> <pl:description>SLUB Virus Check Plugin using installed ClamAV daemon via tcp-sockets</pl:description> - <pl:version>2.02</pl:version> + <pl:version>2.03</pl:version> <pl:materialType>DIGITAL</pl:materialType> <pl:module>Repository</pl:module> <pl:generalType>TASK</pl:generalType> diff --git a/README b/README index 8ec07977af440ff6a65962e048083e8ca0817ffe..9b2dccbf5f35abd8f0494d6db87456d592ca9087 100644 --- a/README +++ b/README @@ -12,6 +12,9 @@ The code is partially based on https://code.google.com/p/clamavj/source/browse/t Hint: the plugin uses the VirusCheckPlugin interface version 2 now. -and therefore licenced via Apache License Version 2.0. +and therefore licenced via Apache License Version 2.0. + +Because only in state "UNDETERMINED" Rosetta allows to add a auto-correction rule, the state "FAILED" was +replaced by "UNDETERMINED", if a malicious file detected. Andreas Romeyke