#Antivirus Scan for every file upload

16 messages · Page 1 of 1 (latest)

fading star
#

Hello, been crowd sourcing about this. Has anyone implemented an antivirus scan in every file upload using Next? I badly needed some help about this. If anyone knows, please share your implementation and insights on how you did it.

arctic nebulaBOT
#

🔎 This post has been indexed in our web forum and will be seen by search engines so other users can find it outside Discord

🕵️ Your user profile is private by default and won't be visible to users outside Discord, if you want to be visible in the web forum you can add the "Public Profile" role in id:customize

✅ You can mark a message as the answer for your post with Right click -> Apps -> Mark Solution
(if you don't see the option, try refreshing Discord with Ctrl + R)

fading star
#

up

fading star
#

up

fading star
#

up

zinc iris
#

@fading star In frontend only allow specific file extensions like(.pdf,.png etc.) with limitations like size.

#

not sure why you'd want to virus scan on your frontend though.

fading star
#

yeah already did that as well in Supabase

zinc iris
#

you typically do these checks in the backend

fading star
#

however this google security flag is becoming a nightmare

#

I got this in google

#

and they ask to scan our code using Fortify ScanCentral and unfortunately failed after two scans so we got to answer a lot of survey questions

#

we responded and still got more follow up questions

#

and they explicitly asking that for file upload it should have Antivirus scan performed

#

(Note: As per the acceptance criteria Antivirus scans should be performed prior to upload or serving of content.)

#

so yeah Idk what I am gonna do now