-
Notifications
You must be signed in to change notification settings - Fork 384
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
Update Electron app dependencies with known vulnerabilities #6166
Update Electron app dependencies with known vulnerabilities #6166
Conversation
79b91fd
to
413e1d8
Compare
413e1d8
to
1d687f5
Compare
1d687f5
to
fea168d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 5 of 5 files at r1, all commit messages.
Reviewable status:complete! all files reviewed, all discussions resolved
0091c0d
to
a6408b4
Compare
To make the notarization work I had to:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What a mess 😂 Gj on finding a solution 🙌
Reviewed 4 of 4 files at r2, all commit messages.
Reviewable status:complete! all files reviewed, all discussions resolved
To fix issues with electron-builder and @electron/notarize this commit: * Replaces old notarization code with built-in solution in electron-builder * Moves notarization of pkg to build.sh
a6408b4
to
c94fc08
Compare
This PR contains dependency updates for packages with known vulnerabilities, most of them were fixed by just running
npm audit fix
, butelectron-builder
had to be updated manually.Most of the vulnerabilities doesn't affect our app, but the one in the dependency tree of
electron-builder
does. It enables privilege escelation on Windows by utilizing the following vulnerability in the installer: GHSA-r4pf-3v7r-hh55This change is