Skip to content

Commit 5e28b2d

Browse files
authored
Merge pull request #177 from vks/fix-escapes
Fix escapes in hyper advisory
2 parents b6a8843 + 5233609 commit 5e28b2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/hyper/RUSTSEC-2017-0002.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ date = "2017-01-23"
66
url = "https://github.com/hyperium/hyper/wiki/Security-001"
77
title = "headers containing newline characters can split messages"
88
description = """
9-
Serializing of headers to the socket did not filter the values for newline bytes (\r or \n),
9+
Serializing of headers to the socket did not filter the values for newline bytes (\\r or \\n),
1010
which allowed for header values to split a request or response. People would not likely include
1111
newlines in the headers in their own applications, so the way for most people to exploit this
1212
is if an application constructs headers based on unsanitized user input.

0 commit comments

Comments
 (0)