diff options
author | Michael Brüning <michael.bruning@qt.io> | 2023-03-27 12:03:11 +0200 |
---|---|---|
committer | Michael Brüning <michael.bruning@qt.io> | 2023-04-26 00:36:33 +0200 |
commit | e95c49403adcb2db91f74b0292e26881d53c03c9 (patch) | |
tree | 3ff1a1702fcd718119048b25df1cef64866b6193 | |
parent | 0a028c3f34728c5443c507ce982f963dceaf5365 (diff) |
Update Chromium6.4
Submodule src/3rdparty 447f5cb7..c885ec40
* [Backport] Security bug 1401571
* [Backport] Security bug 1415249
* [Backport] Security bug 1418734
* [Backport] CVE-2023-1222: Heap buffer overflow in Web Audio API
* Bump V8_PATCH_LEVEL
* [Backport] CVE-2023-1233: Insufficient policy enforcement in Resource Timing
* [Backport] Security bug 1417585
* [Backport] Security bug 1337747
* [Backport] Security bug 1412991
* [Backport] CVE-2023-1534: Out of bounds read in ANGLE
* [Backport] CVE-2023-1531: Use after free in ANGLE
* [Backport] CVE-2023-1530: Use after free in PDF (2/2)
* [Backport] CVE-2023-1530: Use after free in PDF (1/2)
* [Backport] CVE-2023-1529: Out of bounds memory access in WebHID
* [Backport] CVE-2023-1235: Type Confusion in DevTools
* [Backport] CVE-2023-1220: Heap buffer overflow in UMA
* [Backport] CVE-2023-1219: Heap buffer overflow in Metrics (3/3)
* [Backport] CVE-2023-1219: Heap buffer overflow in Metrics (2/3)
* [Backport] CVE-2023-1219: Heap buffer overflow in Metrics (1/3)
* [Backport] CVE-2023-1218: Use after free in WebRTC
* [Backport] CVE-2023-1217: Stack buffer overflow in Crash reporting
* [Backport] CVE-2023-1215: Type Confusion in CSS
* Fixes for building with GCC-13
Task-number: QTBUG-112167
Change-Id: If2a9fddb3230d4940375cfe842371fa97d95d3d8
Reviewed-by: Michal Klocek <michal.klocek@qt.io>
-rw-r--r-- | CHROMIUM_VERSION | 2 | ||||
m--------- | src/3rdparty | 0 | ||||
-rw-r--r-- | src/core/web_engine_context.cpp | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/CHROMIUM_VERSION b/CHROMIUM_VERSION index 1a76113ad..737205e4f 100644 --- a/CHROMIUM_VERSION +++ b/CHROMIUM_VERSION @@ -1,3 +1,3 @@ Based on Chromium version: 102.0.5005.177 -Patched with security patches up to Chromium version: 110.0.5481.78 +Patched with security patches up to Chromium version: 111.0.5563.110 diff --git a/src/3rdparty b/src/3rdparty -Subproject 447f5cb72905af87851b4c10c5e728f58cea46b +Subproject c885ec409f9b6ffa25e03851729b1bc2ad2005b diff --git a/src/core/web_engine_context.cpp b/src/core/web_engine_context.cpp index 3bfd2069d..147c53b8e 100644 --- a/src/core/web_engine_context.cpp +++ b/src/core/web_engine_context.cpp @@ -891,7 +891,7 @@ const char *qWebEngineChromiumVersion() noexcept } const char *qWebEngineChromiumSecurityPatchVersion() noexcept { - return "110.0.5481.78"; // FIXME: Remember to update + return "111.0.5563.110"; // FIXME: Remember to update } QT_END_NAMESPACE |