Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 286 Bytes

File metadata and controls

15 lines (11 loc) · 286 Bytes

Module 8: Static Analysis (SAST)

What

Analyzing source code or binaries without execution.

Benefits

  • Early vulnerability detection.
  • Integrates into CI/CD.

Challenges

  • False positives.
  • Tool configuration required.

Examples

  • SonarQube, Semgrep, CodeQL.