[New-bugs-announce] [issue22419] wsgiref request length

Devin Cook report at bugs.python.org
Mon Sep 15 20:06:26 CEST 2014


New submission from Devin Cook:

BaseHTTPRequestHandler limits request length to prevent DoS. WSGIRequestHandler should probably do the same.

See: http://bugs.python.org/issue10714

----------
components: Library (Lib)
files: wsgiref_request_length.patch
keywords: patch
messages: 226931
nosy: devin
priority: normal
severity: normal
status: open
title: wsgiref request length
type: security
Added file: http://bugs.python.org/file36626/wsgiref_request_length.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22419>
_______________________________________


More information about the New-bugs-announce mailing list