Re: [Tutor] Tainted characters and CGI

2005-10-31 Thread Tim Johnson
* John Fouhy <[EMAIL PROTECTED]> [051031 14:16]: > On 01/11/05, Tim Johnson <[EMAIL PROTECTED]> wrote: > > Hello: > > I need to tighten my handling of CGI transmissions. > > I particular, I need to develop a strategy of safely dealing > > with "tainted" characters. > > A friend of mine has written

Re: [Tutor] Tainted characters and CGI

2005-10-31 Thread John Fouhy
On 01/11/05, Tim Johnson <[EMAIL PROTECTED]> wrote: > Hello: > I need to tighten my handling of CGI transmissions. > I particular, I need to develop a strategy of safely dealing > with "tainted" characters. A friend of mine has written a module that may be useful to you: """ zstr is an extension

Re: [Tutor] Tainted characters and CGI

2005-10-31 Thread Tim Johnson
* Ron Weidner <[EMAIL PROTECTED]> [051031 12:38]: > > > --- Tim Johnson <[EMAIL PROTECTED]> wrote: > > > Hello: > > I need to tighten my handling of CGI transmissions. > > I particular, I need to develop a strategy of safely > > dealing with "tainted" characters. > > Ahh... tainted characters.

Re: [Tutor] Tainted characters and CGI

2005-10-31 Thread Ron Weidner
--- Tim Johnson <[EMAIL PROTECTED]> wrote: > Hello: > I need to tighten my handling of CGI transmissions. > I particular, I need to develop a strategy of safely > dealing with "tainted" characters. Ahh... tainted characters. If by "tainted" you mean not UTF-8, there is a c tool called "iconv"

[Tutor] Tainted characters and CGI

2005-10-31 Thread Tim Johnson
Hello: I need to tighten my handling of CGI transmissions. I particular, I need to develop a strategy of safely dealing with "tainted" characters. I'd appreciate any pointers to documentation and resources regarding this matter, as well as comments and caveats. At this time and for the forseeable f