lua-users home
lua-l archive

Search lua-l

This index contains 143,615 documents and 1,774,615 keywords. Last update on 2023-03-09 .

Query: [How to search]

Display: Description: Sort by:

Results:

References: [ sandboxing: 527 ]

Total 527 documents matching your query.

11. Sandboxing (score: 34)
Author: Pierre-Yves Gérardy <pygy79@...>
Date: Fri, 20 Jan 2012 11:30:37 +0100
Hello, I have some questions regarding sandboxing in Lua 5.1. Besides the functions tagged "SAFE" on the Wiki (http://lua-users.org/wiki/SandBoxes), I would like to provide sanitized versions of `get
12. Re: Sandboxing in Lua 5.2 (score: 34)
Author: Renato Maia <maia@...>
Date: Sat, 7 May 2011 09:03:21 -0300
local env = { foo = foo; bar = bar } local path = "users_code.lua" local loader = assert(io.open(path)):lines() local chunk = assert(loadin(env, loader, path)) local ok, result = assert(xpcall(chunk,

Search by Namazu v2.0.21