summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael BrĂ¼ning <michael.bruning@qt.io>2023-02-17 14:06:32 +0100
committerMichael BrĂ¼ning <michael.bruning@qt.io>2023-02-20 16:50:30 +0100
commit0112c57e39da9223ac56b96ffa70cccc8fb09171 (patch)
treea6928d958d2e48d24255e3af7f91ba8c0e557ffa
parentfaffeebbad7bd1fdefb0537387193b1827b936ac (diff)
Update Chromium
Submodule src/3rdparty 5864a96e..8abd05a0: * Revert "[Backport] CVE-2023-0704: Insufficient policy enforcement in DevTools" * [Backport] Security bug 1404811 * [Backport] CVE-2023-0472: Use after free in WebRTC * [Backport] Security bug 1406115 * [Backport] Security bug 829317 (2/2) * [Backport] Security bug 829317 (1/2) * [Backport] Security bug 1325096 * [Backport] CVE-2023-0704: Insufficient policy enforcement in DevTools * [Backport] CVE-2023-0702: Type Confusion in Data Transfer * [Backport] CVE-2023-0699: Use after free in GPU (2/2) * [Backport] CVE-2023-0699: Use after free in GPU (1/2) * [Backport] CVE-2023-0701: Heap buffer overflow in WebUI. * [Backport] CVE-2023-0703: Type Confusion in DevTools * [Backport] CVE-2023-0698: Out of bounds read in WebRTC (2/2) * [Backport] CVE-2023-0698: Out of bounds read in WebRTC (1/2) * [Backport] CVE-2023-0471: Use after free in WebTransport * FIXUP: Fix building with system ffmpeg 4.4 or 5.1 * FIXUP: Workaround debug iterator issues with MSVC Fixes: QTBUG-199224 Fixes: QTBUG-110263 Task-number: QTBUG-111258 Change-Id: I2083c32b05a51f0b42a599c24456505dcf094497 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
-rw-r--r--CHROMIUM_VERSION2
m---------src/3rdparty0
-rw-r--r--src/core/web_engine_context.cpp2
3 files changed, 2 insertions, 2 deletions
diff --git a/CHROMIUM_VERSION b/CHROMIUM_VERSION
index 3fa079f76..1a76113ad 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: 108.0.5359.124
+Patched with security patches up to Chromium version: 110.0.5481.78
diff --git a/src/3rdparty b/src/3rdparty
-Subproject 5864a96e7cb47f469ba99074729a9ebad508a5d
+Subproject 8abd05a0ce1260bc85d1d407a1f768580fd452c
diff --git a/src/core/web_engine_context.cpp b/src/core/web_engine_context.cpp
index 6ce23b4ab..3bfd2069d 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 "108.0.5359.124"; // FIXME: Remember to update
+ return "110.0.5481.78"; // FIXME: Remember to update
}
QT_END_NAMESPACE