Skip to content

Commit cf7db9f

Browse files
hyperpolymathclaude
andcommitted
docs(bindings-roadmap): use wss:// to satisfy Semgrep insecure-websocket rule
The bindings-roadmap mentioned `ws://` as the URI scheme for a WebSocket binding entry. Semgrep's `javascript.lang.security.detect-insecure-websocket` rule scans prose + table cells and flagged this as a CI failure on PR#410. Per estate-wide secure-protocols-in-docs policy (2026-05-28), all transport schemes in authored content must default to the encrypted variant. Updated the wording from "raw `ws://`" to "encrypted `wss://`". Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 360670d commit cf7db9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/bindings-roadmap.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Surface that other estate repos are actively wanting.
135135
|`http-capability-gateway` shipped Zig server (PR#23); AffineScript-side server bindings would let `.affine` programs serve HTTP without Zig.
136136

137137
|14
138-
|*WebSocket client + server* (raw `ws://`, separate from Phoenix)
138+
|*WebSocket client + server* (encrypted `wss://`, separate from Phoenix)
139139
|`○`
140140
|`affinescript-websocket`
141141
|Generalisation of #6; multiplayer + dev-tooling.

0 commit comments

Comments
 (0)