
Explore the OWASP top ten proactive controls, its history, and how the project defines itself on the OWASP website, with guidelines for web security development.
Learn about the OWASP top ten proactive controls v2.0, how to apply secure coding practices for web and mobile apps, with examples, languages, and downloadable references.
Explore the OWASP top ten proactive controls project, its history, and where to access the document online; see that these security techniques have multi-language examples from the AWS team.
Prioritize security testing early and often in the software development life cycle to catch issues before late stages, leveraging the first OWASP proactive control for DevOps.
Verify security early and often by testing throughout the lifecycle, automating security in DevOps, converting scan outputs into reusable controls, and mapping them to the OWASP Top Ten.
Advance security testing early and often in the software development life cycle, addressing DevOps and CI challenges, and applying the BDD security testing framework to create security test scripts.
Explore parameterized queries to prevent sql injection and protect sql commands. Understand the anatomy of a sql injection attack and apply defenses.
Understand how parameterized queries interpret inputs before execution to prevent SQL injection in code. Learn concrete examples and fixes using ASP.NET MVC demos and safe, non concatenated queries.
Explore how a malicious value can trigger a SQL injection to update data across multiple records, highlighting why you must use parameterized queries to prevent attacks.
Encode data to prevent cross-site scripting by properly encoding user input on web pages. Explore the anatomy of a cross-site scripting attack and learn tools and methods for data encoding.
Encode data to prevent cross-site scripting by applying HTML encoders and sanitizers in ASP.NET MVC and .NET, mitigating injection risks and protecting cookies.
Learn to encode user input to prevent script execution on websites, including scripts stored in databases and rendered on pages, and explore ready-to-use tools and libraries for encoding.
Explore the OWASP proactive controls topic e: validate inputs - part 1, emphasizing that all data inputs can't be trusted and must be validated, with file upload best practices.
Learn to validate all inputs as untrusted, enforce safe handling of headers, cookies, and forms, and apply HTML sanitization and file upload safeguards to prevent injection and XSS.
Examine why input cannot be trusted and may contain scripts, and apply the OWASP HTML sanitizer and file upload safeguards, including renaming files and verification checks.
Explore the fifth proactive control, identity and authentication controls, and learn best practices in password management and user authentication to secure your applications.
Learn to implement identity and authentication controls, securing passwords with salt, hashing, and iterations, and adopting two-factor authentication, session management, and robust verification.
Explore common password policy challenges and implement best practices for user authentication to ensure proper identity verification in web applications.
Explore the six access control practices from the OWASP proactive controls and verify user permissions on every call. Identify anti-patterns such as role-based access control and adopt permission-based authorization.
Implement appropriate access controls by denying by default and verifying requests on the server. Use centralized, permission-based access rather than hard-coded roles to address anti-patterns and OWASP risks.
Learn to enforce authorization effectively by avoiding common access control antipatterns, and compare role-based and permission-based controls to determine which approach fits best.
Explore the seven OWASP Top Ten Proactive Controls, focusing on protecting data in transit and at rest, the importance of HTTPS, ways to protect HTTPS data, and secure data storage.
Protect data by encrypting it in transit with https and at rest with secure key management, ensuring confidentiality, integrity, and authenticity through hsts, certificate pinning, and forward secrecy.
Protect data in transit and at rest by leveraging https benefits and applying tools and methods to secure data at rest.
Explore how to implement logging and intrusion detection within your code, align with the OWASP Proactive Controls, and leverage tools to detect intrusions.
Implement robust logging using standard frameworks with minimal, effective data and proper encoding. Use intrusion detection by monitoring validation failures, forced browsing, and honeypots.
Learn to balance effective application logging with intrusion detection, safeguard sensitive data, review code examples, and explore developer tools.
Leverage security frameworks and libraries instead of rolling your own for OWASP Proactive Controls nine and ten. Apply best practices for error and exception handling, ensuring secure exits.
Leverage security frameworks and libraries, with built-in orm, access control, and csrf protections, and keep them up to date. Centralize error handling to fail securely and prevent data leakage.
Leverage well-known security frameworks and libraries to implement security solutions efficiently. Master proper error and exception handling to ensure your system recovers quickly and stays secure when issues occur.
The OWASP: Proactive Controls course is part of a series of training courses on the Open Web Application Security Project (OWASP). The OWASP Top Ten Proactive Controls is a list of security techniques that should be included in every software development project. They are ordered by order of importance, with control number 1 being the most important. This training assists the developers who are new to secure development to ensure application security.
The OWASP Foundation was established with a purpose to secure the applications in such a way that they can be conceived, developed, acquired, operated, and maintained in a trusted way. All of the OWASP tools, documents, forums, and chapters are free and open to anyone interested in improving application security. This course along with the other courses in the series on OWASP provides a basic overview of the concepts that form an integral part of the OWASP core values.