[v2.6.0]
- Added opt-in GitHub gist scanning #508, plus GitLab and Bitbucket Cloud snippet scanning, with full Git history.
- Reduced peak scan memory: findings now deduplicate on exact cryptographic digests alone (the Bloom prefilter and its dependency were removed), the Git object index stores each object ID once, and raw matcher bookkeeping was slimmed.
- Added opt-in
--disk-offloadto reduce accumulated finding memory across repositories; it falls back to memory with a warning when temporary storage fills up. - Fixed HTML report validation filters to match displayed states, including assumed-valid, invalid-material, and skipped-canary findings.