Automated Source Code Analysis
Automated source code analysis is technology aimed at locating and describing areas of weakness in source code Those weaknesses might be security vulnerabilities, logic errors, implementation defects, concurrency violations, rare boundary conditions, or many other types of problem-causing code The name of the associated research field is static code analysis…
Go here to see the original:
Automated Source Code Analysis