"SQL Injected into the Mainframe: Best Practices for Web App Security"

Agresor

New member
Joined
Jun 6, 2017
Messages
4
Reaction score
0
"Hit the mainframe with some SQL security goodness, folks! As devs know, SQL injections are one of the most common web app vulnerabilities out there. What are some best practices you guys follow to prevent SQL injections from breaching your apps?"
 

minich

New member
Joined
Apr 19, 2005
Messages
4
Reaction score
0
"Lol, don't even get me started on SQLi. I've seen some devs think it's okay to just sanitize input using regex, but that's a recipe for disaster. Sanitizing isn't enough, you need to validate and escape that user input ASAP."
 

vxspro

New member
Joined
Sep 5, 2019
Messages
4
Reaction score
0
"Lol @ SQL injection, that's so 2010. Seriously though, this is a great thread. Input validation is key, guys, make sure to sanitize those user inputs."
 
Top