docs(04-02): complete DirSource plan

This commit is contained in:
salvacybersec
2026-04-05 15:19:50 +03:00
parent e8ba651a51
commit 563d6e5ce2
5 changed files with 155 additions and 9 deletions

View File

@@ -15,7 +15,7 @@ Requirements for initial release. Each maps to roadmap phases.
- [x] **CORE-04**: Entropy analysis as secondary signal for low-confidence providers (generic key formats)
- [x] **CORE-05**: Worker pool parallelism with configurable worker count (default: CPU count)
- [x] **CORE-06**: Aho-Corasick keyword pre-filter runs before regex for 10x performance on large files
- [ ] **CORE-07**: mmap-based large file reading for memory efficiency
- [x] **CORE-07**: mmap-based large file reading for memory efficiency
### Providers
@@ -32,7 +32,7 @@ Requirements for initial release. Each maps to roadmap phases.
### Input Sources
- [ ] **INPUT-01**: File and directory scanning with recursive traversal and glob exclusion patterns
- [x] **INPUT-01**: File and directory scanning with recursive traversal and glob exclusion patterns
- [x] **INPUT-02**: Git-aware scanning — full history, branches, stash, delta-based diffs
- [ ] **INPUT-03**: Git scanning supports --since flag for time-scoped history scan
- [ ] **INPUT-04**: stdin/pipe input support (cat file | keyhunter scan stdin)