Dashboard › opencode › connectedSocketFD _handle.fd
01a08034-93c1-78c6-a4a8-8b0219950403| Project | Hits | Last recalled |
|---|---|---|
| opencode-lore | 2 | 13h ago |
Trap: Node’s private socket._handle.fd looks usable because host Node exposes the connected Unix descriptor, but it is undocumented and host-runtime tests do not prove behavior or inheritance in the shipped SEA. Fix: fail closed unless it is a nonnegative socket fd, then run descriptor, SO_PEERCRED, peer-PID, unrelated-child inheritance, and same-UID delegation acceptance against the exact Node 26.4 SEA; Node 24 evidence never satisfies this gate.