You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's pretty hard to see what's wrong in this case. At the very least, there should be a warning that the two URLs are similar but mismatch. I don't know whether the trailing slash should be ignored for the sake of matching up the URLs. That might be an attack vector and thus not the best idea.
Describe the bug
If you have a
Cargo.toml
that uses a git dependency with a trailing slash, e.g.:And a
deny.toml
that allows the same url, but without the trailing slash:Then you get the following error:
It's pretty hard to see what's wrong in this case. At the very least, there should be a warning that the two URLs are similar but mismatch. I don't know whether the trailing slash should be ignored for the sake of matching up the URLs. That might be an attack vector and thus not the best idea.
cargo-deny
version: 0168e6e.The text was updated successfully, but these errors were encountered: