I'm usually pretty resourceful about finding information on my own, but when it comes to this subject, it's really daunting the sheer amount of stuff there is out there. I'm getting a bit of information overload.
I've found dozens of articles on individual security topics, but I can't get a sense of the bigger picture and how it all comes together in practice.
I need to see a bird's-eye roadmap. Take this hypothetical example:
A Simple Hypothetical "Comments" Section:
Sign up: create a password/username combo that is to be stored safely in a MySQL table.
Log in.
Leave a comment.
What would be a "security roadmap" to follow on this most basic case?
It doesn't help that every tutorial and PHP book on the planet uses the MySQL extensions, which, if I understand correctly, is a bad idea?