9f7e5bf9ea
- New version: 1.3.0: * Added support for extracting and scanning attachments found in Microsoft OneNote section files. OneNote parsing will be enabled by default, but may be optionally disabled. * Added file type recognition for compiled Python (`.pyc`) files. * Improved support for decrypting PDFs with empty passwords. * Fixed a warning when scanning some HTML files. * ClamOnAcc: Fixed an infinite loop when a watched directory does not exist. * ClamOnAcc: Fixed an infinite loop when a file has been deleted before a scan. - Use %patch -P N instead of deprecated %patchN. - New version: 1.2.0: * Added support for extracting Universal Disk Format (UDF) partitions. * Added an option to customize the size of ClamAV's clean file cache. * Raised the MaxScanSize limit so the total amount of data scanned when scanning a file or archive may exceed 4 gigabytes. * Added ability for Freshclam to use a client certificate PEM file and a private key PEM file for authentication to a private mirror. * Fix an issue extracting files from ISO9660 partitions where the files are listed in the plain ISO tree and there also exists an empty Joliet tree. * PID and socket are now located under /run/clamav/clamd.pid and /run/clamav/clamd.sock . * bsc#1211594: Fixed an issue where ClamAV does not abort the signature load process after partially loading an invalid signature. OBS-URL: https://build.opensuse.org/request/show/1161540 OBS-URL: https://build.opensuse.org/package/show/security/clamav?expand=0&rev=252
42 lines
2.2 KiB
Diff
42 lines
2.2 KiB
Diff
--- docs/man/clamscan.1.in.orig
|
|
+++ docs/man/clamscan.1.in
|
|
@@ -8,6 +8,18 @@ clamscan [options] [file/directory/\-]
|
|
.SH "DESCRIPTION"
|
|
.LP
|
|
clamscan is a command line anti\-virus scanner.
|
|
+.SH "NOTE"
|
|
+.LP
|
|
+If a file or an archive is larger than the default or configured size (see \-\-max\-filesize and \-\-max-scansize options) scanning will abort at the limit, and the file will be marked as "OK".
|
|
+.TP
|
|
+The archive scan limits are currently set to 25MB or 100MB respectively.
|
|
+.TP
|
|
+There are more options that limit scanning, please check all the \-\-max\-something options.
|
|
+.TP
|
|
+To report files that are exceeding these limits, you need to specify \-\-alert\-exceeds\-max=yes option. This will then report a "Heuristics.Limits.Exceeded FOUND" for such files.
|
|
+
|
|
+.TP
|
|
+Please note that such a FOUND message does not imply infection, and your tooling should be able to handle this.
|
|
.SH "OPTIONS"
|
|
.LP
|
|
Most of the options are simple switches which enable or disable some features. Options marked with [=yes/no(*)] can be optionally followed by =yes/=no; if they get called without the boolean argument the scanner will assume 'yes'. The asterisk marks the default internal setting for a given option.
|
|
--- docs/man/clamdscan.1.in.orig
|
|
+++ docs/man/clamdscan.1.in
|
|
@@ -8,6 +8,17 @@ clamdscan [options] [file/directory]
|
|
.SH "DESCRIPTION"
|
|
.LP
|
|
clamdscan is a clamd client which may be used as a clamscan replacement. It accepts all the options implemented in clamscan but most of them will be ignored because its scanning abilities only depend on clamd.
|
|
+.SH "NOTE"
|
|
+.LP
|
|
+If a file or an archive is larger than the default or configured size (see MaxFileSize and MaxScanSize options in clamd.conf) scanning will abort at the limit, and the file will be marked as "OK".
|
|
+.TP
|
|
+The archive scan limits are currently set to 25MB or 100MB respectively.
|
|
+.TP
|
|
+There are more options that limit scanning, please check all the MaxSomething options in clamd.conf.
|
|
+.TP
|
|
+To report files that are exceeding these limits, you need to specify AlertExceedsMax TRUE in clamd.conf. This will then report a "Heuristics.Limits.Exceeded FOUND" for such files.
|
|
+.TP
|
|
+Please note that such a FOUND message does not imply infection, and your tooling should be able to handle this.
|
|
.SH "OPTIONS"
|
|
.LP
|
|
|