Auto-sync: 2026-04-16 17:30

This commit is contained in:
2026-04-16 17:30:41 +08:00
parent b2250c60b2
commit c999498de4
662 changed files with 3797 additions and 21340 deletions

21
wiki/concepts/IAST.md Normal file
View File

@@ -0,0 +1,21 @@
---
title: "IAST交互式应用安全测试"
type: concept
tags: [安全, 测试, 运行时]
sources: [what-is-devsecops-best-practices-benefits-and-tools]
last_updated: 2026-04-16
---
## Definition
IASTInteractive Application Security Testing在应用程序运行时动态分析行为检测运行时刻的安全问题可发现 SAST 和 DAST 可能遗漏的漏洞。
## Characteristics
- 在测试和部署阶段使用
- 通过插桩技术监控应用行为
- 实时检测运行时漏洞
- 适合测试环境
## Connections
- [[DevSecOps]] ← uses ← [[IAST]]
- [[SAST]] ← complements ← [[IAST]]
- [[DAST]] ← complements ← [[IAST]]