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 trrhodes
Recipients barry, martin.ortner, r.david.murray, trrhodes
Date 2021-02-07.13:23:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1612704203.63.0.55298725209.issue43123@roundup.psfhosted.org>
In-reply-to
Content
Hi Martin,

Looking into this further, it appears we already catch CR-LF characters in header values, but your test case shows that we do not run the same checks on header names.

I've opened a PR to rectify this - feel free to leave feedback.

Ross
History
Date User Action Args
2021-02-07 13:23:23trrhodessetrecipients: + trrhodes, barry, r.david.murray, martin.ortner
2021-02-07 13:23:23trrhodessetmessageid: <1612704203.63.0.55298725209.issue43123@roundup.psfhosted.org>
2021-02-07 13:23:23trrhodeslinkissue43123 messages
2021-02-07 13:23:23trrhodescreate