• v0.1.2 915f0895d3

    v0.1.2 Stable

    franz released this 2026-03-12 21:39:49 +00:00 | 147 commits to master since this release

    Added

    • Logout mechanism with nav bar button
    • Security headers on all admin responses (CSP, X-Frame-Options, X-Content-Type-Options, Referrer-Policy)
    • Login-specific rate limiting (10/min per IP, separate from general admin limit)
    • Periodic eviction of stale notification rate limiter entries

    Fixed

    • CSRF cookie no longer set as HttpOnly, allowing JS double-submit injection to work
    • Login cookie stores a SHA-256 derivative instead of the raw admin token
    • CSRF body size limit now uses configured max_body_size instead of hardcoded 10MB
    • Notification rate limiter no longer wastes per-project budget when global limit rejects
    • Discard stats flush no longer double-counts on partial DB write failures
    • Threshold alert state update failures are now logged instead of silently dropped
    Downloads