question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

SECURITY NOTICE: electron-packager v5.2.1 - v6.0.2 don't check SSL certificate validity

See original GitHub issue

There exists a bug in electron-packager from versions 5.2.1 - 6.0.2 where the --strict-ssl command line option defaults to false when not explicitly set to true.

This only affects users using the electron-packager CLI. The strict-ssl option defaults to true for the node.js API.

The commit that introduced the issue is here: https://github.com/electron-userland/electron-packager/commit/30bdd0b187e96bc45ce20d5363104917a48fd93b The commit that fixed the issue is here: https://github.com/electron-userland/electron-packager/commit/ebea1d8c177f2a2816687c4a445998cc35375a18

The issue is fixed in v7.0.0. All users should upgrade immediately.

It’s also recommended to delete the electron-download cache folder, by default named .electron, and located in your home folder. For example:

rm -rf ~/.electron

Props to @malept for discovering this.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:13 (11 by maintainers)

github_iconTop GitHub Comments

3reactions
ferosscommented, Apr 19, 2016

I recommend leaving this issue open for at least a few weeks, so more users will have a chance to read this and upgrade.

0reactions
maleptcommented, May 11, 2016

It’s been a few weeks, so closing. I think the deprecation notice is sufficient.

Read more comments on GitHub >

github_iconTop Results From Across the Web

debricked-npm-104 | Vulnerability Database | Debricked
SECURITY NOTICE : electron-packager v5.2.1 - v6.0.2 don't check SSL certificate validity · Issue #333 · electron/electron-packager · GitHub.
Read more >
CVE-2016-10534
SECURITY NOTICE : electron-packager v5.2.1 - v6.0.2 don't check SSL certificate validity · Issue #333 · electron-userland/electron-packager · ...
Read more >
npm allow self signed certificate - You.com | The search engine you ...
You can also import failing self-certificate into your system and mark as trusted, or temporary disable SSL validation while installing packages (quick, ...
Read more >
Vulnerability Summary for the Week of December 5, 2022 - CISA
Primary Vendor ‑‑ Product Published CVSS Score Source & Patch Info activerecord_project ‑‑ activerecord 2022‑12‑05 9.8 CVE‑2022‑32224 · M... algan ‑‑ prens_student_information_system 2022‑12‑02 9.8 CVE‑2022‑2807...
Read more >
Fix list for Rational Application Developer for WebSphere ...
XML validation does not recognize bindings that were added using the 'xmlCatalog' Ant task in Rational Application Developer. EJB Deploy, PI94339, Rational ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found