Update TODO.md: mark security validations as complete

This commit is contained in:
2026-01-08 08:50:37 -08:00
parent 95408e68d4
commit 90be4e7763

View File

@@ -157,13 +157,13 @@ A single linear checklist of tasks to implement the complete pixa caching image
- [x] Implement image resizing with size options (WxH, 0x0, orig)
- [x] Implement format conversion (JPEG, PNG, WebP, AVIF)
- [x] Implement quality parameter support
- [ ] Implement max input dimensions validation
- [ ] Implement max output dimensions validation
- [x] Implement max input dimensions validation
- [x] Implement max output dimensions validation
- [ ] Implement EXIF/metadata stripping
- [x] Implement fit modes (cover, contain, fill, inside, outside)
## Security
- [ ] Implement path traversal prevention
- [x] Implement path traversal prevention
- [ ] Implement request sanitization
- [ ] Implement response header sanitization
- [ ] Implement referer blacklist