Skip to content

Commit

Permalink
Typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
florentx committed Jun 18, 2010
1 parent 03c4bb4 commit 7083b35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/security.rst
Expand Up @@ -61,11 +61,11 @@ the form validation framework which does not exist in Flask.
JSON Security
-------------

JSON itself is a high-level serilization format, so there is barely
JSON itself is a high-level serialization format, so there is barely
anything that could cause security problems, right? You can't declare
recursive structures that could cause problems and the only thing that
could possibly break are very large responses that can cause some kind of
denial of service at the receivers side.
denial of service at the receiver's side.

However there is a catch. Due to how browsers work the CSRF issue comes
up with JSON unfortunately. Fortunately there is also a weird part of the
Expand Down

0 comments on commit 7083b35

Please sign in to comment.