summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2022-04-05 16:13:10 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-04-06 07:24:58 +0000
commit50dd1837513029205f4d6d93f68f4409ebc7c194 (patch)
tree6427d5943d73dc63ddc0e1cdc3da6da1477f213a
parent82f0594b4d13dd1899a52bf567cfa03d7d8fb355 (diff)
Advertise correct security level
Otherwise it will look like we are still vulnerable to the critical CVEs Change-Id: I205e4b5cb72021f56621772d36a27f9fa5dc340c Reviewed-by: Michal Klocek <michal.klocek@qt.io> (cherry picked from commit 00e4a2ac3f694b5ec1999af3518f1c550b662057) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--CHROMIUM_VERSION2
-rw-r--r--src/core/web_engine_context.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHROMIUM_VERSION b/CHROMIUM_VERSION
index 4fac019fe..2ec45229b 100644
--- a/CHROMIUM_VERSION
+++ b/CHROMIUM_VERSION
@@ -1,3 +1,3 @@
Based on Chromium version: 94.0.4606.126
-Patched with security patches up to Chromium version: 98.0.4758.102
+Patched with security patches up to Chromium version: 99.0.4844.84
diff --git a/src/core/web_engine_context.cpp b/src/core/web_engine_context.cpp
index 8399369f9..522134500 100644
--- a/src/core/web_engine_context.cpp
+++ b/src/core/web_engine_context.cpp
@@ -922,7 +922,7 @@ const char *qWebEngineChromiumVersion() noexcept
*/
const char *qWebEngineChromiumSecurityPatchVersion() noexcept
{
- return "98.0.4758.102"; // FIXME: Remember to update
+ return "99.0.4844.84"; // FIXME: Remember to update
}
QT_END_NAMESPACE