Friday¶
Objectives¶
- Learn how to automate the deployment of a Django app with Ansible
- Start learning how to secure web apps in an existing code base
- Solidify what we’ve covered over the past week
Readings¶
- OWASP Top Ten App Vulnerabilities
- Lessons from Using Ansible
- Deploying Django with Ansible
- Read this Ansible Tutorial to learn a bit about how Ansible works.
- What is DevOps? (AWS)
- Learn about the most common attack vectors at Hacksplaining
Review¶
- Whatever brain cleanup we can do
Concepts¶
Assignments¶
- Python Practice: Autocomplete (Due Monday)
- Break the Site/Fix the Site
- Automate Deploying Imager with Ansible (Due Friday Week 8)
- Django Imager: Complete Front-End (Due Friday Week 8)
- Today I learned...