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
+5 -5
View File
@@ -1,13 +1,13 @@
---
id: P-REINFORCE-AUTO-DC07C2
category: "[[10_Wiki/💡 Topics/Programming & Language]]"
category: "10_Wiki/💡 Topics/Programming & Language"
confidence_score: 0.90
tags: [auto-reinforced]
last_reinforced: 2026-04-20
github_commit: "[P-Reinforce] Continuous Worker - Black-box Testing"
---
# [[Black-box Testing]]
# [[Black-box Testing|Black-box Testing]]
## 📌 한 줄 통찰 (The Karpathy Summary)
> 블랙박스 테스팅(Black-box Testing)은 애플리케이션의 내부 소스 코드를 보지 않고 외부에서 실행 중인 애플리케이션을 기반으로 테스트하는 방법입니다 [1], [2]. 대표적인 예로 DAST(동적 애플리케이션 보안 테스트)가 블랙박스 테스팅 방식을 취하며, 주로 CI 파이프라인의 후반부에 적용됩니다 [2].
@@ -20,11 +20,11 @@ github_commit: "[P-Reinforce] Continuous Worker - Black-box Testing"
- **정책 변화:** Programming & Language 분야의 자동 자산화 수행.
## 🔗 지식 연결 (Graph)
- **Related Topics:** [[DAST]], [[White-box Testing]], [[SAST]]
- **Projects/Contexts:** [[CI Pipeline]]
- **Related Topics:** [[DAST (동적 애플리케이션 보안 테스트)|DAST]], White-box Testing, [[SAST|SAST]]
- **Projects/Contexts:** CI Pipeline
- **Contradictions/Notes:** 소스 데이터는 블랙박스 테스팅을 독립된 주제로 다루기보다는, 내부 소스 코드 기반의 정적 분석(SAST)인 화이트박스 테스팅과 대비되는 개념(DAST)으로 설명하고 있습니다 [1], [2].
---
*Last updated: 2026-04-18*
- Raw Source: [[00_Raw/2026-04-20/Black-box Testing.md]]
- Raw Source: 00_Raw/2026-04-20/Black-box Testing.md
---