Add rate limiting to prevent abuse

Co-authored-by: mblanke <9078342+mblanke@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-01-09 21:54:17 +00:00
parent 4c89a0641b
commit 96ec73fc05
3 changed files with 41 additions and 0 deletions

View File

@@ -24,6 +24,7 @@
"cors": "^2.8.5",
"dockerode": "^4.0.9",
"express": "^4.22.1",
"express-rate-limit": "^8.2.1",
"ws": "^8.19.0"
}
}