commit | 75635c6095bcfbb9fccc239115d3d03ae20a307f | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Wed May 27 06:37:40 2020 -0700 |
committer | GitHub <noreply@github.com> | Wed May 27 06:37:40 2020 -0700 |
tree | 002635c5771d551f74dd65711a014661c4d99dbe | |
parent | 5594c07d97cc56ec7fabc66c6a5c644d3b809612 [diff] |
bpo-39073: validate Address parts to disallow CRLF (GH-19007) Disallow CR or LF in email.headerregistry.Address arguments to guard against header injection attacks. (cherry picked from commit 614f17211c5fc0e5b828be1d3320661d1038fe8f) Co-authored-by: Ashwin Ramaswami <aramaswamis@gmail.com>