is it secure to listen on *:4001 ?
Open
vscode
- Dominant language
- JavaScript
- Stars
- 3.6k
- Forks
- 133
- PR merge metrics
- No merged PRs in 30d
Description
vscode 1.85.1 on macOS Sonoma 14.2.1
```
sudo lsof -i -P | grep -i listen
```
I get `*:4001` instead of `localhost:4001`.
I think the default shall be listening on localhost only.
Probably offering an option in extension settings that allows changing the IP address on which it listens.
Contributor guide
Assessment
This issue has not been assessed yet.