fetch_ml/tests/unit/audit
Jeremie Fraeys a981e89005
feat(security): add audit subsystem and tenant isolation
Implement comprehensive audit and security infrastructure:
- Immutable audit logs with platform-specific backends (Linux/Other)
- Sealed log entries with tamper-evident checksums
- Audit alert system for real-time security notifications
- Log rotation with retention policies
- Checkpoint-based audit verification

Add multi-tenant security features:
- Tenant manager with quota enforcement
- Middleware for tenant authentication/authorization
- Per-tenant cryptographic key isolation
- Supply chain security for container verification
- Cross-platform secure file utilities (Unix/Windows)

Add test coverage:
- Unit tests for audit alerts and sealed logs
- Platform-specific audit backend tests
2026-02-26 12:03:45 -05:00
..
alert_test.go feat(security): add audit subsystem and tenant isolation 2026-02-26 12:03:45 -05:00
sealed_test.go feat(security): add audit subsystem and tenant isolation 2026-02-26 12:03:45 -05:00
verifier_test.go feat(audit): Tamper-evident audit chain verification system 2026-02-23 19:43:50 -05:00