Auto-sync: 2026-04-21 17:12

This commit is contained in:
2026-04-21 17:12:45 +08:00
parent 914c8f6925
commit 0fe7ba237f
1888 changed files with 220 additions and 68174 deletions

View File

@@ -1,26 +0,0 @@
---
title: "SAST静态应用安全测试"
type: concept
tags: [安全, 测试, 代码分析]
sources: [what-is-devsecops-best-practices-benefits-and-tools]
last_updated: 2026-04-16
---
## Definition
SASTStatic Application Security Testing是一种静态代码分析技术在不运行应用程序的情况下分析源代码以识别安全漏洞。
## Characteristics
- 在开发早期(编码阶段)使用
- 无需执行代码
- 可检测 SQL 注入、跨站脚本、缓冲区溢出等常见漏洞
- 集成到 IDE 和 CI/CD 流水线
## Tools
- SonarQube
- Checkmarx
- Fortify
## Connections
- [[DevSecOps]] ← uses ← [[SAST]]
- [[CI-CD-流水线]] ← integrates ← [[SAST]]
- [[SDLC]] ← embeds ← [[SAST]]