← All issues

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

447
Total commits
8
Security fixes
5 High, 1 Medium deep-dived; 2 additional hardening changes
113
Contributors
Top components WebCore · Other · WebKit · Platform · JSC

Featured

Security fixes

Other security-relevant changes

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