Changes for page ClamAV


From version 33.1
edited by fse
on 25.05.2022, 16:36
Change comment: Upload new image "en_plugin.png", version 1.3
To version 33.3
edited by jdr
on 23.11.2023, 14:38
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.fse
1 +XWiki.jdr
Content
... ... @@ -39,14 +39,13 @@
39 39  : Default value: //127.0.0.1//. Specifies the //IP// address of the //ClamAV//-daemon service to be used. The default value is //127.0.0.1// and thus uses a local //ClamAV//-daemon service.
40 40  ; port (Required)
41 41  : Default value: //3310//. Specifies the port of the //ClamAV//-daemon service to use. The default value should only be changed if this port is not available.
42 -; file-source
43 -: If the value //stream// is entered here (default value), the data of the file to be checked will be transferred directly to the //ClamAV//-daemon service. If the value //path// is entered here, scanning is done directly on the path - whereby the //ClamAV//-daemon service must have root rights for this.
42 +; os (Optional)
43 +: Default value: //JVM_PLATFORM//. Operating system on which the ClamAV daemon service is running. This value is only relevant if the operating system of formcycle and that of the ClamAV daemon service are different. For Linux or MacOS enter //UNIX//, for Windows enter //WINDOWS//. If both are running on the same operating system, you can leave this value blank or use //JVM_PLATFORM//.
44 44  
45 45  {{info}}
46 46  //ClamAV// is intended to run on Linux-based servers. Therefore, we cannot guarantee any other support.
47 47  {{/info}}
48 48  
49 -
50 50  == Configuration //ClamAV// ==
51 51  
52 52  The following section discusses installation and configuration of //ClamAV//. Our recommended scenario is to install {{formcycle/}} and the //ClamAV//-daemon service on the same server.
... ... @@ -151,14 +151,18 @@
151 151  
152 152  == Version history ==
153 153  
154 -**Version 1.0.2**
153 +=== Version 1.0.3 ===
155 155  
155 +* Change: The plugin is synchronized with the frontend server when one is available. This allows for malware scanning when using a frontend server.
156 +
157 +=== Version 1.0.2 ===
158 +
156 156  * Remove: property for path scanning, only InputStream now.
157 157  
158 -**Version 1.0.1**
161 +=== Version 1.0.1 ===
159 159  
160 160  * Fix: Skip scanning if operating system is not UNIX instead of detecting the file as a virus.
161 161  
162 -**Version 1.0.0**
165 +=== Version 1.0.0 ===
163 163  
164 164  * Initial release