feat(antivirus): add partial scanning mode#559
Merged
Conversation
4af773b to
84855a0
Compare
Member
|
Reva is merged and released. |
3873a9e to
054fd32
Compare
aduffeck
approved these changes
Apr 7, 2025
aduffeck
left a comment
Member
There was a problem hiding this comment.
Code looks sane to me, but I'm a bit confused between the meaning of MaxScanSize, MaxFileSize and StreamMaxLength and would like to actually try this out before we ship this change.
Member
Author
|
detailed description can be found here: https://github.com/Cisco-Talos/clamav/blob/main/etc/clamd.conf.sample @micbar we've decided not to include this feature in today's rolling release until we have a better description. I'll do the backports afterwards. |
- Introduced partial mode for antivirus scanning to handle large files efficiently. - Introduced clamAV scan timeout
054fd32 to
bd1fc8a
Compare
This was referenced Apr 8, 2025
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This pull request introduces a partial mode for antivirus scanning to handle large files efficiently.
Related Issue
Dependencies
This pull request depends on the following PR being merged first:
Motivation and Context
This change is required to enhance the antivirus scanning efficiency for large files. The partial mode allows handling large files by scanning parts rather than loading the entire file.
Screenshots (if appropriate):
Types of changes
Checklist: