mozilla / cargo-vet

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

Added support for Cargo `http.cainfo` #615

Open ranger-ross opened 1 month ago

ranger-ross commented 1 month ago

This PR adds support for using a custom CA via the Cargo http.cainfo configuration.

See https://github.com/mozilla/cargo-vet/issues/612 for more info

ranger-ross commented 4 days ago

Hey @mystor , Thanks, thats a totally fair response. (I was also not in love with taking a dependency on cargo)

I updated this PR to remove the dependency on cargo and self implemented the logic for resolving cargo configurations by following the documentation here.

Let me know what you think :+1: