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
Expected behavior
In this instance the "routing" member of the workspace is vanilla Rust, it has no connection with any external crate so shouldn't raise a warning.
Device:
Version 0.12.2
The text was updated successfully, but these errors were encountered:
I have also seen this. It looks similar to #441, where a yanked-crate error was reported for a workspace-local crate of the same name.
In our case, we have a workspace-local crate called "generator", which has the same name as a public crate that has two active security advisories: https://rustsec.org/packages/generator.html.
Describe the bug
False positive of local crate in a project's workspace, this appears to first appear in 0.12.2
To Reproduce
Steps to reproduce the behavior:
cargo deny --workspace --all-features check
RUSTSEC-2020-0076
Expected behavior
In this instance the "routing" member of the workspace is vanilla Rust, it has no connection with any external crate so shouldn't raise a warning.
Device:
The text was updated successfully, but these errors were encountered: