2019 年 1 月 4 日
Django 1.11.18 修复了 1.11.17 中的一个安全问题。
An attacker could craft a malicious URL that could make spoofed content appear
on the default page generated by the django.views.defaults.page_not_found()
view.
The URL path is no longer displayed in the default 404 template and the
request_path
context variable is now quoted to fix the issue for custom
templates that use the path.
5月 12, 2023