aniervs / GraderMock

This mocks a grader from standard programming competitions (I/O checks, and AC,WA,MLE,TLE,RTE verdicts)
0 stars 2 forks source link

Forbidding non-standard Python libraries. #12

Open aniervs opened 4 months ago

aniervs commented 4 months ago

We want to forbid the code to use libraries that aren't default.

In order to do that, we can easily run the code in an environment that only has vainilla python. TO CHECK: be sure the code isn't downloading the libraries and then importing them.