We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65f9bc7 commit 04f2bbcCopy full SHA for 04f2bbc
docs/security.rst
@@ -95,6 +95,13 @@ the form validation framework, which does not exist in Flask.
95
JSON Security
96
-------------
97
98
+.. admonition:: ECMAScript 5 Changes
99
+
100
+ Starting with ECMAScript 5 the behavior of literals changed. Now they
101
+ are not constructed with the constructor of ``Array`` and others, but
102
+ with the builtin constructor of ``Array`` which closes this particular
103
+ attack vector.
104
105
JSON itself is a high-level serialization format, so there is barely
106
anything that could cause security problems, right? You can't declare
107
recursive structures that could cause problems and the only thing that
0 commit comments