lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Mon, Apr 7, 2014 at 3:00 PM, Thiago L. <fakedme@gmail.com> wrote:
> Well if I were to use __index and __newindex someone could use rawget and
> rawset to bypass it and break my proxy... newproxy blocks that...

That's true. But if you are not trusting your users then there must be
a sandbox, and in which case you could simply not give them
rawget/rawset ;)