Skip to main content

max / makenotwork

Update MT todo: mark MaybeUser session warning as fixed Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Author: Max J. <87768334+MaxJMath@users.noreply.github.com> · 2026-04-26 23:43 UTC
Commit: 528e7a7ec417030fb9f53fa1e30e0ef74261977d
Parent: 29e9814
1 file changed, +1 insertion, -1 deletion
@@ -28,7 +28,7 @@ v0.3.4. Audit grade A. 232 tests.
28 28 ## Code Review Remediation — Remaining
29 29 - [ ] Transitive dep advisories: rand 0.8/0.9 (RUSTSEC-2026-0097), rsa (RUSTSEC-2023-0071), lru (RUSTSEC-2026-0002) — no direct fix available, monitor upstream
30 30 - [ ] Add partial index on `posts.removed_at` (`WHERE removed_at IS NOT NULL`) when data volume warrants it
31 - - [ ] Add `tracing::warn!` to `MaybeUser` extractor on session read errors (currently silently returns None)
31 + - [x] Add `tracing::warn!` to `MaybeUser` extractor on session read errors (fixed 2026-04-26)
32 32
33 33 ---
34 34