in reply to Security Breach through Template::Toolkit
So if you pass a DBIx::Class object to the template, it might be possible for the user to query your DB for things you didn't want to reveal to them. Or if you have defined some many-to-many relations the user could walk through all these relations, issuing many DB queries and thus degrading performance.
Maybe that can be prohibited somehow, but it's a danger you have to be aware of.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Security Breach through Template::Toolkit
by dragonchild (Archbishop) on Nov 11, 2008 at 18:22 UTC |