mirror of
https://github.com/imjasonh/rustvulncheck
synced 2026-07-08 04:08:07 +00:00
Previously, re-enrichment and incomplete entry retries would increment change counters even when the resulting data was identical, causing update_timestamp() to fire and produce commits with only a timestamp diff. Now we compare old vs new symbols/SHAs before counting a change, so the timestamp (and thus the commit) is only produced when data actually differs. https://claude.ai/code/session_01CR3Wstpf1J7Pkbyx8xoCWm |
||
|---|---|---|
| .. | ||
| advisory.rs | ||
| analyzer.rs | ||
| ast_differ.rs | ||
| db.rs | ||
| diff_analyzer.rs | ||
| github.rs | ||
| lockfile.rs | ||
| main.rs | ||
| scanner.rs | ||
| type_tracker.rs | ||