Add new middleware to disallow sending Null Bytes
A Null Byte (U+0000) causes havock and is not a valid part of a string for us anyways, so let's return HTTP 400 (Bad Request) if we encounter one.
Showing
Please register or sign in to comment