From 8bb93dba39d5f514d1cfc8c478e026c637a79d45 Mon Sep 17 00:00:00 2001 From: Andreas Romeyke <andreas.romeyke@slub-dresden.de> Date: Mon, 13 Feb 2023 12:17:58 +0100 Subject: [PATCH] - added hint about state --- PLUGIN-INF/metadata_SLUBVirusCheckClamAVPlugin.xml | 2 +- README | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/PLUGIN-INF/metadata_SLUBVirusCheckClamAVPlugin.xml b/PLUGIN-INF/metadata_SLUBVirusCheckClamAVPlugin.xml index bdeabdb..fde7a47 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 8ec0797..9b2dccb 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 -- GitLab