top of page

Feature Details

This feature has the information you need.

Static Application Security Testing (SAST)

Static application security testing (SAST) is a way to perform automated testing and analysis of a program's source code without executing it to catch security vulnerabilities early in the software development cycle. Also referred to as static analysis, SAST is the process of parsing through the code to look at how it was written, checkig for security vulnerabilities and safety concerns. (It is a version of white-box testing.)

Provided in reports, dashboards, and can be integrated with other tools.

The output of the code quality analysis supports machine-readable formats such as SARIF.

bottom of page