Files
nexus/wiki/concepts/SAST.md
2026-04-16 17:30:41 +08:00

735 B
Raw Blame History

title, type, tags, sources, last_updated
title type tags sources last_updated
SAST静态应用安全测试 concept
安全
测试
代码分析
what-is-devsecops-best-practices-benefits-and-tools
2026-04-16

Definition

SASTStatic Application Security Testing是一种静态代码分析技术在不运行应用程序的情况下分析源代码以识别安全漏洞。

Characteristics

  • 在开发早期(编码阶段)使用
  • 无需执行代码
  • 可检测 SQL 注入、跨站脚本、缓冲区溢出等常见漏洞
  • 集成到 IDE 和 CI/CD 流水线

Tools

  • SonarQube
  • Checkmarx
  • Fortify

Connections