Hacker News new | ask | show | jobs
by WallWextra 2644 days ago
I am betraying my ignorance with this question, but: On the last page, the authors claim that SQL queries are commonly constructed by concatenating strings. Was this still, in fact, common in 2017? If it was, that's very scary.
2 comments

Injection is the #1 class of bug in the OWASP top 10 for 2017.

https://www.owasp.org/index.php/Top_10-2017_A1-Injection

Is there any escape?