← All reports
6 picks from 447 commits
2026-07-04 – 10

This Week in WebKit — July 04 - July 10, 2026

447
Total commits
9
Security fixes
High 4건, Medium 1건, Low 1건 심층 분석; 추가 보안 관련 3건
113
Contributors
Top components WebCore · WebKit · Other · Platform · JSC

Featured

Security fixes

Other security-relevant changes

  • [WebKit Networking] (hardening) cf2d405 — loadImageForDecoding에서 firstPartyForCookies를 가져올 때, client가 제어할 수 있는 상태 대신 신뢰 가능한 mainFrameURL을 참조하도록 validation을 강화했습니다. 이를 통해 navigation 이전 시점이나 mainDocumentURL이 유효하지 않은 상태에서 호출되어 network process가 crash하는 상황을 방지합니다.
  • [Websites / PrettyPatch] (hardening) dcb203f — PrettyPatch에 base85 디코더와 50MB 크기 제한이 추가되었습니다. git binary image diff를 처리하기 위한 변경으로, bugs.webkit.org 툴링에서 patch를 표시하는 과정을 강화합니다.