Secure Coding (C++) - Lab 7: Static Analysis

Static Analysis is the process of automatically analyzing source code for potential issues. Some focus on security vulnerabilities, and others focus on coding conventions. In this lab, you will use CodeChecker to analyze a source code for issues with security vulnerabilities and coding conventions and implement recommendations using C++.

Time
30 minutes
Difficulty
Intermediate
Share
NEED TO TRAIN YOUR TEAM? LEARN MORE
Join over 3 million cybersecurity professionals advancing their career
Sign up with
Required fields are marked with an *
or

Already have an account? Sign In »

Overview

Static Analysis is the process of automatically analyzing source code for potential issues. Some focus on security vulnerabilities, and others focus on coding conventions. In this lab, you will use CodeChecker to analyze a source code for issues with security vulnerabilities and coding conventions and implement recommendations using C++.