Merge pull request #5418 from felixrieseberg/security-guide
Add Security Tutorial
This commit is contained in:
commit
3fcb4be303
3 changed files with 41 additions and 2 deletions
|
@ -3,11 +3,14 @@
|
|||
## When will Electron upgrade to latest Chrome?
|
||||
|
||||
The Chrome version of Electron is usually bumped within one or two weeks after
|
||||
a new stable Chrome version gets released.
|
||||
a new stable Chrome version gets released. This estimate is not guaranteed and
|
||||
depends on the amount of work involved with upgrading.
|
||||
|
||||
Also we only use stable channel of Chrome. If an important fix is in beta or dev
|
||||
Only the stable channel of Chrome is used. If an important fix is in beta or dev
|
||||
channel, we will back-port it.
|
||||
|
||||
For more information, please see the [security introduction](../tutorial/electron-security.md).
|
||||
|
||||
## When will Electron upgrade to latest Node.js?
|
||||
|
||||
When a new version of Node.js gets released, we usually wait for about a month
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue