Go to file
Joachim Stolberg 45d8e3e311
Merge pull request #2 from Niklp09/master
use mod.conf instead of old .txt files
2022-07-23 22:39:06 +02:00
COPYING.txt extracted from TechPack and released 2020-04-26 14:04:56 +02:00
LICENSE.txt extracted from TechPack and released 2020-04-26 14:04:56 +02:00
data_struct.lua first commit 2020-03-14 23:08:06 +01:00
demo.lua demo code added, test code removed 2020-05-10 17:48:52 +02:00
environ.lua Fix the string.split bug by adding a new string.split2 function 2021-11-28 14:39:45 +01:00
init.lua Fix the string.split bug by adding a new string.split2 function 2021-11-28 14:39:45 +01:00
mod.conf use mod.conf instead of old .txt files 2022-07-21 19:54:13 +02:00
readme.md Fix the string.split bug by adding a new string.split2 function 2021-11-28 14:39:45 +01:00
scanner.lua first commit 2020-03-14 23:08:06 +01:00

readme.md

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-2021 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
  • 2021-11-28 v1.01 * function string.split2 added, unpack removed