mozilla / cargo-vet

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

Include criteria which imply the required criteria in suggest output #614

Closed mystor closed 1 month ago

mystor commented 1 month ago

For most consumers using exclusively the default criteria, this will only impact the output for safe-to-run recommendations to mention that safe-to-deploy would also be applicable. For consumers using more complex criteria, this may increase the size of the suggest output more substantially.

This change does impact JSON output, but only for strings generally intended for human consumption. If a script was previously parsing these strings it may be broken by the change.

Fixes #613

anforowicz commented 1 month ago

Thanks! LGTM (although I am not sure if it counts because I am not a real owner / reviewer of this project).