autolab / Autolab

Course management service that enables auto-graded programming assignments.
http://www.autolabproject.com/
Apache License 2.0
743 stars 209 forks source link

Speedgrader file outline breaks on certain archives #2111

Closed damianhxy closed 2 months ago

damianhxy commented 4 months ago

Speedgrader File Outline is wonky when viewing an archive submission where the files have been tarred in an "unconventional way".

To reproduce: submit (after unzipping) tartraversal2.tar.zip and view the submission (it was created by having files traverse two levels up first, e.g. tar -cf tartraversal2.tar ../../Desktop/MossTest/autograde-Makefile ../../Desktop/MossTest/dave.c ../../Desktop/MossTest/hello.c)

Screenshot 2024-02-26 at 15 36 10

The problem seems to lie in the sanitize_directories method of archive.rb