Part of my application allows users to submit their xcode projects to my server and then we will compile them and run various tests.
Right now we've been testing this with several hundred trusted people, but I am wondering if we need some kind of sandboxing for each compilation.
Is there any avenue one could use to do something malicious with this workflow?
Could someone put something inside a repository that would get executed when xcodebuild runs?
Can/Should I disable executables in the directory I store the projects in?
Any other comments are welcome. Thanks