[web2py] Re: OWASP Top 10 web app vuln # 10

2011-08-26 Thread ee...@seccuris.com
Looked in trunk and issue has been resolved. Thanks. -Eric

[web2py] Re: OWASP Top 10 web app vuln # 10

2011-08-25 Thread ee...@seccuris.com
OK. Issue created as requested http://code.google.com/p/web2py/issues/detail?id=388

[web2py] Re: SQLFORM list bug's

2011-08-11 Thread ee...@seccuris.com
On hindsight my suggested fix to sqlhtml.py does not work. It does return the values as a list but the values are not inserted into the db properly. On Aug 11, 10:27 am, Eric Enns wrote: > Hey, > > There are quite a few bugs in SQLFORM when having a field of type 'list' (so > 'list:string', 'lis

[web2py] Re: self reference and inheritance

2011-07-29 Thread ee...@seccuris.com
t; On Jul 28, 11:02 am, "ee...@seccuris.com" wrote: > > > > > > > > > Hey > > I have a db table that has a self referencing field. I need to create > > an audit table that inherits this table. In this table I also set > > primarykey so that web

[web2py] self reference and inheritance

2011-07-28 Thread ee...@seccuris.com
Hey I have a db table that has a self referencing field. I need to create an audit table that inherits this table. In this table I also set primarykey so that web2py does not create it's default id. Attempting to do this with the current dal.py results in a splitting error on line 523: rtablename,