Skip to content

Initial support for remote debugging with VSCode (or anything else th…

39a49d3
Select commit
Loading
Failed to load commit list.
Open

Initial support for remote debugging with VSCode #3033

Initial support for remote debugging with VSCode (or anything else th…
39a49d3
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Mar 14, 2026 in 3s

2 new alerts including 2 medium severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 2 medium

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 261 in metaflow/plugins/debugger_step_decorator.py

See this annotation in the file changed.

Code scanning / CodeQL

Binding a socket to all network interfaces Medium

'0.0.0.0' binds a socket to all interfaces.

Check warning on line 285 in metaflow/plugins/debugger_step_decorator.py

See this annotation in the file changed.

Code scanning / CodeQL

Binding a socket to all network interfaces Medium

'' binds a socket to all interfaces.