1. ===========================
    
  2. Django 3.2.15 release notes
    
  3. ===========================
    
  4. 
    
  5. *August 3, 2022*
    
  6. 
    
  7. Django 3.2.15 fixes a security issue with severity "high" in 3.2.14.
    
  8. 
    
  9. CVE-2022-36359: Potential reflected file download vulnerability in ``FileResponse``
    
  10. ===================================================================================
    
  11. 
    
  12. An application may have been vulnerable to a reflected file download (RFD)
    
  13. attack that sets the Content-Disposition header of a
    
  14. :class:`~django.http.FileResponse` when the ``filename`` was derived from
    
  15. user-supplied input. The ``filename`` is now escaped to avoid this possibility.