Quantcast
Channel: bypass – Silent Signal Techblog
Viewing all articles
Browse latest Browse all 6

Sanitizing input with regex considered harmful

$
0
0
Sanitizing input (as in trying to remove a subset of user input so that the remaining parts become “safe”) is hard to get right in itself. However, many developers doom their protection in the first place by choosing the wrong tool to get it done, in this case, regular expressions (regex for short). While they’re … Continue reading Sanitizing input with regex considered harmful

Viewing all articles
Browse latest Browse all 6

Trending Articles