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 2f4eb34 commit 53edf83Copy full SHA for 53edf83
Doc/library/tomllib.rst
@@ -19,6 +19,12 @@ support writing TOML.
19
Added TOML 1.1.0 support.
20
See the :ref:`What's New <whatsnew315-tomllib-1-1-0>` for details.
21
22
+.. note::
23
+
24
+ Be cautious when parsing data from untrusted sources.
25
+ A malicious TOML string may cause the decoder to consume considerable
26
+ CPU and memory resources.
27
+ Limiting the size of data to be parsed is recommended.
28
29
.. seealso::
30
0 commit comments