I am considering offering a webform for people to submit their code
and run it through erlc and output any compilation errors or if it
was successful. What do I need to worry about in terms of
sandboxing? I think the biggest security risk is -include. -include
("/etc/passwd") or something like that. What should my concerns be?
Are there solutions to these problems?