-
-
Notifications
You must be signed in to change notification settings - Fork 688
Add virus scanning example to documentation #1098
Copy link
Copy link
Open
Labels
Priority: MediumThis issue may be useful, and needs some attention.This issue may be useful, and needs some attention.Type: MaintenanceUpdating phrasing or wording to make things clearer or removing ambiguity, without a functionality.Updating phrasing or wording to make things clearer or removing ambiguity, without a functionality.
Metadata
Metadata
Assignees
Labels
Priority: MediumThis issue may be useful, and needs some attention.This issue may be useful, and needs some attention.Type: MaintenanceUpdating phrasing or wording to make things clearer or removing ambiguity, without a functionality.Updating phrasing or wording to make things clearer or removing ambiguity, without a functionality.
Hi, formidable is great for handling multipart uploads. One gap
in the ecosystem is documentation around scanning uploaded files
for malware before saving them.
I built pompelmi (https://github.com/pompelmi/pompelmi) — a
zero-dependency ClamAV wrapper for Node.js that integrates cleanly
with formidable's streaming API. Would a security section in the
docs be welcome? Happy to open a PR.