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/48 Reviewed-By:Fedor Indutny <fedor.indutny@gmail.com> Reviewed-By:
Rod Vagg <rod@vagg.org>
parent
f2433430
Please register or sign in to comment