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

Sandboxing for potentially dangerous processing #35

Open wichmannpas opened 2 years ago

wichmannpas commented 2 years ago

All processing that is potentially dangerous, such as parsing files or re-rendering images, should be performed in an isolated sandbox.

IV1T3 commented 2 years ago

firejail, bubblewrap ?