mirror of
https://github.com/imjasonh/rustvulncheck
synced 2026-07-08 04:08:07 +00:00
No description
- Parse markdown heading as title fallback when TOML title is missing, fixing the "(no title)" entries - Filter out test files (tests/, *_test.rs) from vulnerable symbols since test code isn't callable library API - Fix module path generation to handle workspace layouts (crates/foo/src/bar.rs → foo::bar) and strip src/ properly - Replace hyphens with underscores in module paths to match Rust crate naming conventions (pyo3-ffi → pyo3_ffi) https://claude.ai/code/session_01AeNG3herWfKhos9uZVUY5d |
||
|---|---|---|
| .github/workflows | ||
| src | ||
| tests | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||