fabro/crates/redact
Bryan Helmkamp 90e7bf229a Add redact crate for secret detection and redaction in NDJSON logs
Two-layer detection: Shannon entropy on high-entropy alphanumeric tokens
(threshold 4.5) and gitleaks v8.22.1 pattern matching (202 rules) with
Aho-Corasick keyword pre-filtering. JSONL-aware redaction skips exempt
fields (IDs, paths) and image objects. 43 tests.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Entire-Checkpoint: 9e8476d16412
2026-02-25 15:25:52 -05:00
..
data Add redact crate for secret detection and redaction in NDJSON logs 2026-02-25 15:25:52 -05:00
src Add redact crate for secret detection and redaction in NDJSON logs 2026-02-25 15:25:52 -05:00
build.rs Add redact crate for secret detection and redaction in NDJSON logs 2026-02-25 15:25:52 -05:00
Cargo.toml Add redact crate for secret detection and redaction in NDJSON logs 2026-02-25 15:25:52 -05:00