From 06a1c789413b210a321c83e8ffffa1c085e70283 Mon Sep 17 00:00:00 2001 From: Kris Nuttycombe Date: Wed, 19 Oct 2022 18:29:15 -0600 Subject: [PATCH] Certify librustzcash crate upgrades. --- qa/supply-chain/audits.toml | 40 +++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/qa/supply-chain/audits.toml b/qa/supply-chain/audits.toml index 6c394c7d1..de6c9c558 100644 --- a/qa/supply-chain/audits.toml +++ b/qa/supply-chain/audits.toml @@ -140,6 +140,11 @@ who = "Jack Grigg " criteria = "safe-to-deploy" delta = "1.0.76 -> 1.0.78" +[[audits.cxxbridge-macro]] +who = "Kris Nuttycombe " +criteria = "safe-to-deploy" +delta = "1.0.78 -> 1.0.79" + [[audits.cxxbridge-macro]] who = "Kris Nuttycombe " criteria = "safe-to-deploy" @@ -173,6 +178,11 @@ Checked that getrandom::wasi::getrandom_inner matches wasi::random_get. Checked that getrandom::util_libc::Weak lock ordering matches std::sys::unix::weak::DlsymWeak. """ +[[audits.group]] +who = "Kris Nuttycombe " +criteria = "safe-to-deploy" +delta = "0.12.0 -> 0.12.1" + [[audits.halo2_gadgets]] who = "Jack Grigg " criteria = ["crypto-reviewed", "safe-to-deploy"] @@ -301,6 +311,11 @@ criteria = ["crypto-reviewed", "safe-to-deploy"] delta = "0.1.0 -> 0.2.0" notes = "The ECC core team maintains this crate, and we have reviewed every line." +[[audits.orchard]] +who = "Kris Nuttycombe " +criteria = "safe-to-deploy" +delta = "0.2.0 -> 0.3.0" + [[audits.parking_lot]] who = "Jack Grigg " criteria = "safe-to-deploy" @@ -457,12 +472,22 @@ criteria = "safe-to-deploy" version = "0.1.0" notes = "The ECC core team maintains this crate, and we have reviewed every line." +[[audits.zcash_address]] +who = "Kris Nuttycombe " +criteria = "safe-to-deploy" +delta = "0.1.0 -> 0.2.0" + [[audits.zcash_encoding]] who = "Jack Grigg " criteria = "safe-to-deploy" version = "0.1.0" notes = "The ECC core team maintains this crate, and we have reviewed every line." +[[audits.zcash_encoding]] +who = "Kris Nuttycombe " +criteria = "safe-to-deploy" +delta = "0.1.0 -> 0.2.0" + [[audits.zcash_history]] who = "Jack Grigg " criteria = "safe-to-deploy" @@ -475,6 +500,11 @@ criteria = ["crypto-reviewed", "safe-to-deploy"] version = "0.1.0" notes = "The ECC core team maintains this crate, and we have reviewed every line." +[[audits.zcash_note_encryption]] +who = "Kris Nuttycombe " +criteria = "safe-to-deploy" +delta = "0.1.0 -> 0.2.0" + [[audits.zcash_primitives]] who = "Jack Grigg " criteria = ["crypto-reviewed", "safe-to-deploy"] @@ -487,6 +517,11 @@ criteria = ["crypto-reviewed", "safe-to-deploy"] delta = "0.6.0 -> 0.7.0" notes = "The ECC core team maintains this crate, and we have reviewed every line." +[[audits.zcash_primitives]] +who = "Kris Nuttycombe " +criteria = "safe-to-deploy" +delta = "0.7.0 -> 0.8.1" + [[audits.zcash_proofs]] who = "Jack Grigg " criteria = ["crypto-reviewed", "safe-to-deploy"] @@ -505,6 +540,11 @@ criteria = ["crypto-reviewed", "safe-to-deploy"] delta = "0.7.0 -> 0.7.1" notes = "The ECC core team maintains this crate, and we have reviewed every line." +[[audits.zcash_proofs]] +who = "Kris Nuttycombe " +criteria = "safe-to-deploy" +delta = "0.7.1 -> 0.8.0" + [[audits.zeroize]] who = "Daira Hopwood " criteria = "safe-to-deploy"