On Jan 24, 2008 12:22 AM, Nathan Waddell <[EMAIL PROTECTED]> wrote:
> I've completed the Road Map, found at:
> http://catwiki.toeat.com/fromtrac/future/roadmap.highlight.
I vaguely remember plans for a $c->req->list_param('users') and
$c->req->single_param( 'username' ) so that the security problem of
snippets like:
my $user = $rs->create({
is_admin => 0,
username => $c->req->param('username'),
});
would be more clear.
I think this should go somewhere on the wiki, if not on the Road Map
directly then perhaps to a linked page. What do you think? I would
add it myself - but I am not sure which version it was planned for and
what the exact names were.
Cheers,
Zbigniew
_______________________________________________
List: [email protected]
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/