---
title: "Note di rilascio di Django 3.2.15"
version: 6.1
locale: it
source: https://docs.djangoproject.com/it/6.1/releases/3.2.15/
canonical: https://djangodocs.dev/it/6.1/releases/3.2.15/
---
# Note di rilascio di Django 3.2.15

*3 Agosto 2022*

Django 3.2.15 fixes a security issue with severity «high» in 3.2.14.

## CVE-2022-36359: Potential reflected file download vulnerability in `FileResponse`

An application may have been vulnerable to a reflected file download (RFD)
attack that sets the Content-Disposition header of a
[`FileResponse`](/it/6.1/ref/request-response/#django.http.FileResponse) when the `filename` was derived from
user-supplied input. The `filename` is now escaped to avoid this possibility.
