When, Why, and How to Leverage Source Code Analysis Tools
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 analysis. This is differentiated from more traditional dynamic analysis techniques such as unit or penetration test by the fact that the work is performed at build time using only the source code of the program or module in question. The results reported are therefore generated from a complete view of every possible execution path, rather than some aspect of a necessarily limited observed runtime behavior.
| DOWNLOAD NOW | |||||
| Publisher: | Klocwork | Published: | 10/13/2009 | Type: Length: Format: | 9 pages |
| Rating: | Share: | Send to a friend | |||
| Topics: | Testing | ||||

