Skip to content
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

lib: add warning when binding inspector to public IP #55736

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Nov 5, 2024

  1. lib: add warning when binding inspector to public IP

    Add `isLoopback` function to `internal/net` module to check if a given
    host is a loopback address.
    
    Add a warning when binding the inspector to a public IP with an open
    port, as it allows external hosts to connect to the inspector.
    
    Fixes: nodejs#23444
    Refs: https://nodejs.org/api/cli.html#--inspecthostport
    DemianParkhomenko committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    847aaae View commit details
    Browse the repository at this point in the history