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

Whether to consider adding authentication for the socket connection between the debug extension client and the server? #434

Closed
yuan92111246 opened this issue Aug 7, 2024 · 1 comment
Assignees
Labels
triage-needed Needs assignment to the proper sub-team

Comments

@yuan92111246
Copy link

Why are the client and server not authenticating? Are there any security risks?

python

@github-actions github-actions bot added the triage-needed Needs assignment to the proper sub-team label Aug 7, 2024
@karthiknadig karthiknadig self-assigned this Aug 7, 2024
@karthiknadig
Copy link
Member

VS Code handles how the communication and connection occurs. The DebugAdapterServer class that you see there is a configuration that is provided to VS Code, that only accepts host and port: https://code.visualstudio.com/api/references/vscode-api#DebugAdapterServer . Python extension, or any language extension is not really involved in how the actual connection occurs.

@karthiknadig karthiknadig closed this as not planned Won't fix, can't repro, duplicate, stale Aug 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage-needed Needs assignment to the proper sub-team
Projects
None yet
Development

No branches or pull requests

2 participants