2017 年 9 月 5 日
Django 1.10.8 修复了 1.10.7 中的一个安全问题。
In older versions, HTML autoescaping was disabled in a portion of the template
for the technical 500 debug page. Given the right circumstances, this allowed
a cross-site scripting attack. This vulnerability shouldn't affect most
production sites since you shouldn't run with DEBUG = True
(which makes
this page accessible) in your production settings.
5月 12, 2023