fetch_ml/internal/audit
Jeremie Fraeys 7efefa1933
feat(native): implement Rust native layer as a test
- queue_index: mmap-based priority queue with safe storage wrapper
- dataset_hash: BLAKE3 parallel hashing with rayon
- common: FFI utilities with panic recovery
- Minimal deps: ~20 total (rayon, blake3, memmap2, walkdir, chrono)
- Drop crossbeam, prometheus - use stdlib + manual metrics
- Makefile: cargo build targets, help text updated
- Forgejo CI: clippy, tests, miri, cargo-deny
- C FFI compatible with existing Go bindings
2026-03-14 17:45:58 -04:00
..
platform feat(security): add audit subsystem and tenant isolation 2026-02-26 12:03:45 -05:00
alert.go feat(security): add audit subsystem and tenant isolation 2026-02-26 12:03:45 -05:00
alert_test.go refactor: co-locate api, audit, auth tests with source code 2026-03-12 16:34:54 -04:00
audit.go feat(audit): add HTTP audit middleware and tamper-evident logging 2026-03-08 13:03:02 -04:00
chain.go feat(audit): add HTTP audit middleware and tamper-evident logging 2026-03-08 13:03:02 -04:00
checkpoint.go feat(audit): add HTTP audit middleware and tamper-evident logging 2026-03-08 13:03:02 -04:00
rotation.go feat(audit): add HTTP audit middleware and tamper-evident logging 2026-03-08 13:03:02 -04:00
sealed.go feat(audit): add HTTP audit middleware and tamper-evident logging 2026-03-08 13:03:02 -04:00
sealed_test.go refactor: co-locate api, audit, auth tests with source code 2026-03-12 16:34:54 -04:00
verifier.go feat(audit): add HTTP audit middleware and tamper-evident logging 2026-03-08 13:03:02 -04:00
verifier_test.go feat(native): implement Rust native layer as a test 2026-03-14 17:45:58 -04:00