qa: Add audits for the crates directly maintained by the ECC core team

This commit is contained in:
Jack Grigg 2022-06-09 16:06:27 +00:00
parent dbcd7b396e
commit ad369ca29f
2 changed files with 106 additions and 45 deletions

View File

@ -6,6 +6,111 @@ description = "The cryptographic code in this crate has been reviewed for correc
[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`."
[[audits.equihash]]
who = "Jack Grigg <jack@z.cash>"
notes = "The ECC core team maintains this crate, and we have reviewed every line."
criteria = "safe-to-deploy"
version = "0.1.0"
[audits]
[[audits.f4jumble]]
who = "Jack Grigg <jack@z.cash>"
notes = "The ECC core team maintains this crate, and we have reviewed every line."
criteria = "crypto-reviewed"
version = "0.1.0"
[[audits.f4jumble]]
who = "Jack Grigg <jack@z.cash>"
notes = "The ECC core team maintains this crate, and we have reviewed every line."
criteria = "safe-to-deploy"
version = "0.1.0"
[[audits.halo2_gadgets]]
who = "Jack Grigg <jack@z.cash>"
notes = "The ECC core team maintains this crate, and we have reviewed every line."
criteria = "crypto-reviewed"
version = "0.1.0"
[[audits.halo2_gadgets]]
who = "Jack Grigg <jack@z.cash>"
notes = "The ECC core team maintains this crate, and we have reviewed every line."
criteria = "safe-to-deploy"
version = "0.1.0"
[[audits.halo2_proofs]]
who = "Jack Grigg <jack@z.cash>"
notes = "The ECC core team maintains this crate, and we have reviewed every line."
criteria = "crypto-reviewed"
version = "0.1.0"
[[audits.halo2_proofs]]
who = "Jack Grigg <jack@z.cash>"
notes = "The ECC core team maintains this crate, and we have reviewed every line."
criteria = "safe-to-deploy"
version = "0.1.0"
[[audits.orchard]]
who = "Jack Grigg <jack@z.cash>"
notes = "The ECC core team maintains this crate, and we have reviewed every line."
criteria = "crypto-reviewed"
version = "0.1.0"
[[audits.orchard]]
who = "Jack Grigg <jack@z.cash>"
notes = "The ECC core team maintains this crate, and we have reviewed every line."
criteria = "safe-to-deploy"
version = "0.1.0"
[[audits.zcash_address]]
who = "Jack Grigg <jack@z.cash>"
notes = "The ECC core team maintains this crate, and we have reviewed every line."
criteria = "safe-to-deploy"
version = "0.1.0"
[[audits.zcash_encoding]]
who = "Jack Grigg <jack@z.cash>"
notes = "The ECC core team maintains this crate, and we have reviewed every line."
criteria = "safe-to-deploy"
version = "0.1.0"
[[audits.zcash_history]]
who = "Jack Grigg <jack@z.cash>"
notes = "The ECC core team maintains this crate, and we have reviewed every line."
criteria = "safe-to-deploy"
version = "0.3.0"
[[audits.zcash_note_encryption]]
who = "Jack Grigg <jack@z.cash>"
notes = "The ECC core team maintains this crate, and we have reviewed every line."
criteria = "crypto-reviewed"
version = "0.1.0"
[[audits.zcash_note_encryption]]
who = "Jack Grigg <jack@z.cash>"
notes = "The ECC core team maintains this crate, and we have reviewed every line."
criteria = "safe-to-deploy"
version = "0.1.0"
[[audits.zcash_primitives]]
who = "Jack Grigg <jack@z.cash>"
notes = "The ECC core team maintains this crate, and we have reviewed every line."
criteria = "crypto-reviewed"
version = "0.6.0"
[[audits.zcash_primitives]]
who = "Jack Grigg <jack@z.cash>"
notes = "The ECC core team maintains this crate, and we have reviewed every line."
criteria = "safe-to-deploy"
version = "0.6.0"
[[audits.zcash_proofs]]
who = "Jack Grigg <jack@z.cash>"
notes = "The ECC core team maintains this crate, and we have reviewed every line."
criteria = "crypto-reviewed"
version = "0.6.0"
[[audits.zcash_proofs]]
who = "Jack Grigg <jack@z.cash>"
notes = "The ECC core team maintains this crate, and we have reviewed every line."
criteria = "safe-to-deploy"
version = "0.6.0"

View File

@ -249,14 +249,6 @@ criteria = "safe-to-deploy"
version = "0.1.2"
criteria = "safe-to-deploy"
[[unaudited.equihash]]
version = "0.1.0"
criteria = "safe-to-deploy"
[[unaudited.f4jumble]]
version = "0.1.0"
criteria = "safe-to-deploy"
[[unaudited.ff]]
version = "0.12.0"
criteria = "safe-to-deploy"
@ -321,14 +313,6 @@ criteria = "safe-to-deploy"
version = "0.8.1"
criteria = "safe-to-deploy"
[[unaudited.halo2_gadgets]]
version = "0.1.0"
criteria = "safe-to-deploy"
[[unaudited.halo2_proofs]]
version = "0.1.0"
criteria = "safe-to-deploy"
[[unaudited.hashbrown]]
version = "0.11.2"
criteria = "safe-to-deploy"
@ -529,10 +513,6 @@ criteria = "safe-to-deploy"
version = "0.3.0"
criteria = "safe-to-deploy"
[[unaudited.orchard]]
version = "0.1.0"
criteria = "safe-to-deploy"
[[unaudited.ordered-float]]
version = "2.10.0"
criteria = "safe-to-deploy"
@ -949,30 +929,6 @@ criteria = "safe-to-deploy"
version = "0.5.0"
criteria = "safe-to-deploy"
[[unaudited.zcash_address]]
version = "0.1.0"
criteria = "safe-to-deploy"
[[unaudited.zcash_encoding]]
version = "0.1.0"
criteria = "safe-to-deploy"
[[unaudited.zcash_history]]
version = "0.3.0"
criteria = "safe-to-deploy"
[[unaudited.zcash_note_encryption]]
version = "0.1.0"
criteria = "safe-to-deploy"
[[unaudited.zcash_primitives]]
version = "0.6.0"
criteria = "safe-to-deploy"
[[unaudited.zcash_proofs]]
version = "0.6.0"
criteria = "safe-to-deploy"
[[unaudited.zeroize]]
version = "1.4.3"
criteria = "safe-to-deploy"