How to do static analysis testing in 6 easy steps
Static application security testing (also known as static analysis or SAST) is the analysis of computer software that is performed without actually executing programs built from that software. Static analysis is a quick and effective method of discovering common issues found in code. It also provides good coverage of software source code while giving the analyst further insight into the coding practices currently in place.
Posted in Static Analysis (SAST)