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

Bundle configuration in VIEW_UPLOAD_CONFIGURATION #25

Closed IV1T3 closed 3 years ago

IV1T3 commented 3 years ago

This will further allow to have individual restrictions for each upload view. However, this will probably require shifting much validation into process_view().