Skip to content

jnwhiteh/luasandbox

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

Sandbox for running Lua code

This is a fairly simply sandbox for running user-supplied Lua code in what we hope is a 'safe' way. This script does not attempt to do any memory or CPU limiting, as it expects to be run under the 'ulimit' command in order to accomplish this. This sandbox supports basic persistence using Pluto and allows you to easily customize the functions that are exposed to the user scripts.

License

This code is made available under the same Licence as Lua 5.0 and later versions

About

A fairly simple and robust Lua sandbox

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages