IV1T3 / django-middleware-fileuploadvalidation

A Django middleware to validate user file uploads and detect malicious content.
Apache License 2.0
9 stars 2 forks source link

Improve detection of file type extensions #3

Closed IV1T3 closed 2 years ago

IV1T3 commented 3 years ago

Remove the parsing of file names with just period slicing. Improved method still has to be discussed.