Comment on Life isn't easy if your last name is 'Null' as it still breaks database entries the world over
Septimaeus@infosec.pub 1 week agoInput sanitation typically handles this as a string that only includes characters supported by the data type of the table in question. While in transit, the strings might be escaped at certain stages, such as via URL encoding. Though this is considered poor practice in many applications, it’s not uncommon to see. The point, however, is to prevent the evaluation of inputs as anything other than their intended type, whether or not reserved characters are present.