Re: Santizing User Input

2012-02-02 Thread Andrew Grosset
The AntiSamy project is maybe the best way to sanitize any user input out there. -- Regards, Andrew Scott WebSite: http://www.andyscott.id.au/ Google+: http://plus.google.com/108193156965451149543 On Thu, Feb 2, 2012 at 8:33 AM, douglas cohn douglas.c...@gmail.com wrote:

Re: Santizing User Input

2012-02-02 Thread Andrew Grosset
I second that. The AntiSamy project is maybe the best way to sanitize any user input out there. -- Regards, Andrew Scott WebSite: http://www.andyscott.id.au/ Google+: http://plus.google.com/108193156965451149543 On Thu, Feb 2, 2012 at 8:33 AM, douglas cohn douglas.c...@gmail.com wrote:

Re: Santizing User Input

2012-02-02 Thread Gerald Guido
Sorry for the OT post but I could not help but think of Little Bobby Tables. http://imgs.xkcd.com/comics/exploits_of_a_mom.png G! On Thu, Feb 2, 2012 at 9:42 PM, Andrew Grosset rushg...@yahoo.com wrote: I second that. The AntiSamy project is maybe the best way to sanitize any user input

Santizing User Input

2012-02-01 Thread douglas cohn
I recently received a notice that my PCI security scan failed. One further review it seems we have a PDF that we use to show some of our products and the PDF was created from a POWERPOINT Presentation. It appears there is a single HTM page that caused the alert. The company stated the

Re: Santizing User Input

2012-02-01 Thread Matt Quackenbush
That VB script just uses a regular expression (already written for you). All you need to do is use it in conjunction with ColdFusion's built-in `reFind()` or `reFindNoCase()` functions. http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-7e9a.html

RE: Santizing User Input

2012-02-01 Thread Eric Roberts
To: cf-talk Subject: Re: Santizing User Input That VB script just uses a regular expression (already written for you). All you need to do is use it in conjunction with ColdFusion's built-in `reFind()` or `reFindNoCase()` functions. http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef

Re: Santizing User Input

2012-02-01 Thread Andrew Scott
The AntiSamy project is maybe the best way to sanitize any user input out there. -- Regards, Andrew Scott WebSite: http://www.andyscott.id.au/ Google+: http://plus.google.com/108193156965451149543 On Thu, Feb 2, 2012 at 8:33 AM, douglas cohn douglas.c...@gmail.com wrote: I recently