|
|
|
|
|
by icebraining
3213 days ago
|
|
How come it's impossible to properly escape user input? I get that it's hard if the format is complex, but I don't see what makes it categorically impossible, especially for a simple format like an SQL string. You just double every single quote and then surround the whole thing with single quotes. |
|
And then you come across \u0027 and you're screwed.