clamav-client icon indicating copy to clipboard operation
clamav-client copied to clipboard

Java client library for the ClamAV antivirus daemon

Results 10 clamav-client issues
Sort by recently updated
recently updated
newest added

Hallo liebe Community, ich habe auf einem Ubuntu 22.04 per SNAP-Installation die Nextcloud installiert. Jedoch bekomme ich ClamAV nicht korrekt zum laufen. Fehler: Cannot connect to “/var/run/clamav/clamd.ctl”: Permission denied (code...

@cdarras could you please release 2.1.3 to maven central ?

We are using this library within a container environment and it works great so far. The problem is, it seems that the connection does not recover if the targeted ClamAV...

Hi Team, We are seeing a security vulnerability (CVE-2022-24329 - JetBrains Kotlin dependency of ClamAV-client) on the clamav client library. Please let us know if this vulnerability issue has been...

Hello, Could you please support socket TLSv1.2 ? Thanks.

This add the ability to set the socket timeout for every command being sent. If no value is provided it doesn't affect the socket timeout and the default behaviour is...

When a EICR text is spread across two chunks, how I can make sure it is scanning property? How to test this scenario please ?

A simple constructor (following code): `ClamavClient clamClient = new ClamavClient('localhost', Platform.UNIX)` Throws this error: > groovy.lang.GroovyRuntimeException: Could not find matching constructor for: xyz.capybara.clamav.ClamavClient(java.lang.String, java.lang.Class) In grails 3.2.11.

Hello, I recently upgraded my project Spring Boot 3.3.0 and I also upgraded the clamav-client library to the latest version (2.1.2). Now im having an issue with some files. I...