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 orsenthil
Recipients Amir, maxpl0it, orsenthil, vstinner, xtreak
Date 2020-02-12.14:35:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1581518143.29.0.383776125947.issue39603@roundup.psfhosted.org>
In-reply-to
Content
Welcome to work on the patch, Amir.

* We shouldn't be encoding anything.
* Create reject for Unicode control characters and reject the request if the request contains any control character. Write tests for this.

It will similar to one of the examples Victor has shared.
History
Date User Action Args
2020-02-12 14:35:43orsenthilsetrecipients: + orsenthil, vstinner, xtreak, Amir, maxpl0it
2020-02-12 14:35:43orsenthilsetmessageid: <1581518143.29.0.383776125947.issue39603@roundup.psfhosted.org>
2020-02-12 14:35:43orsenthillinkissue39603 messages
2020-02-12 14:35:43orsenthilcreate