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
We would like to use cargo audit --deny-warnings as part of our continuous integration, but there are occasionally advisories which we would like to( temporarily) give a pass on. (In the current case, that is RUSTSEC-2019-0031).
Having a mechanism by which we could filter out, say, RUSTSEC-2019-0031 so that cargo audit would return a success would be extremely helpful.
We would like to use
cargo audit --deny-warnings
as part of our continuous integration, but there are occasionally advisories which we would like to( temporarily) give a pass on. (In the current case, that is RUSTSEC-2019-0031).Having a mechanism by which we could filter out, say, RUSTSEC-2019-0031 so that cargo audit would return a success would be extremely helpful.
See rust-lang-nursery/lazy-static.rs#163 for more on the case that is motiving this feature request.
The text was updated successfully, but these errors were encountered: