[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lpeg error handling
- From: steve donovan <steve.j.donovan@...>
- Date: Wed, 22 Apr 2009 10:01:22 +0200
On Wed, Apr 22, 2009 at 9:40 AM, Ico <lua@zevv.nl> wrote:
> these files can come from untrusted sources, and I'd like to create a
> more robust solution to avoid problems caused by unexpected input like
> neverending loops.
To get a really tough sandbox, use Luiz' token filtering patch and
filter out all dangerous keywords (or simply detect them as errors).
steve d.