Skip to content

Commit 45159cd

Browse files
committed
Be more specific in news
1 parent a8d23d2 commit 45159cd

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed
Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
Fix a problem where email.policy.default header refolding could incorrectly
2-
convert an RFC 2047 encoded-word containing commas or other special
3-
characters to unencoded, unquoted text, enabling sender or recipient
4-
spoofing via a carefully crafted display-name.
1+
Fix bug in the folding of rfc2047 encoded-words when flattening an email message
2+
using a modern email policy. Previously when an encoded-word was too long
3+
for a line, it would be decoded, split across lines, and re-encoded. But commas
4+
and other special characters in the original text could be left unencoded and
5+
unquoted. This could theoretically be used to spoof header lines using
6+
a carefully constructed encoded-word if the resulting rendered email was
7+
transmitted or re-parsed.

0 commit comments

Comments
 (0)