jazzband / django-downloadview

Serve files with Django.
https://django-downloadview.readthedocs.io
Other
380 stars 58 forks source link

Guard against reflected file download #211

Closed tari closed 1 month ago

tari commented 1 month ago

This fixes #196 by using the same replacement rules as Django did to fix CVE-2022-36359, and fixes tox.ini to actually run the tests in the tests directory which I found weren't being run (but happily, they do already pass).