You've already forked Arcturus-Morningstar-Extended
mirror of
https://github.com/duckietm/Arcturus-Morningstar-Extended.git
synced 2026-06-19 15:06:19 +00:00
2b95f446dd
- Add file size limits (2MB photos, 1MB thumbnails) with pre-read rejection - Add PNG dimension validation via IHDR header before full decode (prevents decompression bombs) - Double-check decoded dimensions against max 1024x1024 (photos) / 640x640 (thumbnails) - Increase render cooldown from 5s to 15s - Add daily render quota (50/day per user) with 24h rolling window - Fix cooldown message to show remaining seconds correctly - Add structured logging for all rejected uploads - Replace e.printStackTrace() with proper SLF4J logging