1
0
Fork 0
mirror of https://github.com/imjasonh/rustvulncheck synced 2026-07-08 04:08:07 +00:00
rustvulncheck/src
Claude 852502923c
fix: skip timestamp update when enrichment produces no actual data changes
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
2026-03-30 13:11:08 +00:00
..
advisory.rs
analyzer.rs Add analyze command to detect reachable vulnerable symbols in Rust projects 2026-03-25 10:50:22 +00:00
ast_differ.rs Make vuln_db.json output deterministic to minimize diff noise 2026-03-25 16:06:25 +00:00
db.rs Make vuln_db.json output deterministic to minimize diff noise 2026-03-25 16:06:25 +00:00
diff_analyzer.rs fix: skip timestamp update when enrichment produces no actual data changes 2026-03-30 13:11:08 +00:00
github.rs Fix non-deterministic enrichment: remove PR fallback, use merge commit diff 2026-03-26 01:11:19 +00:00
lockfile.rs Add analyze command to detect reachable vulnerable symbols in Rust projects 2026-03-25 10:50:22 +00:00
main.rs fix: skip timestamp update when enrichment produces no actual data changes 2026-03-30 13:11:08 +00:00
scanner.rs Precise golden integration tests and scanner fixes for edge cases 2026-03-25 13:01:33 +00:00
type_tracker.rs Add syn-based type tracking and golden codebase integration tests 2026-03-25 12:44:13 +00:00