EmbarkStudios / cargo-deny

❌ Cargo plugin for linting your dependencies 🦀
http://embark.rs
Apache License 2.0
1.63k stars 81 forks source link

Add support for urls to PackageSpec #608

Open Jake-Shadle opened 4 months ago

Jake-Shadle commented 4 months ago

We already support an internal PackageSpec that both mimics and supports additional features than package ids, but it would be good to also support the source portion as that would allow users to disambiguate between local/private crates that happen to have the same name and/or version as a crates.io (typically) crate that matches a ban/advisory/yank/etc.