Skip to content

Commit 6254199

Browse files
committed
Update Chromium
Submodule src/3rdparty 45d204bc..3e23b0d5: * [Backport] CVE-2025-4052: Inappropriate implementation in DevTools * [Backport] CVE-2025-4051: Insufficient data validation in DevTools * [Backport] Security bug 403364367 * [Backport] Security bugs 398049412 and 403696324 * [Backport] CVE-2025-4096: Heap buffer overflow in HTML * [gbm] Add fallback for drmPrimeHandleToFD() Pick-to: 6.9 Task-number: QTBUG-136541 Change-Id: Id38026ccf429dabf577e7118e0df6b15c81db616 Reviewed-by: Anu Aliyas <[email protected]>
1 parent 7cbc1bc commit 6254199

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHROMIUM_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11

22
Based on Chromium version: 130.0.6723.192
3-
Patched with security patches up to Chromium version: 135.0.7049.115
3+
Patched with security patches up to Chromium version: 136.0.7103.59

src/core/web_engine_context.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1203,7 +1203,7 @@ const char *qWebEngineChromiumVersion() noexcept
12031203

12041204
const char *qWebEngineChromiumSecurityPatchVersion() noexcept
12051205
{
1206-
return "135.0.7049.115"; // FIXME: Remember to update
1206+
return "136.0.7103.59"; // FIXME: Remember to update
12071207
}
12081208

12091209
QT_END_NAMESPACE

0 commit comments

Comments
 (0)