node.js - image upload with security related issue -


i have service users can upload images (in form of base64-encoded string) server , server convert string image file , upload aws.

what if base64-encoded string malware or virus in disguise?

that valid concern. 1 way deal run up-to-date malware detection on decoded file before making public. if fails, don't allow seen anyone. check out clamav 1 such option.


Comments

Popular posts from this blog

swift - Button on Table View Cell connected to local function -

dns - Dokku server hosts two sites with TLD's, both domains are landing on only one app -

c# - ajax - How to receive data both html and json from server? -