http: check reason chars in writeHead
Previously, the reason argument passed to ServerResponse#writeHead was not being properly validated. One could pass CRLFs which could lead to http response splitting. This commit changes the behavior to throw an error in the event any invalid characters are included in the reason. CVE-2016-5325 PR-URL: https://github.com/nodejs/node-private/pull/47 Reviewed-By:Rod Vagg <rod@vagg.org> Reviewed-By:
Fedor Indutny <fedor.indutny@gmail.com> Reviewed-By:
Douglas Wilson <doug@somethingdoug.com>
parent
ad470e49
Please register or sign in to comment