1
0
Fork 0
mirror of https://github.com/imjasonh/rustvulncheck synced 2026-07-08 12:15:03 +00:00
rustvulncheck/tests/fixtures/crates
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
..
hyper Fix advisory parsing for .md format and suppress compiler warnings 2026-03-25 01:52:22 +00:00
smallvec Fix advisory parsing for .md format and suppress compiler warnings 2026-03-25 01:52:22 +00:00
tokio Fix advisory parsing for .md format and suppress compiler warnings 2026-03-25 01:52:22 +00:00