"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?"
"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."
"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."