AlexRumak / CodePathAssignment1

Web Security Assignment 1
0 stars 0 forks source link

Project Feedback! #1

Open codepathreview opened 7 years ago

codepathreview commented 7 years ago

Hello Alex,

Looks like your README is incomplete for this assignment šŸ˜¬. The README helps us to make sure we don't miss any required or optional stories you have completed.

Make sure all you have completed the following steps to completing your README:

  1. Make sure you have the correct README for this assignment, go to the "Setup" section in Assignment Tab for the corresponding week in the course portal.
  2. Please mark of all completed stories [x]
  3. Add a link to your animated gif walkthough to your README and make sure it renders (animates) when viewing the README.

Your assignment is incomplete until the README is complete. Once completed, please push your updates and submit your assignment again so we can regrade it.

Still confused about how to properly submit your assignment? Check out the Submitting Assignments for detailed instructions.

If you have any particular questions about the assignment or the feedback, feel free to reply here or email us at universitysupport@codepath.com.

codepathreview commented 7 years ago

šŸ‘ Nice work! In order to learn web security, we have to learn the basics of web development. Because web development isn't the goal of this course, everyone will receive the same UI score, so you can focus on the security aspects of the course.

We're using PHP because Facebook is sponsoring this course, but it's also the easiest framework to demonstrate some of these security issues. PHP without a framework is very similar to Sinatra (Ruby) or Flask (Python), which are two very popular barebones web frameworks. Modern PHP with a framework is very similar to Rails and Django. All of the tasks in the weekly projects are very similar and applicable to what you would need to do in Ruby or Python.

The purpose of this assignment was to explore the following concepts:

To evaluate your understanding this week, you should try to answer the following questions:

If you have any particular questions about the assignment or the feedback, email us at universitysupport@codepath.com.