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
{{ message }}
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.
Hello,
I have the latest verson of the project running in AWS to scan a bucket.
After uploading a binary exe file, in this case 7z1900-x64.exe ( 7z portable installer) the following error is thrown by the clamav scanner:
[ERROR] UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff in position 6831: invalid start byte Traceback (most recent call last): File "/var/task/scan.py", line 238, in lambda_handler scan_result, scan_signature = clamav.scan_file(file_path) File "/var/task/clamav.py", line 197, in scan_file output = av_proc.communicate()[0].decode()
Is there a way to fix this ?
The text was updated successfully, but these errors were encountered:
Hello,
I have the latest verson of the project running in AWS to scan a bucket.
After uploading a binary exe file, in this case 7z1900-x64.exe ( 7z portable installer) the following error is thrown by the clamav scanner:
[ERROR] UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff in position 6831: invalid start byte Traceback (most recent call last): File "/var/task/scan.py", line 238, in lambda_handler scan_result, scan_signature = clamav.scan_file(file_path) File "/var/task/clamav.py", line 197, in scan_file output = av_proc.communicate()[0].decode()
Is there a way to fix this ?
The text was updated successfully, but these errors were encountered: