Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update documentation under tutorials #19804

Merged
merged 6 commits into from Aug 20, 2019
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
16 changes: 5 additions & 11 deletions docs/tutorial/security.md
Expand Up @@ -27,17 +27,11 @@ 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
Electron is now up to date with the latest chromium release. For more information,
cvaldez98 marked this conversation as resolved.
Show resolved Hide resolved
see the [Electron blog](https://electronjs.org/blog/12-week-cadence).
cvaldez98 marked this conversation as resolved.
Show resolved Hide resolved

We 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.
cvaldez98 marked this conversation as resolved.
Show resolved Hide resolved

## Security Is Everyone's Responsibility
Expand Down