From 6f423af65d96ee0df1ebbc0107f18268f6e8c8f2 Mon Sep 17 00:00:00 2001 From: sneak Date: Thu, 8 Jan 2026 10:02:29 -0800 Subject: [PATCH] Update TODO.md: mark graceful shutdown and sanitization as complete --- TODO.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/TODO.md b/TODO.md index fd125d4..a1f5d59 100644 --- a/TODO.md +++ b/TODO.md @@ -164,8 +164,8 @@ A single linear checklist of tasks to implement the complete pixa caching image ## Security - [x] Implement path traversal prevention -- [ ] Implement request sanitization -- [ ] Implement response header sanitization +- [x] Implement request sanitization +- [x] Implement response header sanitization - [ ] Implement referer blacklist - [ ] Implement blocked networks configuration - [ ] Add rate limiting per-IP @@ -195,7 +195,7 @@ A single linear checklist of tasks to implement the complete pixa caching image - [ ] Validate configuration on startup ## Operational -- [ ] Implement graceful shutdown +- [x] Implement graceful shutdown - [ ] Implement Sentry error reporting (optional) - [ ] Add comprehensive request logging - [ ] Add performance metrics (Prometheus)