From fb214a599e67a28cd787d678300d18c006d0eb71 Mon Sep 17 00:00:00 2001 From: Carlos Date: Tue, 20 Aug 2019 09:45:25 -0700 Subject: [PATCH] docs: update documentation under tutorials (#19804) --- docs/tutorial/security.md | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/docs/tutorial/security.md b/docs/tutorial/security.md index 1e475b8a2059..f8d4123d4b3a 100644 --- a/docs/tutorial/security.md +++ b/docs/tutorial/security.md @@ -27,18 +27,8 @@ see [SECURITY.md](https://github.com/electron/electron/tree/master/SECURITY.md) ## Chromium Security Issues and Upgrades -While Electron strives to support new versions of Chromium as soon as possible, -developers should be aware that upgrading is a serious undertaking - involving -hand-editing dozens or even hundreds of files. Given the resources and -contributions available today, Electron will often not be on the very latest -version of Chromium, lagging behind by several weeks or a few months. - -We feel that our current system of updating the Chromium component strikes an -appropriate balance between the resources we have available and the needs of -the majority of applications built on top of the framework. We definitely are -interested in hearing more about specific use cases from the people that build -things on top of Electron. Pull requests and contributions supporting this -effort are always very welcome. +Electron keeps up to date with alternating Chromium releases. For more information, +see the [Electron Release Cadence blog post](https://electronjs.org/blog/12-week-cadence). ## Security Is Everyone's Responsibility