diff options
| author | Michael BrĂ¼ning <michael.bruning@qt.io> | 2024-05-13 11:19:51 +0200 |
|---|---|---|
| committer | Michael BrĂ¼ning <michael.bruning@qt.io> | 2024-05-14 11:50:21 +0200 |
| commit | 3822f4dc78f2dd693bf7ffd9cc490eb86a0300d9 (patch) | |
| tree | e79f3a801fbd7c6cbb535c25c7a02ec07c8c1925 | |
| parent | 72b07746858ccfc040f43ace5f751000b4e70449 (diff) | |
Update Chromium
Submodule src/3rdparty 221f2bc6..055b74f5:
* [Backport] Security bug 339458194 (CVE-2024-4761)
* [Backport] CVE-2024-4558: Use after free in ANGLE
* [Backport] CVE-2024-4671: Use after free in Visuals
* [Backport] Security bug 332724843
* [Backport] CVE-2024-3840: Insufficient policy enforcement in Site Isolation
Fixes: QTBUG-125264
Fixes: QTBUG-125265
Fixes: QTBUG-125294
Pick-to: tqtc/lts-6.5
Change-Id: I6f6be98131dc66be00d156e178dad29d3103eb13
Reviewed-by: Allan Sandfeld Jensen <allan.jensen@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 bbefae186..0361e1449 100644 --- a/CHROMIUM_VERSION +++ b/CHROMIUM_VERSION @@ -1,3 +1,3 @@ Based on Chromium version: 112.0.5615.213 -Patched with security patches up to Chromium version: 124.0.6367.118 +Patched with security patches up to Chromium version: 124.0.6367.208 diff --git a/src/3rdparty b/src/3rdparty -Subproject 221f2bc6e7199b53ddab406fe23c6c3f8c9feba +Subproject 055b74f55646f0955506d3bf7d42c31e706ed0a diff --git a/src/core/web_engine_context.cpp b/src/core/web_engine_context.cpp index 42f97f075..81de7833f 100644 --- a/src/core/web_engine_context.cpp +++ b/src/core/web_engine_context.cpp @@ -982,7 +982,7 @@ const char *qWebEngineChromiumVersion() noexcept const char *qWebEngineChromiumSecurityPatchVersion() noexcept { - return "124.0.6367.118"; // FIXME: Remember to update + return "124.0.6367.208"; // FIXME: Remember to update } QT_END_NAMESPACE |
