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
Hey Developers! I was doing some research last night and came across a package that might help us integrate ClamAV into our Django app: https://pypi.org/project/django-clamd/
Additionally, I found an API that allows us to send files for scanning and proceed with uploading them to the bucket if they are safe. However, I’m not entirely sure how secure it would be to send our files to an external service.
Description:
Enable ClamAV scanning infrastructure: https://cloud.google.com/architecture/automate-malware-scanning-for-documents-uploaded-to-cloud-storage/deployment
Note: This will move the file from one bucket to another, django will need to be adapted in #2664
Acceptance Criteria:
Given I am a developer
When I save a file on GCP
Then It is automatically scanned by ClamAV
And the scan happens on GCP
Development Checklist:
Definition of Ready (Note: If any of these points are not applicable, mark N/A)
Definition of Done (Note: If any of these points are not applicable, mark N/A)
Blocked By/Blocking
Notes:
The text was updated successfully, but these errors were encountered: