lua-users home
lua-l archive

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


On Wed, Sep 17, 2008 at 8:21 AM, LAURENS Jérôme
<jlaurens@users.sourceforge.net> wrote:
> Hi list,
>
> I am new to lua.
>
> I plan to store some key->value preferences (and more) in a lua script file.
> My question concerns security:
> in case the script file is corrupted, is it possible to execute malicious
> code while lua is scanning back the file?
> In general, are there any required steps to prevent security issues when
> using lua scripts as data models?

just disable most (if not all) functions from the library.


-- 
Javier