techage_modpack/safer_lua
2020-08-08 12:52:38 +02:00
..
COPYING.txt built on 31/05/2020 22:31:18 2020-05-31 22:31:18 +02:00
data_struct.lua built on 31/05/2020 22:31:18 2020-05-31 22:31:18 +02:00
demo.lua built on 31/05/2020 22:31:18 2020-05-31 22:31:18 +02:00
depends.txt built on 31/05/2020 22:31:18 2020-05-31 22:31:18 +02:00
description.txt built on 31/05/2020 22:31:18 2020-05-31 22:31:18 +02:00
environ.lua built on 08/08/2020 12:52:38 2020-08-08 12:52:38 +02:00
init.lua built on 31/05/2020 22:31:18 2020-05-31 22:31:18 +02:00
LICENSE.txt built on 31/05/2020 22:31:18 2020-05-31 22:31:18 +02:00
mod.conf built on 31/05/2020 22:31:18 2020-05-31 22:31:18 +02:00
readme.md built on 31/05/2020 22:31:18 2020-05-31 22:31:18 +02:00
scanner.lua built on 31/05/2020 22:31:18 2020-05-31 22:31:18 +02:00

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

License

Copyright (C) 2018-2020 Joachim Stolberg
Code: Licensed under the GNU LGPL version 2.1 or later. See LICENSE.txt

Dependencies

none

History

  • 2018-06-24 v0.01 * first draft
  • 2020-03-14 v1.00 * extracted from TechPack and released