Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Explicit failed status and increased error handling #115

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Mar 11, 2020

  1. Add failed status type

    Adds AV_STATUS_FAILED configuration variable to be set as the status
    when a file cannot be scanned. Previously files that failed scanning
    would never be tagged, which means they would be picked up in every
    subsequent re-scan as well as ambiguous in status for users.
    drags committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    a0c8fb8 View commit details
    Browse the repository at this point in the history
  2. Handle (some) scan failures

    Files may fail to scan if they are too large (due to either being larger
    than lambda's /tmp, or just large enough that clamscan fails when trying
    to mmap the signature databases). This commit cleans up the
    lambda_handler a bit and handles OSError from the s3 download running
    out of disk space.
    drags committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    b31b33e View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2020

  1. Configuration menu
    Copy the full SHA
    75895f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1174661 View commit details
    Browse the repository at this point in the history