docs: finalized wiki integrity maintenance (v3.0 standard) - pruned 1400+ stubs and fixed 11k+ ghost links

This commit is contained in:
Antigravity Agent
2026-05-02 09:18:34 +09:00
parent c84dcb8371
commit 6445fcc05b
13150 changed files with 55394 additions and 100862 deletions
@@ -6,7 +6,7 @@ tags: [security, iast, interactive-testing, runtime-monitoring, data-flow, p-rei
last_reinforced: 2026-05-01
---
# [[IAST (Interactive Application Security Testing)]]
# [[IAST (Interactive Application Security Testing)|IAST (Interactive Application Security Testing]]
## 📌 한 줄 통찰 (The Karpathy Summary)
> "애플리케이션의 내부 동작과 데이터 흐름을 실시간으로 감시하여, 정적 분석(SAST)의 라인 정밀도와 동적 분석(DAST)의 실행 컨텍스트를 동시에 확보하는 하이브리드 보안 테스트 엔진."
@@ -28,8 +28,8 @@ IAST는 애플리케이션 실행 중에 내부에서 발생하는 보안 위협
- **수동 검토와의 결합**: 자동화 도구가 발견한 문제는 언제나 '잠재적 위협'이며, 최종적인 비즈니스 로직상의 결함 여부는 인간 리뷰어의 심층 검사(Manual Review)를 통해 확정되어야 합니다.
## 🔗 지식 연결 (Graph)
- [[SAST (Static Application Security Testing)]]: 정적 분석과의 대비 및 보완.
- [[DAST (Dynamic Application Security Testing)]]: 외부 공격 방식과의 차별화.
- [[ASPM (Application Security Posture Management)]]: 전반적인 보안 태세 관리와의 연동.
- [[Shift-Left Security]]: 보안 조기 대응 전략과의 통합.
- [[SAST (Static Application Security Testing)|SAST (Static Application Security Testing]]: 정적 분석과의 대비 및 보완.
- [[DAST (Dynamic Application Security Testing)|DAST (Dynamic Application Security Testing]]: 외부 공격 방식과의 차별화.
- ASPM (Application Security Posture Management: 전반적인 보안 태세 관리와의 연동.
- Shift-Left Security: 보안 조기 대응 전략과의 통합.
---