Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: e9b20ed15bd86e32ab71f07a0d735389858c93d5
https://github.com/WebKit/WebKit/commit/e9b20ed15bd86e32ab71f07a0d735389858c93d5
Author: Yijia Huang <[email protected]>
Date: 2026-02-13 (Fri, 13 Feb 2026)
Changed paths:
M Source/JavaScriptCore/wasm/debugger/WasmDebugServer.cpp
Log Message:
-----------
[JSC][WASM][Debugger] Bind TCP WASM debug server to localhost only
https://bugs.webkit.org/show_bug.cgi?id=307829
rdar://170335817
Reviewed by Mark Lam.
Changes the JSC shell's TCP-based WebAssembly debug server to bind to
127.0.0.1 (localhost) instead of INADDR_ANY (all network interfaces).
This prevents remote connections to the debug server.
The change only affects JSC shell's TCP debug mode, which is used for
local command-line development and testing. Safari's WebAssembly debugging
uses the RWI-based architecture (IPC through webinspectord) and is
unaffected by this change.
Canonical link: https://commits.webkit.org/307500@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications