Added security document

This commit is contained in:
Armin Ronacher 2010-06-10 23:06:54 +02:00
parent 540eca16f8
commit 33a035bb0e
3 changed files with 138 additions and 1 deletions

View file

@ -300,7 +300,9 @@ def jsonify(*args, **kwargs):
"id": 42
}
This requires Python 2.6 or an installed version of simplejson.
This requires Python 2.6 or an installed version of simplejson. For
security reasons only objects are supported toplevel. For more
information about this, have a look at :ref:`json-security`.
.. versionadded:: 0.2
"""