Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What's the best way to learn about programming security-related topics? (PHP) [closed]

Tags:

security

php

I am currently building a site and all the books I have read on PHP so far are just on functionality and not much on security. Is there a book that deals specifically with making your code/site secure? I don't want to go public and the next day have all my code changed or my database erased by SQL injection.

thanks

like image 825
ggfan Avatar asked Mar 28 '10 17:03

ggfan


1 Answers

The Open Web Application Security Project Top 10 is a good place to start.

And here's a good round up of secure coding practices.

like image 56
Andy Avatar answered Oct 07 '22 02:10

Andy