prosyslab-classroom / cs348-information-security

60 stars 10 forks source link

[Announcement] Homework 6 is out #309

Closed yeonhee-ryou closed 1 year ago

yeonhee-ryou commented 1 year ago

Hi all,

This is an announcement about homework 6. The goal of this homework is to implement a fuzzer that automatically generates inputs for software testing.

Here is the GitHub classroom link for this homework: https://classroom.github.com/a/vDzYWwaP

Auto grading

Your implementation will be graded using GradeScope. Please check the guidelines

You can check the sample scores on the leaderboard.

Due date

Due: 05. 31 (Wed.) 23:59:59 Late Due: 06. 02 (Fri.) 23:59:59 (late submission penalty)

yeonhee-ryou commented 1 year ago

This is NOT the last homework. We still have one more homework, "HW7: Static Analyzer". Please check the schedule.

adzaky15 commented 1 year ago

I keep getting autograder error. At first, I thought it is because of my implementation, but I tried uploading the code without mutation and the result is still the same. Can you please check this for me?

snurf198 commented 1 year ago

@yeonhee-ryou Is it normal that my code takes very long time for gradescope to grade it? I wonder about this because since the program needs timeout to stop executing.

KAIST-JongchanPark commented 1 year ago

@adzaky15 It seems working well. In addition, I regrade your previous submission version and It works well. If you have same problem again, I recommend you to resubmit your submission.

KAIST-JongchanPark commented 1 year ago

@snurf198 It would take some time. Please check evaluation criteria.

@adzaky15 @snurf198 Please post your questions with new issue, not with comment.