From a402800f1f6409b861a5ef9434c9dddae83341fc Mon Sep 17 00:00:00 2001 From: SanjayTr <35617078+SanjayTr@users.noreply.github.com> Date: Fri, 26 Oct 2018 12:07:51 -0400 Subject: [PATCH] Updating instructions --- EducationalAssignments/ParityPartThree.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/EducationalAssignments/ParityPartThree.md b/EducationalAssignments/ParityPartThree.md index a7f71c50..a8803024 100644 --- a/EducationalAssignments/ParityPartThree.md +++ b/EducationalAssignments/ParityPartThree.md @@ -1,7 +1,7 @@ # Fixing your security layer -In this assignment you will analyze the bugs in your security layer from [[Part One](https://github.com/SeattleTestbed/docs/blob/master/EducationalAssignments/ParityPartOne.md)] and fix them. You may want to use test cases from [Part Two](https://github.com/SeattleTestbed/docs/blob/master/EducationalAssignments/ParityPartTwo.md) to help identify these bugs. Finally, you will write a report discussing the different classes of bugs that your code had, and why. +In this assignment you will analyze the bugs in your security layer from [Part One](https://github.com/SeattleTestbed/docs/blob/master/EducationalAssignments/ParityPartOne.md) and fix them. You may want to use test cases from [Part Two](https://github.com/SeattleTestbed/docs/blob/master/EducationalAssignments/ParityPartTwo.md) to help identify these bugs. Finally, you will write a report discussing the different classes of bugs that your code had, and why. @@ -55,5 +55,5 @@ Let's analyze one of the bugs in this implementation. According to the specific * Turn in the reference monitor that you have fixed. The name of the reference monitor should be in the form of reference_monitor_netId.r2py e.g. reference_monitor_jcappos.r2py All letters must be lowercase. - * In addition to your reference monitor, submit a one-page PDF document, in which you discuss the different classes of bugs you had in your reference monitors and why. + * In addition to your reference monitor, submit the one-time form whose link is shared in the assignments tab, in which you discuss the different classes of bugs you had in your reference monitors and why. What kind of bug did you experience, what caused the bug, and what did you do to fix it?