chore(wiki): dangling 링크 canonical 정규화 (768파일/1200건)

이름만 다른(표기 변형) [[위키링크]]를 대상 문서의 canonical 제목으로 치환해
끊겼던 1,200개 링크를 연결. 제목/파일명 정규화 일치만 적용하고 별칭 매칭은
과병합 위험으로 제외(애매성 가드). 원본은 _link_reconcile_backup/ 에 백업.
도구: Datacollect/scripts/link_reconcile_apply.mjs

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-08 12:24:15 +09:00
parent 2ddf30f8e4
commit d8a80f6272
768 changed files with 1085 additions and 1085 deletions
@@ -127,7 +127,7 @@ else dst = (char*)to_space + free_;
## 🔗 Graph
- 부모: [[Garbage Collection]] · [[Memory Management]]
- 변형: [[Mark-Sweep]]
- 응용: [[V8 Engine]] · [[Node.js]]
- 응용: [[V8 Engine]] · [[Nodejs]]
- Adjacent: [[Write Barrier]]
## 🤖 LLM 활용
@@ -139,7 +139,7 @@ chrome --js-flags="--max-old-space-size=8192"
**기본값**: 매 3-snapshot technique (baseline → workload → after-gc → diff).
## 🔗 Graph
- 부모: [[V8 Engine]] · [[Chrome DevTools 메모리 프로파일링|Chrome DevTools]]
- 부모: [[V8 Engine]] · [[Chrome DevTools Memory Profiling|Chrome DevTools]]
- 변형: [[Electron V8 Memory Cage]]
- 응용: [[Memory Leak Detection]] · [[Performance Optimization]]
- Adjacent: [[Garbage Collection]]
@@ -134,7 +134,7 @@ joern> cpg.runScript("export-cpg.sc")
- 부모: [[SAST]] · [[Static Analysis]]
- 변형: [[AST]]
- 응용: [[Joern]] · [[CodeQL]]
- Adjacent: [[보안_및_시스템_신뢰성_표준|DAST]] · [[SCA_Fundamentals|SCA]] · [[DevSecOps Framework]]
- Adjacent: [[보안 및 시스템 신뢰성 표준|DAST]] · [[SCA_Fundamentals|SCA]] · [[DevSecOps Framework]]
## 🤖 LLM 활용
**언제**: 매 Joern Scala query 의 draft, 매 CPG result 의 false positive triage, 매 custom sink/source 의 suggestion.
@@ -129,10 +129,10 @@ cosign attest --predicate sbom.spdx.json --type spdx ghcr.io/org/app@sha256:...
**기본값**: 매 Semgrep + Trivy + gitleaks + Checkov + cosign + Falco.
## 🔗 Graph
- 부모: [[보안_및_시스템_신뢰성_표준|OWASP Top 10]] · [[안전한 소프트웨어 개발 수명주기(SSDLC)]]
- 부모: [[보안 및 시스템 신뢰성 표준|OWASP Top 10]] · [[안전한 소프트웨어 개발 수명주기(SSDLC)]]
- 변형: [[애플리케이션_보안_태세_관리ASPM]]
- 응용: [[SAST]] · [[보안_및_시스템_신뢰성_표준|DAST]] · [[SCA_Fundamentals|SCA]] · [[Secret_Management]]
- Adjacent: [[보안_및_시스템_신뢰성_표준|Zero-Trust Architecture]] · [[CI_CD_Pipeline]]
- 응용: [[SAST]] · [[보안 및 시스템 신뢰성 표준|DAST]] · [[SCA_Fundamentals|SCA]] · [[Secret_Management]]
- Adjacent: [[보안 및 시스템 신뢰성 표준|Zero-Trust Architecture]] · [[CI_CD_Pipeline]]
## 🤖 LLM 활용
**언제**: vuln triage, false-positive filter, remediation PR draft, threat-model brainstorm.
@@ -112,7 +112,7 @@ p.produce('plant.line1.temp', key=part_id, value=msg.SerializeToString())
## 🔗 Graph
- 부모: [[Digital Twins]] · [[Digital Twins|Digital-Twin-Technology]]
- 변형: [[클라우드_인프라_및_IaC_운영_표준|IoT]]
- 변형: [[클라우드 인프라 및 IaC 운영 표준|IoT]]
- 응용: [[Engineering Metrics (DORA)]]
- Adjacent: [[Digital Intellectual Property Rights]]
@@ -198,7 +198,7 @@ fn get_user(id: UserId) { /* ... */ }
**기본값**: most restrictive 의 default. 매 explicit 하 expand.
## 🔗 Graph
- 부모: [[Object-Oriented Programming]] · [[Information Hiding]]
- 부모: [[Object-Oriented Programming (OOP)]] · [[Information Hiding]]
- 변형: [[Module System]]
- 응용: [[API Design]] · [[Library Design]] · [[Refactoring_Best_Practices|Refactoring]]
- Adjacent: [[Abstraction]] · [[SOLID]]
@@ -131,8 +131,8 @@ await db.consents.insertOne(consent);
**기본값**: 매 minimize + classify + tokenize + consent ledger + DSAR API.
## 🔗 Graph
- 부모: [[Practical-Cryptography]] · [[보안_및_시스템_신뢰성_표준|Symmetric-Encryption]]
- 변형: [[보안_및_시스템_신뢰성_표준|Zero-Trust Architecture]]
- 부모: [[Practical-Cryptography]] · [[보안 및 시스템 신뢰성 표준|Symmetric-Encryption]]
- 변형: [[보안 및 시스템 신뢰성 표준|Zero-Trust Architecture]]
- 응용: [[Anomaly-Detection]] · [[Information-Society]]
- Adjacent: [[Digital Intellectual Property Rights]]
@@ -131,7 +131,7 @@ function isolatedPrecisionAvailable() {
## 🔗 Graph
- 변형: [[Long Tasks]]
- 응용: [[Core Web Vitals Optimization (INP, LCP 개선)|Core Web Vitals]]
- 응용: [[Core Web Vitals Optimization (INP, LCP, CLS)|Core Web Vitals]]
- Adjacent: [[Spectre]] · [[Cross-Origin Isolation]] · [[SharedArrayBuffer]]
## 🤖 LLM 활용
+2 -2
View File
@@ -109,8 +109,8 @@ cpg.runScript("exportCpg.sc", Map("outFile" -> "/tmp/cpg.bin.zip"))
## 🔗 Graph
- 부모: [[SAST]] · [[Code_Property_Graph]]
- 변형: [[CodeQL]] · [[Semgrep]]
- 응용: [[보안_및_시스템_신뢰성_표준|OWASP Top 10]]
- Adjacent: [[보안_및_시스템_신뢰성_표준|DAST]] · [[SCA_Fundamentals|SCA]]
- 응용: [[보안 및 시스템 신뢰성 표준|OWASP Top 10]]
- Adjacent: [[보안 및 시스템 신뢰성 표준|DAST]] · [[SCA_Fundamentals|SCA]]
## 🤖 LLM 활용
**언제**: 매 cross-function taint trace 필요 — string-grep 매 부족할 때.
@@ -189,7 +189,7 @@ const sampledLogger = logger.child({}, {
## 🔗 Graph
- 부모: [[Observability]] · [[SRE]]
- 변형: [[Distributed-Tracing]] · [[Type-safe Error Handling Exhaustiveness Checking]]
- 변형: [[Distributed Tracing]] · [[Type-safe Error Handling Exhaustiveness Checking]]
- 응용: [[Engineering Metrics (DORA)]] · [[Anomaly-Detection]]
- Adjacent: [[Flame_Graphs]] · [[경고 피로 (Alert Fatigue)]]
@@ -144,7 +144,7 @@ WHERE country_code = 'kr'
## 🔗 Graph
- 부모: [[SEO]] · [[Web Performance]]
- 변형: [[Lighthouse]]
- 응용: [[Core Web Vitals Optimization (INP, LCP 개선)|Core Web Vitals]]
- 응용: [[Core Web Vitals Optimization (INP, LCP, CLS)|Core Web Vitals]]
- Adjacent: [[Lighthouse CI]] · [[PageSpeed Insights]]
## 🤖 LLM 활용
@@ -179,9 +179,9 @@ with KeyEncapsulation("Kyber768") as kem:
## 🔗 Graph
- 부모: [[Practical-Cryptography|Cryptography]] · [[Security]]
- 변형: [[보안_및_시스템_신뢰성_표준|Symmetric-Encryption]]
- 응용: [[Secret_Management]] · [[보안_및_시스템_신뢰성_표준|Zero-Trust Architecture]]
- Adjacent: [[보안_및_시스템_신뢰성_표준|OWASP Top 10]] · [[Practical-Cryptography]]
- 변형: [[보안 및 시스템 신뢰성 표준|Symmetric-Encryption]]
- 응용: [[Secret_Management]] · [[보안 및 시스템 신뢰성 표준|Zero-Trust Architecture]]
- Adjacent: [[보안 및 시스템 신뢰성 표준|OWASP Top 10]] · [[Practical-Cryptography]]
## 🤖 LLM 활용
**언제**: explain primitive choice, audit crypto code for misuse, suggest migration paths.
+3 -3
View File
@@ -120,9 +120,9 @@ const result = eval(safeMath); // ok
**기본값**: Semgrep (PR gate, p/owasp-top-ten) + CodeQL (nightly, scheduled).
## 🔗 Graph
- 부모: [[CI_CD 파이프라인 및 IDE 통합 보안|DevSecOps]] · [[Application Security]]
- 변형: [[보안_및_시스템_신뢰성_표준|DAST]] · [[IAST]] · [[SCA_Fundamentals|SCA]]
- 응용: [[보안_및_시스템_신뢰성_표준|OWASP Top 10]] · [[Secure SDLC]]
- 부모: [[CI/CD Pipeline & IDE Security Integration|DevSecOps]] · [[Application Security]]
- 변형: [[보안 및 시스템 신뢰성 표준|DAST]] · [[IAST]] · [[SCA_Fundamentals|SCA]]
- 응용: [[보안 및 시스템 신뢰성 표준|OWASP Top 10]] · [[Secure SDLC]]
- Adjacent: [[CodeQL]] · [[Semgrep]]
## 🤖 LLM 활용
+1 -1
View File
@@ -130,7 +130,7 @@ type Toil = { repetitive: boolean; manual: boolean; automatable: boolean; ts: Da
## 🔗 Graph
- 부모: [[DevOps]] · [[Production Engineering]]
- 변형: [[Platform Engineering]] · [[CI_CD 파이프라인 및 IDE 통합 보안|DevSecOps]]
- 변형: [[Platform Engineering]] · [[CI/CD Pipeline & IDE Security Integration|DevSecOps]]
- 응용: [[Observability]] · [[Chaos Engineering]]
- Adjacent: [[Prometheus]] · [[OpenTelemetry]]
@@ -144,8 +144,8 @@ export async function rotateApiKey(event) {
## 🔗 Graph
- 부모: [[DevSecOps_Framework]] · [[Application Security]]
- 변형: [[KMS]] · [[PKI]]
- 응용: [[CI_CD_Pipeline]] · [[보안_및_시스템_신뢰성_표준|Zero-Trust Architecture]]
- Adjacent: [[보안_및_시스템_신뢰성_표준|OWASP Top 10]] · [[OAuth 2.0]]
- 응용: [[CI_CD_Pipeline]] · [[보안 및 시스템 신뢰성 표준|Zero-Trust Architecture]]
- Adjacent: [[보안 및 시스템 신뢰성 표준|OWASP Top 10]] · [[OAuth 2.0]]
## 🤖 LLM 활용
**언제**: Secret-scanner triage (매 actual secret vs 매 test fixture?), rotation runbook generation, IAM policy synthesis from natural-language requirement.
@@ -137,7 +137,7 @@ if (sessions.length >= 5) {
## 🔗 Graph
- 부모: [[Application Security]]
- 변형: [[JWT]] · [[OAuth 2.0]]
- 응용: [[보안_및_시스템_신뢰성_표준|OWASP Top 10]] · [[보안_및_시스템_신뢰성_표준|Zero-Trust Architecture]]
- 응용: [[보안 및 시스템 신뢰성 표준|OWASP Top 10]] · [[보안 및 시스템 신뢰성 표준|Zero-Trust Architecture]]
## 🤖 LLM 활용
**언제**: Session anomaly detection (매 sudden geo / device shift), suspicious-activity summary for support.
@@ -186,7 +186,7 @@ function transition(s: State, e: Event): State {
## 🔗 Graph
- 부모: [[TypeScript 타입 시스템 (TypeScript Type System)|Type System]] · [[Error Handling]]
- 응용: [[State Machine]] · [[API Client]]
- Adjacent: [[Discriminated Union]] · [[effect-ts]] · [[Zod]]
- Adjacent: [[Discriminated Union]] · [[Effect TS]] · [[Zod]]
## 🤖 LLM 활용
**언제**: 매 multi-error business logic, API boundary, state machine.
@@ -157,7 +157,7 @@ node --max-old-space-size=512 \
## 🔗 Graph
- 부모: [[JavaScript]] · [[JIT Compilation]]
- 변형: [[JavaScriptCore]]
- 응용: [[Node.js]] · [[Electron]] · [[Deno]] · [[Cloudflare Workers]]
- 응용: [[Nodejs]] · [[Electron]] · [[Deno]] · [[Cloudflare Workers]]
- Adjacent: [[Garbage Collection]] · [[Chrome V8 Heap Analysis]] · [[Electron V8 Memory Cage]]
## 🤖 LLM 활용
@@ -128,7 +128,7 @@ git commit -m "chore: track design assets via LFS"
**기본값**: Git + trunk-based development + Conventional Commits + signed commits + GitHub Actions CI.
## 🔗 Graph
- 응용: [[GitOps]] · [[CI-CD]] · [[Code-Review]]
- 응용: [[GitOps]] · [[CI CD]] · [[Code-Review]]
- Adjacent: [[Conventional-Commits]]
## 🤖 LLM 활용
@@ -130,7 +130,7 @@ masks = list(predictor.propagate_in_video(state))
## 🔗 Graph
- 부모: [[Computer-Graphics]]
- Adjacent: [[USD-Universal-Scene-Description]] · [[Gaussian-Splatting]]
- Adjacent: [[USD Universal Scene Description]] · [[Gaussian-Splatting]]
## 🤖 LLM 활용
**언제**: HScript/Python boilerplate, Nuke node tree generation, USD layer authoring, shot breakdown drafts.
@@ -159,7 +159,7 @@ services:
## 🔗 Graph
- 부모: [[Distributed Systems]]
- 변형: [[Microservices]] · [[Event-Driven Architecture]] · [[Service-Oriented Architecture]]
- 변형: [[Microservices]] · [[Event-Driven Architecture]] · [[Service-oriented Architecture (SOA)]]
- 응용: [[E-commerce_Platforms|E-commerce Platforms]]
- Adjacent: [[Domain-Driven Design]] · [[Hexagonal Architecture]]
@@ -4,7 +4,7 @@ title: 지속적 통합 (CI) 및 지속적 배포 (CD)
category: 10_Wiki/Topics
status: duplicate
canonical_id: ci-cd
duplicate_of: "[[CI-CD]]"
duplicate_of: "[[CI CD]]"
aliases: [CI/CD, Continuous Integration, Continuous Deployment]
source_trust_level: A
confidence_score: 0.9
@@ -16,14 +16,14 @@ github_commit: pending
# 지속적 통합 (CI) 및 지속적 배포 (CD)
> **이 문서는 [[CI-CD]] 의 중복본입니다.** Canonical 문서로 redirect.
> **이 문서는 [[CI CD]] 의 중복본입니다.** Canonical 문서로 redirect.
## 핵심 요약
- 매 mainline 의 frequent merge + automated pipeline — build, test, deploy.
- 매 GitHub Actions, GitLab CI, Argo CD — modern GitOps 의 backbone.
## 🔗 Graph
- 부모: [[CI-CD]] (canonical)
- 부모: [[CI CD]] (canonical)
## 🕓 변경 이력
| 날짜 | 변경 |