-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Regression: RUSTSEC-2018-0007 triggers error for trust-dns-proto 0.20.0-alpha.3 #316
Comments
FWIW, I'm can also reproduce this locally with cargo-deny 0.8.4. |
This is enough to reproduce:
|
Thanks for the short repro, will try and get a fix in tomorrow. |
So this is a regression in the semver crate with regard to version requirements with pre-release identifiers (see https://github.com/RustSec/rustsec-crate/issues/218 for links to various issues). Until this is fixed in the rustsec crate, I'm going to add a workaround in cargo-deny to do an additional filter pass to weed these out. |
Thanks! |
Describe the bug
In my CI run just now, I had this failure:
This is pretty surprising, since I haven't changed the trust-dns version in my dependency graph recently -- this was working fine just hours ago.
Expected behavior
I did not expect v0.20.0-alpha.3 to trigger an error for a vulnerability that is supposed to be resolved by version >=0.5.0-alpha.3.
Device:
Step 2/6 : ENV deny_version=0.8.4
The text was updated successfully, but these errors were encountered: