mirror of
https://github.com/obra/superpowers.git
synced 2026-06-20 01:29:05 +08:00
Clears two dependabot alerts on the test harness's ws dependency: GHSA-96hv-2xvq-fx4p (high, memory-exhaustion DoS, fixed 8.21.0) and GHSA-58qx-3vcg-4xpx (medium, uninitialized memory disclosure, fixed 8.20.1). Test-only — the shipped brainstorm server hand-rolls its WebSocket framing and does not depend on ws. Suite passes (57/57).
11 lines
374 B
JSON
11 lines
374 B
JSON
{
|
|
"name": "brainstorm-server-tests",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"test": "node ws-protocol.test.js && node helper.test.js && node browser-launcher.test.js && node auth.test.js && node branding.test.js && node server.test.js && node lifecycle.test.js && bash start-server.test.sh && bash stop-server.test.sh"
|
|
},
|
|
"dependencies": {
|
|
"ws": "^8.21.0"
|
|
}
|
|
}
|