dxbjavid commented on PR #397: URL: https://github.com/apache/commons-net/pull/397#issuecomment-4593578815
Right. Header fields are CRLF-terminated on the wire: RFC 5322 section 2.2 for mail, RFC 3977/5536 for news. CR and LF are the only bytes that end a field there, so guarding those two closes the injection. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
