rust-secure-code / cargo-supply-chain

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

Drop 'url' field since it's not present in the DB dumps #63

Closed Shnatsel closed 3 years ago

Shnatsel commented 3 years ago

url field is not present in the crates.io database dumps. It was only used for linking to Github orgs, so emulate that by parsing the data - hopefully in a failsafe way.

I consider this a release blocker because it also removes the field from the JSON output.