docs(04-03): complete GitSource plan

This commit is contained in:
salvacybersec
2026-04-05 15:19:15 +03:00
parent 850c3ff8e9
commit e8ba651a51
4 changed files with 134 additions and 8 deletions

View File

@@ -33,7 +33,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
- [ ] **INPUT-02**: Git-aware scanning — full history, branches, stash, delta-based diffs
- [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)
- [ ] **INPUT-05**: URL fetching — scan content from any remote URL