Skip to content

Commit

Permalink
Updated Instructions file for all projects
Browse files Browse the repository at this point in the history
  • Loading branch information
milind-daftari committed Oct 9, 2023
1 parent d13a4b2 commit de242ad
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 0 deletions.
6 changes: 6 additions & 0 deletions AppSec-Project-1/HW1_Instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions AppSec-Project-2/HW2_Instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

###
6 changes: 6 additions & 0 deletions AppSec-Project-3/HW3_Instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

###
6 changes: 6 additions & 0 deletions AppSec-Project-4/HW4_Instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

###

0 comments on commit de242ad

Please sign in to comment.