Saw it. Have a last doubt. Does web2py avoid file inclusion vulnerability? How?
On Friday, May 13, 2016 at 8:31:49 PM UTC+5:30, Anthony wrote: > > Have a look here: > http://web2py.com/books/default/chapter/29/01/introduction#Security > > On Friday, May 13, 2016 at 10:20:29 AM UTC-4, Steve Joe wrote: >> >> That's fine. How about SQL injection? Is it safe from it? >> >> On Friday, May 13, 2016 at 2:17:59 AM UTC+5:30, Anthony wrote: >>> >>> As long as you're allowed to write your own code, nothing is safe, but >>> one thing web2py does to help protect against XSS attacks is to >>> automatically escape all content inserted in views. >>> >>> Anthony >>> >>> On Thursday, May 12, 2016 at 4:14:00 PM UTC-4, Steve Joe wrote: >>>> >>>> how? >>> >>> -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

