Skip to content

httputil: Forbid control chars and CR in header values #3489

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 28, 2025

Conversation

bdarnell
Copy link
Member

NUL, CR, and other control characters are not allowed in HTTP header values.

Fixes #3481

NUL, CR, and other control characters are not allowed in HTTP header
values.

Fixes tornadoweb#3481
@bdarnell bdarnell merged commit bb61400 into tornadoweb:master Apr 28, 2025
15 checks passed
@bdarnell bdarnell deleted the field-value branch April 28, 2025 16:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

NUL and CR are incorrectly permitted within header values
1 participant