[issue43813] Denial of service on http.server module with large request method.

2021-05-19 Thread Mohammed Dief
Mohammed Dief added the comment: Hey there, sorry for the delay. i just submitted the fix on a PR to python source code. -- ___ Python tracker ___

[issue43813] Denial of service on http.server module with large request method.

2021-05-18 Thread Mohammed Dief
Change by Mohammed Dief : -- keywords: +patch pull_requests: +24840 stage: -> patch review pull_request: https://github.com/python/cpython/pull/26223 ___ Python tracker ___

[issue43813] Denial of service on http.server module with large request method.

2021-05-12 Thread Jonathan Schweder
Jonathan Schweder added the comment: @demonia you are more than welcome to send a PR, sent it and add a reference to this issue, so it could be reviewed. -- nosy: +jaswdr ___ Python tracker

[issue43813] Denial of service on http.server module with large request method.

2021-04-13 Thread Raymond Hettinger
Change by Raymond Hettinger : -- nosy: +rhettinger ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue43813] Denial of service on http.server module with large request method.

2021-04-12 Thread Mohammed Dief
New submission from Mohammed Dief : - Hello there, 2 days ago i discovered a DoS on http.server in python that allows me to take any python http.server down using less than 1k requests. i reported it to PSRT but they said i should report it here since http.server isn't for production. so