Testing
Static Application Security Testing (SAST)
Automated source code analysis for security vulnerabilities.
SAST tools analyze source code without executing it, detecting vulnerable patterns like SQL injection concatenation, hardcoded secrets, and unsafe deserialization. Integrated early in development. Catches issues before code is deployed.