mirror of
https://github.com/BigBodyCobain/Shadowbroker.git
synced 2026-06-19 04:20:15 +02:00
91c76ad1bd
Replace spoofable Host/Origin WebSocket auth with short-lived bootstrap tokens minted over the existing local-operator HTTP path. Docker/browser shell sessions prefetch a token before connecting; loopback peers remain unchanged. Also bump backend ws to 8.21.0 and refresh frontend lockfile to clear npm audit findings (dev toolchain only for frontend). Fixes #405, #406, #407 Co-authored-by: Cursor <cursoragent@cursor.com>
6 lines
48 B
JSON
6 lines
48 B
JSON
{
|
|
"dependencies": {
|
|
"ws": "^8.21.0"
|
|
}
|
|
}
|