RE: [PHP] secure code

2003-05-29 Thread Dan Joseph
there should be some docs online. -Dan Joseph > -Original Message- > From: Tim Burgan [mailto:[EMAIL PROTECTED] > Sent: Tuesday, May 27, 2003 7:52 PM > To: PHP Lists > Subject: [PHP] secure code > > > Hello, > > I'm wondering if you can recommend any reso

Re: [PHP] secure code

2003-05-27 Thread Evan Nemerson
Good question! I rarely see this type of question here. http://www.dwheeler.com/secure-programs/ is a good one- even has a small section dedicated specifically to PHP The Shmoo Group has a good list at http://www.shmoo.com/securecode/ And if you're one of the learn by example of how not to do i

[PHP] secure code

2003-05-27 Thread Tim Burgan
Hello, I'm wondering if you can recommend any resources that discuss writing secure code and how to put the best methods in place to prevent hackers. I'm particularly looking at resources from the web coding perspective, not securing a server. Or, what things to you do to 'block' hackers. Thank