Object-Detection-API icon indicating copy to clipboard operation
Object-Detection-API copied to clipboard

Fix security vulnerabilities

Open Qone2 opened this issue 4 years ago • 0 comments

if someone send non-image file (ex: app.py, detect.py, virus something etc), there are two problem first, if there is file that has same name, it wolud be overwritten so that the project file will be changed. second, the server will raise error, so that file sent will be remain undeleted, if that file is malware it wolud be serious.

Qone2 avatar Nov 19 '21 04:11 Qone2