Static Application Security Testing (SAST)
Static application security testing (SAST) is a set of technologies designed to analyze application source code, byte code and binaries for coding and design conditions that are indicative of security vulnerabilities. SAST enables development teams and engineers to assess applications in non-runtime environment and is commonly referred to as “white box” testing. This method of security testing can detect flaws in the software’s inputs and outputs that cannot be seen through dynamic web scanning alone.