|
|
|
Show HN: Rust Monorepo Analyzer v0.16.0 and v0.17.0 faster scans and better TUI
(github.com)
|
|
1 points
by bumahkib7
131 days ago
|
|
Hey HN, I’m building Rust Monorepo Analyzer (RMA): a Rust-native monorepo security scanner with cross-file dataflow (source→sink) and an interactive terminal UI. v0.16.0 Tests excluded by default across languages (big perf win). Opt-in: --include-tests (and --skip-tests is deprecated). TUI upgrades (rma scan --interactive): call-graph stats panel, security badges, source→sink highlighting, “danger edges only” filter, better edge/finding detail panels. Incremental analysis caching (content-hash). --no-cache to force full re-run. New: rma flows --interactive to browse taint/data flows directly. v0.17.0 Release/packaging hardening: all 10 crates publish cleanly to crates.io, publish order fixed, metadata cleanup + ROADMAP.md. |
|