techpack/safer_lua
2018-06-24 15:01:33 +02:00
..
depends.txt New controller based on SaferLUA 2018-06-24 15:01:33 +02:00
description.txt New controller based on SaferLUA 2018-06-24 15:01:33 +02:00
environ.lua New controller based on SaferLUA 2018-06-24 15:01:33 +02:00
init.lua New controller based on SaferLUA 2018-06-24 15:01:33 +02:00
mod.conf New controller based on SaferLUA 2018-06-24 15:01:33 +02:00
readme.md New controller based on SaferLUA 2018-06-24 15:01:33 +02:00
scanner.lua New controller based on SaferLUA 2018-06-24 15:01:33 +02:00
store.lua New controller based on SaferLUA 2018-06-24 15:01:33 +02:00
test_environ.lua New controller based on SaferLUA 2018-06-24 15:01:33 +02:00
test_scanner.lua New controller based on SaferLUA 2018-06-24 15:01:33 +02:00
test_store.lua New controller based on SaferLUA 2018-06-24 15:01:33 +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