This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christian.heimes
Recipients christian.heimes, gen-xu, gregory.p.smith, leveryd, miss-islington
Date 2021-05-06.08:37:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
http.server is out of scope for CVEs. The module is not designed for security-sensitive usage and explicitly documented as insecure and not suitable for production use:

https://docs.python.org/3/library/http.server.html#module-http.server

> Warning: http.server is not recommended for production. It only implements basic security checks.
History
Date User Action Args
2021-05-06 08:37:25christian.heimessetrecipients: + christian.heimes, gregory.p.smith, miss-islington, leveryd, gen-xu
2021-05-06 08:37:25christian.heimessetmessageid: <[email protected]>
2021-05-06 08:37:25christian.heimeslinkissue44022 messages
2021-05-06 08:37:25christian.heimescreate