Skip to main content

Static Application Security Testing (SAST)

Static Application Security Testing (SAST) is a technique which can be used to analyze a code base to discover potential defects and vulnerabilities.

"Don't live with broken windows"

For a SAST tool to be effective, all discovered issues has to be addressed and either whitelisted or removed. Having a code base with hundreds or thousands of potential defects which "everybody" on the project knows are false positives, will only result in real warnings being hidden in the noise, ensuring that nothing is fixed. Use time to configure the tool correctly and implement best practices for the combination of tool and platform.

SAST metrics is an important tool for any project, so it is important that a Security Champion or a specific person is tasked with monitoring the tool and its output.

List of tools: