kingfisher/src/scanner
2026-01-21 13:13:43 -08:00
..
docker.rs
enumerate.rs v1.73.0 2026-01-01 22:24:57 -08:00
mod.rs - Reduced per-match memory usage by compacting stored source locations and interning repeated capture names. 2025-12-04 22:02:30 -08:00
processing.rs - Improved performance of tree-sitter parsing 2025-10-03 17:22:28 -07:00
repos.rs v1.73.0 2026-01-01 22:24:57 -08:00
runner.rs Skipped per-repository report writes when an output file is specified and emit a single aggregated report after multi-repository scans to preserve full output content in files. 2026-01-16 10:03:59 -08:00
summary.rs - Reduced per-match memory usage by compacting stored source locations and interning repeated capture names. 2025-12-04 22:02:30 -08:00
util.rs
validation.rs - Fixed validation deduplication for rules with nested unnamed captures (e.g. (?<REGEX>...(ABC|DEF)...)) to use the primary capture for grouping, ensuring each unique match triggers a separate validation request. 2026-01-21 13:13:43 -08:00