Write tenant isolation integration tests #19
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
The most critical security assumption — that Tenant A cannot access Tenant B's data — has zero automated tests. This means any regression in the tenant isolation code (#5) could silently ship to production.
Required Actions
backend-compliance/compliance/tests/test_tenant_isolation.pyX-Tenant-IDfor another tenant after #5 fix is rejected with 403test-python-backendjobAcceptance Criteria
@pytest.mark.skip