deepak1556

#49028: fix: exception when reading system certificates via nodejs

Merged
Created: Nov 20, 2025, 9:10:26 AM
Merged: Nov 21, 2025, 9:35:05 AM
3 comments
Target: main

Description of Change

Backports nodejs/node#60787

Release Notes

Notes: fix crash when reading system certificates via nodejs tls module

Backports

39-x-y
In-flight
PR Number
#49042
Waiting to be merged
40-x-y
In-flight
PR Number
#49041
Waiting to be merged

Semver Impact

Major
Breaking changes
Minor
New features
Patch
Bug fixes
None
Docs, tests, etc.

Semantic Versioning helps users understand the impact of updates:

  • Major (X.y.z): Breaking changes that may require code modifications
  • Minor (x.Y.z): New features that maintain backward compatibility
  • Patch (x.y.Z): Bug fixes that don't change the API
  • None: Changes that don't affect using facing parts of Electron