Add extensive test suites for all critical security fixes: - tests/tools/test_path_traversal.py: Path traversal detection tests - tests/tools/test_command_injection.py: Command injection prevention tests - tests/tools/test_interrupt.py: Race condition validation tests - validate_security.py: Automated security validation suite Coverage includes: - Unix/Windows traversal patterns - URL-encoded bypass attempts - Null byte injection - Concurrent access race conditions - Subprocess security patterns Refs: Issue #51 - Test coverage gaps Refs: V-001, V-002, V-007 security fixes
7.0 KiB
7.0 KiB