Commit cf7db9f
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | | - | |
| 138 | + | |
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
| |||
0 commit comments