DEV Community

Discussion on: Security Tips for a PHP Application

Collapse
 
jvanbruegge profile image
Jan van Brügge

It's so sad that it still is. I mean it's a solved problem, just use prepared statements and you are save!

Collapse
 
shostarsson profile image
Rémi Lavedrine

Yes, and you can't imagine how many website are vulnerable to this kind of attack and XSS and CSRF as well.
Even if they are well known and have great mitigation techniques.
Follow secure tips like the ones described here and the OWASP documents and you are good to go.