Software Engineering KB

Home

❯

08 Security

❯

02 Application Security

❯

01 Concept

❯

SAST

SAST

Feb 10, 20261 min read

  • application-security
  • sast
  • testing

SAST

← Back to Secure Development Practices

Static Application Security Testing analyzes source code for vulnerabilities without executing it. Tools like Semgrep, SonarQube, and CodeQL find security issues early in the development lifecycle at low cost. SAST runs in CI/CD and provides fast feedback on code changes.

Key Properties

  • Source Code Analysis
  • CD Integration
  • False Positive Management

application-security sast testing


Graph View

  • SAST
  • Key Properties

Backlinks

  • Secure Development Practices

Created with Quartz v4.5.2 © 2026

  • GitHub