It's come to my attention that the RePy application files are mutable due to a student injecting stuff into the repy.py file as one of their attack cases.
While that is a good attack, I do think it might be good to have a method of preventing that as depending on how it was done it could corrupt the build. While this student cleaned up after themselves and provided a script to sanitize the repy.py file others might not have the foresight and it might create problems.
It's come to my attention that the RePy application files are mutable due to a student injecting stuff into the
repy.pyfile as one of their attack cases.While that is a good attack, I do think it might be good to have a method of preventing that as depending on how it was done it could corrupt the build. While this student cleaned up after themselves and provided a script to sanitize the
repy.pyfile others might not have the foresight and it might create problems.