diff --git a/supply-chain/config.toml b/supply-chain/config.toml index ff8c979..2fb6fc9 100644 --- a/supply-chain/config.toml +++ b/supply-chain/config.toml @@ -1,6 +1,9 @@ # cargo-vet config file +[cargo-vet] +version = "0.5" + [imports.bytecode-alliance] url = "https://raw.githubusercontent.com/bytecodealliance/wasmtime/main/supply-chain/audits.toml" @@ -16,7 +19,7 @@ url = "https://raw.githubusercontent.com/mozilla/supply-chain/main/audits.toml" [imports.zcash] url = "https://raw.githubusercontent.com/zcash/rust-ecosystem/main/supply-chain/audits.toml" -[[imports.zcash.criteria-map]] +[imports.zcash.criteria-map] ours = "crypto-reviewed" theirs = "crypto-reviewed" diff --git a/supply-chain/imports.lock b/supply-chain/imports.lock index bc34e96..e3a45f6 100644 --- a/supply-chain/imports.lock +++ b/supply-chain/imports.lock @@ -948,14 +948,6 @@ criteria = "safe-to-deploy" delta = "1.2.2 -> 1.3.0" aggregated-from = "https://hg.mozilla.org/mozilla-central/raw-file/tip/supply-chain/audits.toml" -[audits.zcash.criteria.crypto-reviewed] -description = "The cryptographic code in this crate has been reviewed for correctness by a member of a designated set of cryptography experts within the project." -aggregated-from = "https://raw.githubusercontent.com/zcash/zcash/master/qa/supply-chain/audits.toml" - -[audits.zcash.criteria.license-reviewed] -description = "The license of this crate has been reviewed for compatibility with its usage in this repository. If the crate is not available under the MIT license, `contrib/debian/copyright` has been updated with a corresponding copyright notice for files under `depends/*/vendored-sources/CRATE_NAME`." -aggregated-from = "https://raw.githubusercontent.com/zcash/zcash/master/qa/supply-chain/audits.toml" - [[audits.zcash.audits.bumpalo]] who = "Jack Grigg " criteria = "safe-to-deploy"