-
v0.1.2 Stable
released this
2026-03-12 21:39:49 +00:00 | 147 commits to master since this releaseAdded
- 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_sizeinstead 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
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads