You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clamscan and ClamD will throw an error if you use the
'--fail-if-cvd-older-than=DAYS' / 'FailIfCvdOlderThan' option and
try to load any plaintext signature files.
That is, it throws an error when encountering plain signature files like
`.ign2`, `.ldb`, `.hdb`, etc.
This feature should only verify CVD / CLD files.
The feature (and bug) was introduced in ClamAV 1.1.0, here:
Cisco-Talos@e4fe665
With this change, the `cl_cvdgetage` checks will skip any file that is
not a CVD or CLD.
Fixes: Cisco-Talos#1174
Describe the bug
clamd
fail to start whenFailIfCvdOlderThan
is defined inclamd.conf
and a whitelist file is created in/var/lib/clamav
.How to reproduce the problem
Attachments
If applicable, add screenshots to help explain your problem.
If the issue is reproducible only when scanning a specific file, attach it to the ticket.
The text was updated successfully, but these errors were encountered: