Skip to content

[3.7] bpo-34866: Adding max_num_fields to cgi.FieldStorage (GH-9660) #9965

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 19, 2018

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