Secure Coding (Java) - 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 SonarQube to analyze a source code for issues with security vulnerabilities and coding conventions and implement recommendations using Java.
Time
30 minutes
Difficulty
Intermediate
Share
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 SonarQube to analyze a source code for issues with security vulnerabilities and coding conventions and implement recommendations using Java.
Learning Partner