Re: [PHP-DEV] Session SID and strip tags

2004-02-15 Thread Rasmus Lerdorf
On Sun, 15 Feb 2004, Jan Lehnardt wrote: On 8 Feb 2004, at 21:26, Rasmus Lerdorf wrote: Perhaps the real answer here is to turn on input filtering by default so we defeat XSS once and for all across the board. seems like nobody is interested. I'd like to see some sort of discussion on

[PHP-DEV] Session SID and strip tags

2004-02-08 Thread Derick Rethans
Hey, while reading the session documentation today (en/reference/session/reference.xml) I noticed the following: To continue, A HREF=nextpage.php??php echo strip_tags (SID)?click here/A The strip_tags() is used when printing the SID in order to prevent XSS

Re: [PHP-DEV] Session SID and strip tags

2004-02-08 Thread Rasmus Lerdorf
Perhaps the real answer here is to turn on input filtering by default so we defeat XSS once and for all across the board. On Sun, 8 Feb 2004, Derick Rethans wrote: Hey, while reading the session documentation today (en/reference/session/reference.xml) I noticed the following: To

Re: [PHP-DEV] Session SID and strip tags

2004-02-08 Thread Juan Alonso
Excuse my ignorance Rasmus but how do we turn on input filtering now? (I will pretend I know what input filtering is) El dom, 08-02-2004 a las 20:26, Rasmus Lerdorf escribió: Perhaps the real answer here is to turn on input filtering by default so we defeat XSS once and for all across the

Re: [PHP-DEV] Session SID and strip tags

2004-02-08 Thread Rasmus Lerdorf
Read README.input_filter in the php5 tree. On Sun, 8 Feb 2004, Juan Alonso wrote: Excuse my ignorance Rasmus but how do we turn on input filtering now? (I will pretend I know what input filtering is) El dom, 08-02-2004 a las 20:26, Rasmus Lerdorf escribió: Perhaps the real answer here is