Skip to content
This repository was archived by the owner on Aug 13, 2025. It is now read-only.
This repository was archived by the owner on Aug 13, 2025. It is now read-only.

[Bug]: NODE_TLS_REJECT_UNAUTHORIZED = "0"; globally disables TLS certificate outgoing HTTPS requests #90

@noicezed

Description

@noicezed

What happened?

this setting is super insecure and makes the app open to man-in-the-middle (mitm) attacks. since certificate validation is off, the app can’t be sure if it’s really talking to the right server. if someone’s on the same network, they could sneak in between, fake the server, and steal sensitive stuff like api keys or user credentials. this kind of attack is serious and can silently compromise user data without anyone noticing.

How to reproduce

  1. Go to main.ts
  2. Line no. 10

Platform

Windows

Additional info

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions