From the course: Azure for DevOps: Designing a Strategy

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Define a code security strategy

Define a code security strategy - Azure Tutorial

From the course: Azure for DevOps: Designing a Strategy

Start my 1-month free trial

Define a code security strategy

- [Instructor] Define a Code Security Strategy. With data breaches happening as they do today, and you've heard about it in the news, code security is at top-of-mind for a lot of development teams and organizations. So what is a code security review? It's the process of auditing a source code of an application to verify that the proper security controls are present, and that they work as intended. They have been invoked in all the right places. Code review is a way of ensuring that the application has been developed to be self-defending in its given environment. What are some security practices? OWASP regularly publishes a set of secure coding practices that focuses on various areas of software development. Input validation, authentication and password management, data protection, database security, general coding practices, and more. So what is OWASP? OWASP is the Open Web Application Security Project. It's an organization focused on improving the security of software. OWASP's stated…

Contents