diff --git a/README.md b/README.md index 60ee6de..f20b17b 100644 --- a/README.md +++ b/README.md @@ -18,3 +18,4 @@ We will go through the process of developing a secure application that: - [H: Token Based Authorization](descriptions/h_token_authorization.md) - [I: OAuth Protocol and Single-Table Inheritance](descriptions/i_oauth_protocol.md) - [J: Signed Apps and XSS Prevention](descriptions/j_distributed_security.md) +- [K: Final Presentations](descriptions/k_final_presentation.md) diff --git a/descriptions/k_final_presentation.md b/descriptions/k_final_presentation.md new file mode 100644 index 0000000..dbea021 --- /dev/null +++ b/descriptions/k_final_presentation.md @@ -0,0 +1,33 @@ +# Final Presentation + +This final week we will present our semester projects and share our thoughts. + +Here are some criteria for your final presentations: + +1. Presentation Time + - 15 Minutes Presentation + - Please share presentation duties among your teammates +2. Outline + - Introduction + - Introduce project purpose + - What are the security threats of major concern + - Demonstration + - Show us all the major features + - Must register/create account as part of your demo + - Must log in + - Must create resources using your logged in account + - Must share resources with other users + - Tell us anything your application does that was not covered in class + - Architecture + - Show us a schematic of what are the major parts of your system + - Tell us about your database schema (tables, encrypted columns, models, etc.) + - Future growth + - Share ideas for how your project might grow in the future + - e.g., new interfaces/devices; other use cases + - What new security concerns might these changes bring? + - Show us a future schematic of your architecture (if Future Growth happens) +3. Listening and Thinking (2 questions) + - Every team must prepare at least one question for each other team's presentation + - Every team must propose one idea for future growth for each other team's presentation + +After the presentations are over, we'll freely discuss the state of security in the world today.