in reply to default_escape for Template::Toolkit?
wow, interesting, that so few seem interested.
default_escape is IMHO the solution against XSS. since i know it i don't want to miss it. it's so comfortable to create templates while knowing that you can't forget to html-escape. at the same time you often stumble across embarrassing XSS issues on other pages, and you can be sure that this very probably won't happen to you.
so why seem most of the TT users here not to be interested? what do you do to prevent XSS reliably?
default_escape is IMHO the solution against XSS. since i know it i don't want to miss it. it's so comfortable to create templates while knowing that you can't forget to html-escape. at the same time you often stumble across embarrassing XSS issues on other pages, and you can be sure that this very probably won't happen to you.
so why seem most of the TT users here not to be interested? what do you do to prevent XSS reliably?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: default_escape for Template::Toolkit?
by Corion (Patriarch) on Apr 16, 2008 at 10:03 UTC | |
Re^2: default_escape for Template::Toolkit?
by andreas1234567 (Vicar) on Apr 16, 2008 at 10:40 UTC | |
by moritz (Cardinal) on Apr 16, 2008 at 10:53 UTC | |
by andreas1234567 (Vicar) on Apr 16, 2008 at 11:05 UTC |
In Section
Seekers of Perl Wisdom