Closed syndir closed 5 years ago
Thanks for the report. An update has been published to change the assessment to match the lab manual. Instructors need only run update-labtainer.sh from their labtainer-student directory. And then run the gradelab again, but with the "-r" option.
Problem: In the onewayhash lab PDF, task 2 asks the user to "generate a keyed hash using HMAC-MD5, HMAC-SHA256, and HMAC-SHA1 for any file that you choose". The checkwork command only verifies that the work was completed when these commands are issued against filetodigest.txt specifically.
The issue seems to be around: labs/onewayhash/instr_config/goals.config:
labs/onewayhash/instr_config/results.config:
Desired Fix: Either the PDF could be updated to specify these commands should be executed against filetodigest.txt, or the .config files could be updated to detect them being executed against any file.