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 3aeae98506
Fix advisory parsing for .md format and suppress compiler warnings
The RustSec advisory-db uses .md files with TOML in a fenced code block,
not plain .toml files. The parser now extracts the TOML block from markdown.

Also fixes:
- --limit now means "collect up to N enriched entries" instead of
  "take first N candidates", so it keeps scanning until enough are found
- Suppressed dead_code warnings on Issue variant and deserialization-only fields
- Updated test fixtures to match the .md format

https://claude.ai/code/session_01AeNG3herWfKhos9uZVUY5d
2026-03-25 01:52:22 +00:00
.github/workflows Add CI workflow for tests and enrichment dry-run 2026-03-25 01:34:22 +00:00
src Fix advisory parsing for .md format and suppress compiler warnings 2026-03-25 01:52:22 +00:00
tests Fix advisory parsing for .md format and suppress compiler warnings 2026-03-25 01:52:22 +00:00
.gitignore Add Phase 1: Offline Database Enrichment pipeline 2026-03-25 01:28:25 +00:00
Cargo.lock Add Phase 1: Offline Database Enrichment pipeline 2026-03-25 01:28:25 +00:00
Cargo.toml Add Phase 1: Offline Database Enrichment pipeline 2026-03-25 01:28:25 +00:00