shivamdixit / WebGoatPHP

WebGoatPHP is a port of WebGoat to PHP and MySQL/SQLite databases.
http://webgoatphp.com/
Apache License 2.0
40 stars 31 forks source link

Secure Coding Mode: Sandboxing #25

Open shivamdixit opened 10 years ago

shivamdixit commented 10 years ago

TODO : Running the user supplied code in a sandbox.

lalithr95 commented 9 years ago

You can implement a codejail which runs the code in sandbox mode https://github.com/edx/codejail

captn3m0 commented 9 years ago

Look at https://google.github.io/nsjail/ as well.