rsksmart / rif-communications-node

RIF Communication node which constructs kademlia network and forwards messages
MIT License
0 stars 2 forks source link

chore(deps): [security] bump electron from 6.1.7 to 6.1.12 #100

Open dependabot-preview[bot] opened 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps electron from 6.1.7 to 6.1.12. This update includes a security fix.

Vulnerabilities fixed

Sourced from The GitHub Security Advisory Database.

Context isolation bypass via Promise in Electron

Impact

Apps using contextIsolation are affected.

This is a context isolation bypass, meaning that code running in the main world context in the renderer can reach into the isolated Electron context and perform privileged actions.

Workarounds

There are no app-side workarounds, you must update your Electron version to be protected.

Fixed Versions

  • 9.0.0-beta.21
  • 8.2.4
  • 7.2.4
  • 6.1.11

For more information

If you have any questions or comments about this advisory:

Affected versions: < 6.1.11

Release notes

Sourced from electron's releases.

electron v6.1.12

Release Notes for v6.1.12

Other Changes

  • Fixed v8_context_snapshot_generator included in arm/arm64 mksnapshot zip files. #23541
  • Security: Backport Chromium fix for https://crbug.com/1062861. #23526
  • Security: backported fix for CVE-2020-6457: Use after free in speech recognizer. #23432
  • Security: backported fix for CVE-2020-6459: Use after free in payments. #23458
  • Security: backported fix for CVE-2020-6460: Insufficient data validation in URL formatting. #23464
  • Security: backported fix for CVE-2020-6461: use-after-free in storage. #23505
  • Security: backported fix for CVE-2020-6462: Use after free in task scheduling. #23519
  • Security: backported fix for CVE-2020-6463: use-after-free in Angle. #23563
  • Security: backported fix for CVE-2020-6464: Type confusion in blink. #23530
  • Security: backported fix for CVE-2020-6831: Stack buffer overflow in SCTP. #23516

electron v6.1.11

Release Notes for v6.1.11

Fixes

  • Fixed issue with Promise.then context usage in V8

electron v6.1.10

Release Notes for v6.1.10

Fixes

  • Security: Backported fix for CVE-2020-6426: inappropriate implementation in V8. #23046
  • Security: backported a fix for crbug.com/1065094. #23060
  • Security: backported fix for a potential buffer overrun in WebRTC audio encoding. #23038
  • Security: backported the fix to CVE-2020-6452: potential container-overflow in MediaStream mojo. #23045

Other Changes

  • Security: Backport fix for buffer underflow in DWrite. #22980
  • Security: Backport fix for use after free in http cache. #22978
  • Security: Backported fix for use after free in file chooser. #22982
  • Security: backport fix for CVE-2020-6451: Use after free in WebAudio. #22946
  • Security: backported fix for CVE-2019-20503: Out of bounds read in usersctplib. #22987
  • Security: backported fix for CVE-2020-6428: Use after free in audio. #23014
  • Security: backported fix for CVE-2020-6429: Use after free in audio. #23012
  • Security: backported fix for CVE-2020-6449: Use after free in audio. #23010
  • Security: backported fix for use-after-poison in WebAudio (crbug.com/1023810). #22870

electron v6.1.9

Release Notes for v6.1.9

Fixes

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)