mozilla / cargo-vet

supply-chain security for Rust
Apache License 2.0
649 stars 43 forks source link

Filter out missing information in `get_publishers` #483

Closed mystor closed 1 year ago

mystor commented 1 year ago

This avoids a potential crash when the set of relevant versions does not force an update of crates.io API information, despite more version numbers being known.

This PR also contains a fix for #481, removing duplicated suggestions from the output.