DEV Community

Discussion on: Learn SQL Injection by hacking a bank app

Collapse
 
danmarshall909 profile image
DanMarshall909 • Edited

Probably the most effective (and in most cases easiest) guards against SQL injection and regrettably not mentioned here is parameterisation of inputs. Just google it.

If you want a more in depth overview on this check out Troy Hunts course on SQL injection on PluralSight.