summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2022-04-05 16:13:10 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2022-04-06 01:31:24 +0200
commit00e4a2ac3f694b5ec1999af3518f1c550b662057 (patch)
tree4ed5d09cabe67f8126093ffd8270d70df60ebac1
parent3ac5c9b0e59fcd0af61e40964515abb946d45a56 (diff)
Advertise correct security level
Otherwise it will look like we are still vulnerable to the critical CVEs Pick-to: 6.3 dev Change-Id: I205e4b5cb72021f56621772d36a27f9fa5dc340c Reviewed-by: Michal Klocek <michal.klocek@qt.io>
-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