root 7c9e9550a4 update hace 4 años
..
data_struct.lua 7c9e9550a4 update hace 4 años
depends.txt 0f1c1c3a95 new_mods_and_update hace 4 años
description.txt 0f1c1c3a95 new_mods_and_update hace 4 años
environ.lua 7c9e9550a4 update hace 4 años
init.lua 7c9e9550a4 update hace 4 años
mod.conf 0f1c1c3a95 new_mods_and_update hace 4 años
readme.md 0f1c1c3a95 new_mods_and_update hace 4 años
scanner.lua 7c9e9550a4 update hace 4 años

readme.md

SaferLua [safer_lua] v0.01

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 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