PHPIDS

Discussions of secure PHP coding. Security in software is important, so don't be afraid to ask. And when answering: be anal. Nitpick. No security vulnerability is too small.

Moderator: General Moderators

Post Reply
Daz
Forum Newbie
Posts: 18
Joined: Thu Mar 19, 2009 2:12 am

PHPIDS

Post by Daz »

http://php-ids.org/

Anyone here use this? I'd be curious to hear what you do as a result of its responses.
User avatar
kaisellgren
DevNet Resident
Posts: 1675
Joined: Sat Jan 07, 2006 5:52 am
Location: Lahti, Finland.

Re: PHPIDS

Post by kaisellgren »

I would never use black listing method for something as important as protecting from XSS attacks. It's a nice project for sure, but I wouldn't use it for production use.
Post Reply