What is source code analysis?
Source code analysis is the analysis of the source code of a software to identify bugs and vulnerabilities in the software. Not only bugs and vulnerabilities are detected, but also snippets of code that are misused or not recommended by the developer.
During code analysis, the software does not need to be running and it is not necessary to know the business logic of the software.