clamav/clamscan
Stiliyan Tonev (Bark) 9a7b186aec
fix: Issue with --fail-if-cvd-older-than and non-CVD database files
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:
e4fe6654c1

With this change, the `cl_cvdgetage` checks will skip any file that is
not a CVD or CLD.

Fixes: https://github.com/Cisco-Talos/clamav/issues/1174
2024-07-23 16:01:07 -04:00
..
clamscan.c Remove PCRE dead code 2024-04-13 12:34:15 -04:00
CMakeLists.txt Bump copyright dates for 2024 2024-01-22 11:27:17 -05:00
Doxyfile Finish off documentation config files. 2012-05-15 12:13:04 -04:00
global.h Bump copyright dates for 2024 2024-01-22 11:27:17 -05:00
manager.c fix: Issue with --fail-if-cvd-older-than and non-CVD database files 2024-07-23 16:01:07 -04:00
manager.h Bump copyright dates for 2024 2024-01-22 11:27:17 -05:00