summaryrefslogtreecommitdiffstats
path: root/src/core/web_engine_context.cpp
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 /src/core/web_engine_context.cpp
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>
Diffstat (limited to 'src/core/web_engine_context.cpp')
-rw-r--r--src/core/web_engine_context.cpp2
1 files changed, 1 insertions, 1 deletions
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