This repository was archived by the owner on Mar 28, 2019. It is now read-only.

Description
Currently any program that is executed under Codejudge is running under the access privileges of the user. So it is possible to create a malicious program that can damage the user's data or the system. One way would be to create a chrooted environment in which the program is run so that it cannot access any outside files.
In such a case one needs to modify the classes ( yes, and not the Language interface) that implement each particular language.