-
pom: stop leaking the API token to the dashboard; rate-limit per IP
-
pom: deliver failure alerts by email when wam_url is unset
-
server: purge expired items and decrement storage in one tx
-
server: run scheduler payments/cleanup I/O off the tick lock
-
gitignore: keep risk-lens fuzz reports out of the public repo
-
mt: make the guest-role migration self-healing
-
mt: give the outbound OAuth calls a per-request timeout
-
mt: forbid banning or muting the platform admin
-
mt: aggregate endorsement counts in the DB for the thread view
-
mt: make reply insert conditional on a live, unlocked thread
-
mt: surface System auto-hide rows in the mod log (LEFT JOIN)
-
mt: freeze moderation mutations on a suspended community
-
mt: close the SSRF integer-IP bypass in link preview
-
mt: cap image upload while streaming, not after buffering
-
mt: verify thread_stats HMAC via the InternalAuth extractor
-
mt: mirror full identity on userinfo refresh, not just perks
-
mt: block owner settings mutations on a suspended community
-
mt: scope verify_quotes to the quoting post's community
-
Scan-then-promote uploads to immutable content keys (C1)
-
Document the deliberate webhook-200/self-owned-retry trade (Payments)
-
Strip off-platform media from creator markdown (block tracking pixels)
-
Enforce the per-item license-key cap atomically under an item-row lock
-
Scope discover tag-count and follow-membership lookups to the rendered tags
-
Bound scan CPU layers + advertise-refs by wall clock; scope project purchase lookup
-
Enforce git disk quota on the HTTP push path; validate internal repo_name
-
Add copy_object and content-addressed key foundations for scan-then-promote
-
Treat ClamAV as a full-file scan backstop only up to declared coverage
-
Fix OTA quarantine deleting from the wrong S3 bucket
-
server: set wizard upload error text via textContent, not innerHTML
-
server: correct enum VARIANTS doc to match drift-test coverage