rust-secure-code / cargo-supply-chain

Gather author, contributor and publisher data on crates in your dependency graph.
Apache License 2.0
315 stars 18 forks source link

'authors' always shows 'unknown registry' #19

Closed jyn514 closed 3 years ago

jyn514 commented 3 years ago
~/.../rust/ripgrep $ cargo supply-chain authors
Alex Crichton <alex@alexcrichton.com>       unknown registry
Alice Maz <alice@alicemaz.com>      unknown registry
Amanieu d'Antras <amanieu@gmail.com>        unknown registry
...
jyn514 commented 3 years ago

Another bug I just noticed: this uses a fixed number of tabs, giving inconsistent alignment if there's a large difference between the lengths of names.

Shnatsel commented 3 years ago

We've removed the authors subcommand, closing.