IV1T3 / django-middleware-fileuploadvalidation

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

Remove EXIF validation in favor of generic keyword-based search #19

Closed wichmannpas closed 2 years ago

wichmannpas commented 2 years ago

I would suggest to completely remove the EXIF analysis as it currently only performs a keyword search. This keyword search should be realized in a preceding step before applying any file-type specific validations (probably somewhat the direction of #17).

IV1T3 commented 2 years ago

Duplicate issues - closing #17 Keyword-based search with PHP keys