[web2py] security warning - DISABLED apps in 2.6.4

2013-09-24 Thread Massimo Di Pierro
Mind that the ability to disable apps is broken in 2.6.x. You can disable them you can re-enable them, but if you disable them again it does not work. This is fixed in trunk and it will be fixed in 2.7.1 shortly. Massimo -- Resources: - http://web2py.com - http://web2py.com/book

[web2py] SECURITY WARNING

2011-06-01 Thread Massimo Di Pierro
we found two vulnerabilities that have been fixed in the latest release of web2py (1.96.1) and plugin_wiki (which requires web2py 1.96.1) ## Vulnerability 1 Consider this action def index(): a = 1 b = 2 return locals() and the view {{=a}} You clearly