In this course, you will learn about best practices and techniques for secure application development with Ruby on Rails. After completing this course, you will be able to identify and mitigate injection vulnerabilities, such as SQL injection and cross-site scripting, build strong session management into your Rails applications, and prevent other common vulnerabilities, such as cross-site request forgery and direct object access.
Learning Objectives
On successful completion of this course, learners should have the knowledge and skills to:
- Describe various types of injection vulnerabilities including SQL injection and cross-site scripting
- Build strong session management into Rails applications
- Prevent common vulnerabilities such as cross-site request forgery, direct object access, and others