Update docker file

This commit is contained in:
Joey Yakimowich-Payne 2026-02-03 09:09:28 -07:00
commit a00cc7e3aa
2 changed files with 3 additions and 3 deletions

View file

@ -79,7 +79,7 @@ This plan turns the audit findings into a tracked, testable remediation roadmap.
### 1) Games Endpoint Risk Reduction
- [x] Increase PIN entropy or move to a join token.
- [ ] Require host proof (secret or auth) for state mutation endpoints.
- [x] Require host proof (secret or auth) for state mutation endpoints.
- [ ] Add per-endpoint throttling for public lookups.
### 2) Logging and Error Hygiene