Update dependency electron-packager to v7 [SECURITY]#18
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
faa247f to
624e8d4
Compare
624e8d4 to
5904d41
Compare
5904d41 to
d1c045c
Compare
d1c045c to
23f4168
Compare
23f4168 to
aa884c1
Compare
aa884c1 to
eb5ba11
Compare
eb5ba11 to
5448137
Compare
5448137 to
4350416
Compare
4350416 to
1d05e15
Compare
1d05e15 to
7b9a23b
Compare
7b9a23b to
6e7fd8e
Compare
6e7fd8e to
e40e09b
Compare
e40e09b to
6f9412e
Compare
6f9412e to
7ceef31
Compare
7ceef31 to
2981a5b
Compare
b0e38c0 to
0e2c4e7
Compare
0e2c4e7 to
28d85be
Compare
28d85be to
f6909b0
Compare
f6909b0 to
1a5a524
Compare
1a5a524 to
e730796
Compare
e730796 to
f51f24c
Compare
f51f24c to
0f4fea0
Compare
0f4fea0 to
70f49aa
Compare
70f49aa to
c307164
Compare
c307164 to
afc5d21
Compare
afc5d21 to
ef4a46c
Compare
ef4a46c to
0053250
Compare
0053250 to
8eefb1d
Compare
8eefb1d to
67c2f87
Compare
67c2f87 to
f7727ca
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^5.0.2→^7.0.0SSL Validation Defaults to False in electron-packager
CVE-2016-10534 / GHSA-q43m-ffwr-rpcc
More information
Details
Affected versions of
electron-packagerconfigure the generated application to disable SSL certificate verification by default.This could allow an attacker with a privileged network position to launch a Man In The Middle (MITM) attack on the install process, intercepting the step where electron-packager downloads Electron for supported target platforms and architectures, and replacing the valid download with a tampered malicious one.
This only affects users using the electron-packager CLI. The strict-ssl option defaults to true for the node.js API.
Recommendation
electron-downloadcache folder, which is by default located at~/.electron.Severity
Low
References
This data is provided by the GitHub Advisory Database (CC-BY 4.0).
Release Notes
electron/electron-packager (electron-packager)
v7.0.0: 7.0.0Compare Source
Added
downloadparameter (#320)Changed
Fixed
strict-ssl(and by extension,download.strictSSL) defaults totrue, as documented (#320)Deprecated
cacheis deprecated in favor ofdownload.cache(#320)strict-sslis deprecated in favor ofdownload.strictSSL(#320)Removed
version-string.FileVersionandversion-string.ProductVersionare replaced byfavor of
app-versionandbuild-version, respectively (#327)version-string.LegalCopyrightis replaced byapp-copyright(#327)v6.0.2: 6.0.2Compare Source
Changed
rceditdependency updated to 0.5.x. The DLL mentioned in the 6.0.1 release notesis no longer required.
v6.0.1: 6.0.1Compare Source
Changed
rceditdependency updated to 0.4.xFixed
default_app.asaris deleted during packaging (necessary when Electron ≥ 0.37.4 is used).The
default_appfolder is still deleted for older Electron versions (#298, #311)v6.0.0: 6.0.0Compare Source
Added
mas), including signing OS X apps(#223, #278)
app-copyrightparameter (#223)tmpdirparameter to specify a custom temp directory (#230); set tofalseto disableusing a temporary directory at all (#251, #276)
NEWS.md, a human-readable list of changes in each version (since 5.2.0) (#263)Changed
electron-userland
ignoreparameter to take a function (#247)outparameter by default (#255)files (#253)
electron-osx-sign (#223)
signparameter is nowosx-sign(for better cross-platformcompatibility) and optionally takes several of the same sub-parameters as
electron-osx-sign (#286)
Deprecated
version-string.LegalCopyrightis deprecated in favor ofapp-copyright(#268)Fixed
[darwin/mas] Ensure
CFBundleVersionandCFBundleShortVersionStringare strings (#250)[darwin/mas] Correctly set the helper bundle ID in all relevant plist files (#223)
[darwin/mas] OSX-specific binaries are correctly renamed to the application name (#244, #293)
If you are upgrading from ≤ 5.2.1 and building for a
darwintarget, you may experience problems. See #323 for details.v5.2.1Compare Source
v5.2.0Compare Source
v5.1.1Compare Source
v5.1.0Compare Source
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.