Skip to content

Commit 3f8dd05

Browse files
Accept commit suggestion reg. http header reference
Co-authored-by: Victor Stinner <vstinner@python.org>
1 parent 0be4e58 commit 3f8dd05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/http.server.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ to be served.
559559

560560
The :meth:`BaseHTTPRequestHandler.send_header` method assumes sanitized input
561561
and does not perform input validation such as checking for the presence of CRLF
562-
sequences. Untrusted input may result in CRLF injection attacks.
562+
sequences. Untrusted input may result in HTTP Header injection attacks.
563563

564564
Earlier versions of Python did not scrub control characters from the
565565
log messages emitted to stderr from ``python -m http.server`` or the

0 commit comments

Comments
 (0)