Expanded the security docs to mention unquoted attributes as dangerous

This commit is contained in:
Armin Ronacher 2010-07-18 21:58:18 +02:00
parent cb660cd1f1
commit 559d2810d7
2 changed files with 26 additions and 1 deletions

View file

@ -103,4 +103,4 @@ Werkzeug and Flask will be ported to Python 3 as soon as a solution for
WSGI is found, and we will provide helpful tips how to upgrade existing
applications to Python 3. Until then, we strongly recommend using Python
2.6 and 2.7 with activated Python 3 warnings during development, as well
as the unicode literals `__future__` feature.
as the unicode literals `__future__` feature.