mirror of
https://github.com/joe7575/techpack.git
synced 2024-11-26 00:53:44 +01:00
.. | ||
depends.txt | ||
description.txt | ||
environ.lua | ||
init.lua | ||
mod.conf | ||
readme.md | ||
scanner.lua | ||
store.lua | ||
test_environ.lua | ||
test_scanner.lua | ||
test_store.lua |
SaferLUA [safer_lua]
A subset of the language LUA for safe and secure LUA sandboxes with:
- limited code length
- limited execution time
- limited memory use
- limited posibilities to call functions