From the course: CCSP Cert Prep: 4 Cloud Application Security Audio Review

Unlock the full course today

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

Secure coding practices

Secure coding practices

From the course: CCSP Cert Prep: 4 Cloud Application Security Audio Review

Start my 1-month free trial

Secure coding practices

- [Instructor] In chapter three I shared a lot of information about secure coding practices. A really important topic for the exam, and for cloud security in general. Let's review some of the key points. Many security issues occur when software acts in an unexpected manner in response to invalid user input or another error situation. Error handling, otherwise known as exception handling, prevents these unpredictable states by providing explicit instructions on how the computer should handle these situations. When we develop software, we often place it in code repositories. These code repositories play an important role in modern software development, providing secure storage for code, software configuration management, and version control. Most code repositories support both public and private repositories, and security teams must be careful to ensure that developers use the correct choice to avoid exposing sensitive…

Contents