fix: Cross-User Write, strict CORS, rate limiting
All checks were successful
Deploy Brew Application / deploy (push) Successful in 11s
All checks were successful
Deploy Brew Application / deploy (push) Successful in 11s
- IDOR in sync api - if server was run in prod without jwt secret var then it fell back to inscure string; added startup check - restrict query requests to vite origin - use `express-rate-limit`. 100 requests per 15-minute window for a client
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
"cors": "^2.8.6",
|
||||
"dotenv": "^17.4.2",
|
||||
"express": "^5.2.1",
|
||||
"express-rate-limit": "^8.5.2",
|
||||
"jsonwebtoken": "^9.0.3",
|
||||
"pg": "^8.21.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user