From de242ad8ceb796e952d9b569cced37e89aa284e9 Mon Sep 17 00:00:00 2001 From: milind-daftari Date: Mon, 9 Oct 2023 14:30:34 -0400 Subject: [PATCH] Updated Instructions file for all projects --- AppSec-Project-1/HW1_Instructions.md | 6 ++++++ AppSec-Project-2/HW2_Instructions.md | 6 ++++++ AppSec-Project-3/HW3_Instructions.md | 6 ++++++ AppSec-Project-4/HW4_Instructions.md | 6 ++++++ 4 files changed, 24 insertions(+) diff --git a/AppSec-Project-1/HW1_Instructions.md b/AppSec-Project-1/HW1_Instructions.md index d2b85d9..80efc1c 100644 --- a/AppSec-Project-1/HW1_Instructions.md +++ b/AppSec-Project-1/HW1_Instructions.md @@ -113,6 +113,12 @@ To create your own test files, you may want to refer to the `gengift.py` and `genanim.py` programs, which are Python scripts that create gift card files of different types. +### + +This assignment was provided as part of the Application Security Class taught by Professor Brendan Dolan-Gavitt at New York University + +### + Finally, fix the bugs that are triggered by your test cases, and verify that the program no longer crashes / hangs on your test cases. To make sure that these bugs don't come up again as the code evolves, have diff --git a/AppSec-Project-2/HW2_Instructions.md b/AppSec-Project-2/HW2_Instructions.md index bb08461..40fda2d 100644 --- a/AppSec-Project-2/HW2_Instructions.md +++ b/AppSec-Project-2/HW2_Instructions.md @@ -237,3 +237,9 @@ it exists now is difficult to read, and therefore difficult to fix. It also unecessarily uses home-brewed solutions for things that can be solved easily with common libraries or Django built-ins. This is certainly not code that you should seek to reproduce, or use as an example of good code. + +### + +This assignment was provided as part of the Application Security Class taught by Professor Brendan Dolan-Gavitt at New York University + +### \ No newline at end of file diff --git a/AppSec-Project-3/HW3_Instructions.md b/AppSec-Project-3/HW3_Instructions.md index ff4cbb0..95e152b 100644 --- a/AppSec-Project-3/HW3_Instructions.md +++ b/AppSec-Project-3/HW3_Instructions.md @@ -290,3 +290,9 @@ the assignment, they should help you learn a lot about how using cloud deployment helps you preserve the availability of your service (and the micro-services that comprise it) and how good monitoring and logging can help you spot errors in the application before they become serious issues. + +### + +This assignment was provided as part of the Application Security Class taught by Professor Brendan Dolan-Gavitt at New York University + +### diff --git a/AppSec-Project-4/HW4_Instructions.md b/AppSec-Project-4/HW4_Instructions.md index b9156ea..20f8d68 100644 --- a/AppSec-Project-4/HW4_Instructions.md +++ b/AppSec-Project-4/HW4_Instructions.md @@ -220,3 +220,9 @@ Despite the fixes you've made, there are almost certainly still many bugs lurking in the application, and the overall design of the application could be better done. With enough changes, this application could serve as a decent front-end for a REST API, but that API would also have to be audited. + +### + +This assignment was provided as part of the Application Security Class taught by Professor Brendan Dolan-Gavitt at New York University + +### \ No newline at end of file