feat: complete wikification of War Commander batch 1&2 and final grey dot cleanup

This commit is contained in:
2026-04-27 18:58:22 +09:00
parent 3424166ea2
commit 6b86b0da4c
2706 changed files with 9074 additions and 7273 deletions
@@ -1,12 +1,12 @@
---
id: P-REINFORCE-SEC-SAST
category: "[[10_Wiki/💡 Topics/Security]]"
category: "10_Wiki/💡 Topics/Security"
confidence_score: 0.99
tags: [SAST, Security, SDLC, Code Analysis]
last_reinforced: 2026-04-20
---
# [[SAST-(Static-Application-Security-Testing)]] (정적 보안 테스트)
# SAST-(Static-Application-Security-Testing) (정적 보안 테스트)
## 📌 한 줄 통찰 (The Karpathy Summary)
> "코드를 실행하기도 전에 구멍을 찾아라." 소프트웨어 개발 생명 주기(SDLC)의 가장 앞단(Shift-Left)에서 소스 코드를 스캔하여 보안 취약점을 조기에 격리하는 기술이다.
@@ -23,5 +23,5 @@ last_reinforced: 2026-04-20
- SAST의 가장 큰 적은 '오탐(False Positive)'이다. 실제로 안전하지만 위험하다고 경고하는 경우가 많아 개발자들의 피로도를 높인다. 이를 해결하기 위해 최근에는 AI가 오탐을 걸러주는 'AI-Driven SAST'가 주류로 자리 잡고 있다.
## 🔗 지식 연결 (Graph)
- Related: [[Best-SAST-Tools-in-2026]] , [[Deployment_Final_Gate]]
- Related: Best-SAST-Tools-in-2026 , [[Deployment_Final_Gate]]
- Foundation: [[Reliability_Safety_First]]