summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael BrĂ¼ning <[email protected]>2025-05-19 16:04:18 +0200
committerMichael BrĂ¼ning <[email protected]>2025-05-28 08:51:52 +0200
commit6b543c672a7a3a19a0c65ff1f530b9c243ba4b6e (patch)
tree182f0da4a98800aa0f604fcfa96cd24722914326
parent671afae06e9f9d228e9563c7c60a31456d2b2741 (diff)
Update ChromiumHEADdev
Submodule src/3rdparty 23ba139b..2001f9c8: * [Backport] CVE-2025-4609: Incorrect handle provided in unspecified circumstances in Mojo * [Backport] Fixup for bugs 414858409 and 413080347 * [Backport] Security bug 413080347 * [Backport] Security bug 414858409 (2/2) * [Backport] Security bug 414858409 (1/2) * [Backport] CVE-2025-4664: Insufficient policy enforcement in Loader * [Backport] CVE-2025-3277 Task-number: QTBUG-136993 Change-Id: I25112b25c357b2d1e31b2017d6aca11a90d40476 Reviewed-by: Michal Klocek <[email protected]>
-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 21c0cbf3c..6ffbd9498 100644
--- a/CHROMIUM_VERSION
+++ b/CHROMIUM_VERSION
@@ -1,3 +1,3 @@
Based on Chromium version: 130.0.6723.192
-Patched with security patches up to Chromium version: 136.0.7103.59
+Patched with security patches up to Chromium version: 136.0.7103.114
diff --git a/src/3rdparty b/src/3rdparty
-Subproject 23ba139b567323bf9b93b7fb814af086793d484
+Subproject 2001f9c899030483ffacf33603a1428abb1f83a
diff --git a/src/core/web_engine_context.cpp b/src/core/web_engine_context.cpp
index 5addced41..efe32a12e 100644
--- a/src/core/web_engine_context.cpp
+++ b/src/core/web_engine_context.cpp
@@ -1205,7 +1205,7 @@ const char *qWebEngineChromiumVersion() noexcept
const char *qWebEngineChromiumSecurityPatchVersion() noexcept
{
- return "136.0.7103.59"; // FIXME: Remember to update
+ return "136.0.7103.114"; // FIXME: Remember to update
}
QT_END_NAMESPACE