You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Warning
Be cautious when parsing JSON data from untrusted sources. A malicious JSON string may cause
the decoder to consume considerable CPU and memory resources. Limiting the size of data to be parsed is
recommended.
Documentation
The documentation for tomllib should be explicit on whether untrusted input is safe to parse, or what features should be avoided.
The text was updated successfully, but these errors were encountered: