mirror of
https://github.com/python/cpython.git
synced 2026-07-25 03:12:54 -04:00
209144831b
Adding `max_num_fields` to `cgi.FieldStorage` to make DOS attacks harder by limiting the number of `MiniFieldStorage` objects created by `FieldStorage`.