[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua script as data model
- From: "Javier Guerra" <javier@...>
- Date: Wed, 17 Sep 2008 08:57:40 -0500
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