8000 bpo-34866: Adding max_num_fields to cgi.FieldStorage by matthewbelisle-wf · Pull Request #9660 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

bpo-34866: Adding max_num_fields to cgi.FieldStorage #9660

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 8 commits into from
Oct 19, 2018
Prev Previous commit
Update 2018-10-03-11-07-28.bpo-34866.ML6KpJ.rst
  • Loading branch information
methane authored Oct 19, 2018
commit 20a77f2655d905d06c0e08d33e4e83236caca636
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Adding max_num_fields to cgi.FieldStorage to make DOS attacks harder by
limiting the number of MiniFieldStorage objects created by FieldStorage.
Adding ``max_num_fields`` to ``cgi.FieldStorage`` to make DOS attacks harder by
limiting the number of ``MiniFieldStorage`` objects created by ``FieldStorage``.
0