Hey Guys,
Part of developing a secure and successful SaaS is to make sure as much as possible to secure your SaaS end-to-end.
Now my question is:
Are your securing your SaaS from malicious files upload? If Yes... How?
Hi there,
Depending on what you want your users to upload, you can:
Some good advice from SANS: https://www.sans.org/blog/8-basic-rules-to-implement-secure-file-uploads/
Also nice to read for a more comprehensive check: https://blog.filestack.com/thoughts-and-knowledge/secure-file-upload/
Hope that helps.
Thanks for sharing. It's very informative.
Are you using any file scan software?
I use https://www.attachmentscanner.com/ for many projects.
Thanks for sharing
How you implement their solutions? via Aws lambda or via Api rest request?
Depends on the application, but usually Rest API as Middleware.