|
|
|
|
|
by wwww4all
1928 days ago
|
|
Go ahead and try to implement a fix to sql injection bug in any of your systems. I can guarantee there’s a sql injection issue somewhere. The reason it’s so prevalent is because it’s not a rookie issue and very difficult to fix properly, without impacting significant changes. That’s why OWASP has it as huge part of security analysis and resolution. |
|
This class of sql injection issues can be eliminated by simply enforcing that all queries are string literals.