Potential fix for code scanning alert no. 21: Missing rate limiting

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: Obsidian <123307773+LightZirconite@users.noreply.github.com>
This commit is contained in:
Obsidian
2025-11-15 14:48:43 +01:00
committed by GitHub
parent 6be7763698
commit acd0a0fcf6
2 changed files with 10 additions and 3 deletions

View File

@@ -87,6 +87,7 @@
"rebrowser-playwright": "1.52.0",
"socks-proxy-agent": "^8.0.5",
"ts-node": "^10.9.2",
"ws": "^8.18.3"
"ws": "^8.18.3",
"express-rate-limit": "^8.2.1"
}
}