--- id: wiki-2026-0508-동적-런타임-분석-dynamic-runtime-analys title: 동적 런타임 분석 (Dynamic Runtime Analysis) category: 10_Wiki/Topics status: duplicate canonical_id: dynamic-runtime-analysis duplicate_of: "[[DAST]]" aliases: [] source_trust_level: A confidence_score: 0.9 verification_status: redirected tags: [duplicate, dast, security, runtime] last_reinforced: 2026-05-10 github_commit: pending --- # 동적 런타임 분석 (Dynamic Runtime Analysis) > **이 문서는 [[DAST]] 의 중복본입니다.** Canonical 문서로 redirect. ## 핵심 요약 - 실행 중 program 의 behavior 관찰 — instrumentation, profiling, fuzzing. - Static (SAST) 와 complementary — 매 runtime-only bug (concurrency, env-dependent) 검출. ## 🔗 Graph - 부모: [[DAST]] (canonical) - Adjacent: [[DAST_Fundamentals]] · [[Fuzzing]] · [[SAST]] · [[Analyze runtime performance]] ## 🕓 변경 이력 | 날짜 | 변경 | |---|---| | 2026-05-08 | Phase 1 | | 2026-05-10 | 중복 처리 — canonical 문서로 redirect |