• 6 Open
    0 Closed
    Updated 2026-04-20 09:34:50 +00:00
    2026-05-04

    Critical and high-severity security issues that must be resolved before any customer data enters the system. Covers auth, multi-tenancy isolation, SQL injection, secrets rotation, and CORS.

  • 6 Open
    0 Closed
    Updated 2026-04-20 09:35:52 +00:00
    2026-05-18

    Database transactions, exception handling, retry logic, connection pooling, missing indexes, and pagination. Prevents data corruption and cascading failures under production load.

  • 4 Open
    0 Closed
    Updated 2026-04-20 09:36:33 +00:00
    2026-06-01

    Structured logging with request context, DSGVO-required audit trails for all data access and mutation, meaningful health checks, and proper error response sanitization.

  • 5 Open
    0 Closed
    Updated 2026-04-20 09:37:18 +00:00
    2026-06-15

    Integration tests for tenant isolation and auth, transaction rollback tests, API versioning, pagination standards, and Go SDK coverage. Codifies all M1-M3 assumptions as automated tests.

  • 3 Open
    0 Closed
    Updated 2026-04-20 09:37:51 +00:00
    2026-06-29

    Move auth tokens to httpOnly cookies, add error boundaries, lock down IPFS/DSMS gateway, and eliminate remaining client-side data exposure.