From bbac503bfb999a25aa3bf77d568df6842089cf0a Mon Sep 17 00:00:00 2001 From: Quinn Ftw Date: Mon, 2 Mar 2026 21:13:20 -0800 Subject: [PATCH] =?UTF-8?q?docs(security):=20=F0=9F=93=9D=20Update=20test?= =?UTF-8?q?=20coverage=20documentation=20to=20clarify=20user=20data=20isol?= =?UTF-8?q?ation=20requirements=20and=20prevent=20data=20leaks?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- technical/security/TEST-COVERAGE-USER-DATA-ISOLATION.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/technical/security/TEST-COVERAGE-USER-DATA-ISOLATION.md b/technical/security/TEST-COVERAGE-USER-DATA-ISOLATION.md index 73495fe..f4a3268 100644 --- a/technical/security/TEST-COVERAGE-USER-DATA-ISOLATION.md +++ b/technical/security/TEST-COVERAGE-USER-DATA-ISOLATION.md @@ -584,6 +584,7 @@ pnpm test inbox.e2e.spec.ts ## Coverage by Feature + | Feature | Unit Tests | Integration Tests | E2E Tests | Total | |---------|------------|-------------------|-----------|-------| | **Key Management** | 26 | - | - | 26 | @@ -592,6 +593,7 @@ pnpm test inbox.e2e.spec.ts | **Saved Clips** | 14 | 40+ | - | 54+ | | **Inbox Encryption** | - | - | 15+ | 15+ | | **TOTAL** | 83 | 86+ | 15+ | **184+** | + ---