Block a user
Derive uploaded file extension from mimetype, not originalname (fixes #11)
[Security][High] Uploaded file extension is attacker-controlled → stored XSS
Validate and uniqueness-check username on user update (fixes #13)
[Bug][Medium]
username unvalidated and not uniqueness-checked on user update
[Security][Medium] Stale JWT: demoted/deleted users keep access until token expiry
whitlocktech
pushed to fix/stale-jwt-revalidation at RunicGateway/website
2026-07-03 02:32:04 +00:00
Enforce role-based authorization on admin-only routes (fixes #10)
[Security][High] No role-based authorization —
editor role is never enforced