From c3c6a18dd14dcbe5e2f3b433afdd2be60c33f141 Mon Sep 17 00:00:00 2001 From: Felipe Cardoso Date: Sun, 2 Nov 2025 13:28:49 +0100 Subject: [PATCH] **Test Documentation Update:** Simplify test coverage description and clarify security-focused testing features, including CVE-2015-9235 prevention, session hijacking, and privilege escalation. --- CLAUDE.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index 4f9f395..49b0a02 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -86,10 +86,10 @@ alembic upgrade head #### Testing -**Test Coverage: 97%** (743 tests, all passing) -- Comprehensive test suite with security-focused testing -- Includes tests for JWT algorithm attacks (CVE-2015-9235), session hijacking, and privilege escalation -- 84 missing lines are justified (defensive code, error handlers, production-only code) +**Test Coverage: High (comprehensive test suite)** +- Security-focused testing with JWT algorithm attack prevention (CVE-2015-9235) +- Session hijacking and privilege escalation tests included +- Missing lines justified as defensive code, error handlers, and production-only code ```bash # Run all tests (uses pytest-xdist for parallel execution)