8000 [3.7] bpo-34866: Adding max_num_fields to cgi.FieldStorage (GH-9660) by miss-islington · Pull Request #9965 · python/cpython · GitHub
[go: up one dir, main page]

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 matthew.belisle@workiva.com

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 <matthew.belisle@workiva.com>
@miss-islington
Copy link
Contributor Author

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

@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
0