---
title: "Django 3.2.15 リリースノート"
version: 6.0
locale: ja
source: https://docs.djangoproject.com/ja/6.0/releases/3.2.15/
canonical: https://djangodocs.dev/ja/6.0/releases/3.2.15/
---
# Django 3.2.15 リリースノート

*2022年8月3日*

Django 3.2.15 では 3.2.14 における深刻度 "high" のセキュリティの問題を修正しました。

## 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`](/ja/6.0/ref/request-response/#django.http.FileResponse) when the `filename` was derived from
user-supplied input. The `filename` is now escaped to avoid this possibility.
