Closed
Description
Improve security by disallowing students to create classes in the whitelisted packages in the SecurityManager by configuring a custom Proxy for the ClassLoader which will throw SecurityExceptions in such cases.
Securing the testing process will be much simpler because we can trust classes in these packages blindly at runtime. However, this will not replace the Throwable-sanitization.