Skip to content

Conversation

@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Oct 19, 2018

Adding max_num_fields to cgi.FieldStorage to make DOS attacks harder by
limiting the number of MiniFieldStorage objects created by FieldStorage.
(cherry picked from commit 2091448)

Co-authored-by: matthewbelisle-wf [email protected]

https://bugs.python.org/issue34866

Adding `max_num_fields` to `cgi.FieldStorage` to make DOS attacks harder by
limiting the number of `MiniFieldStorage` objects created by `FieldStorage`.
(cherry picked from commit 2091448)

Co-authored-by: matthewbelisle-wf <[email protected]>
@miss-islington
Copy link
Contributor Author

@matthewbelisle-wf: Status check is done, and it's a success ✅ .

@miss-islington miss-islington merged commit a66f279 into python:3.7 Oct 19, 2018
@miss-islington miss-islington deleted the backport-2091448-3.7 branch October 19, 2018 11:11
@miss-islington
Copy link
Contributor Author

@matthewbelisle-wf: Status check is done, and it's a success ✅ .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type-security A security issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants