|
|
|
|
|
by Cthulhu_
1680 days ago
|
|
There's nothing as permanent as a temporary solution. There's been countless SQL injection vulnerabilities exploited over the past decades with the "I'll fix it later" mindset. Start with prepared statements by default, they are not more work than formatting strings. |
|