DEV Community

Discussion on: Understanding SQL Injection and Prevention using Parameter Binding in PHP

Collapse
 
mukherjee96 profile image
Aritra Mukherjee • Edited

You're correct. Achieving perfection in terms of web security is a utopian dream. We can spend time and seal off each entry one by one by escaping them manually, but imagine the time that would take for large projects. I think we should rather use frameworks than write core PHP. Popular frameworks like Laravel and Django (Python) will have teams updating the framework's ORM layer to make sure it can handle the latest threats.