docs: finalized wiki integrity maintenance (v3.0 standard) - pruned 1400+ stubs and fixed 11k+ ghost links
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
---
|
||||
id: P-REINFORCE-AUTO-84FEA9
|
||||
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 - WebKit"
|
||||
---
|
||||
|
||||
# [[WebKit]]
|
||||
# [[WebKit|WebKit]]
|
||||
|
||||
## 📌 한 줄 통찰 (The Karpathy Summary)
|
||||
> WebKit은 최신 웹사이트를 렌더링하기 위해 사용자의 프로세서에서 신뢰할 수 없는 JavaScript 및 WebAssembly 코드를 실행하도록 설계된 웹 브라우저 엔진입니다 [1]. 기존에는 신뢰할 수 없는 코드의 작업을 제어하고 보안 속성을 강제하기 위해 분기(branch) 명령에 크게 의존했습니다 [2]. 그러나 Spectre와 Meltdown 같은 프로세서 취약점이 발견되면서 기존의 분기 기반 보안 검사가 무력화되었고, 이에 대응하기 위해 방어 체계의 대대적인 개편을 진행하게 되었습니다 [1, 2].
|
||||
@@ -26,11 +26,11 @@ github_commit: "[P-Reinforce] Continuous Worker - WebKit"
|
||||
- **정책 변화:** Programming & Language 분야의 자동 자산화 수행.
|
||||
|
||||
## 🔗 지식 연결 (Graph)
|
||||
- **Related Topics:** [[Spectre]], [[Meltdown]], [[JavaScriptCore]], [[Speculative execution]]
|
||||
- **Projects/Contexts:** [[WebKit 취약점 완화(Security Mitigations)]]
|
||||
- **Related Topics:** [[Spectre|Spectre]], [[Meltdown|Meltdown]], [[JavaScriptCore|JavaScriptCore]], [[Speculative Execution|Speculative execution]]
|
||||
- **Projects/Contexts:** WebKit 취약점 완화(Security Mitigations)
|
||||
- **Contradictions/Notes:** 초기 도입된 인덱스 마스킹 기법은 길이를 다음 2의 거듭제곱으로 반올림해 마스크를 계산하는 방식을 사용하므로, 임의의 메모리 접근은 막지만 여전히 제한적인 범위 외(out-of-bounds) 읽기를 허용하는 한계가 존재합니다 [11].
|
||||
|
||||
---
|
||||
*Last updated: 2026-04-19*
|
||||
- Raw Source: [[00_Raw/2026-04-20/WebKit.md]]
|
||||
- Raw Source: 00_Raw/2026-04-20/WebKit.md
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user