1
0
Fork 0
mirror of https://github.com/imjasonh/rustvulncheck synced 2026-07-08 04:08:07 +00:00
No description
Find a file
Claude e797dadbad
Add hourly enrichment workflow with resume and timeout support
- Add --existing-db flag to enrich command to skip already-enriched advisories
- Add --timeout-secs flag to stop processing after a time budget
- Create .github/workflows/enrich.yml that runs hourly on a 55-minute budget
- Workflow commits enriched vuln_db.json to repo, checkpointing progress
- Each run picks up where the last left off, progressively enriching the backlog

https://claude.ai/code/session_01Pp3k3jGUtnTTqvMMr1uP4Y
2026-03-25 13:24:07 +00:00
.github/workflows Add hourly enrichment workflow with resume and timeout support 2026-03-25 13:24:07 +00:00
src Add hourly enrichment workflow with resume and timeout support 2026-03-25 13:24:07 +00:00
tests Precise golden integration tests and scanner fixes for edge cases 2026-03-25 13:01:33 +00:00
.gitignore Add Phase 1: Offline Database Enrichment pipeline 2026-03-25 01:28:25 +00:00
Cargo.lock Add syn-based type tracking and golden codebase integration tests 2026-03-25 12:44:13 +00:00
Cargo.toml Add syn-based type tracking and golden codebase integration tests 2026-03-25 12:44:13 +00:00
design.md Create design.md 2026-03-25 06:39:54 -04:00