diff --git a/supply-chain/config.toml b/supply-chain/config.toml index b2edae7..5cc0cf4 100644 --- a/supply-chain/config.toml +++ b/supply-chain/config.toml @@ -39,10 +39,6 @@ criteria = "safe-to-deploy" version = "3.0.1" criteria = "safe-to-deploy" -[[exemptions.autocfg]] -version = "1.1.0" -criteria = "safe-to-deploy" - [[exemptions.backtrace]] version = "0.3.69" criteria = "safe-to-deploy" @@ -159,10 +155,6 @@ criteria = "safe-to-deploy" version = "2.1.0" criteria = "safe-to-deploy" -[[exemptions.lazy_static]] -version = "1.4.0" -criteria = "safe-to-deploy" - [[exemptions.libc]] version = "0.2.153" criteria = "safe-to-deploy" diff --git a/supply-chain/imports.lock b/supply-chain/imports.lock index 0c397a4..4e2aee7 100644 --- a/supply-chain/imports.lock +++ b/supply-chain/imports.lock @@ -1,2 +1,16 @@ # cargo-vet imports lock + +[[audits.mozilla.audits.autocfg]] +who = "Josh Stone " +criteria = "safe-to-deploy" +version = "1.1.0" +notes = "All code written or reviewed by Josh Stone." +aggregated-from = "https://hg.mozilla.org/mozilla-central/raw-file/tip/supply-chain/audits.toml" + +[[audits.mozilla.audits.lazy_static]] +who = "Nika Layzell " +criteria = "safe-to-deploy" +version = "1.4.0" +notes = "I have read over the macros, and audited the unsafe code." +aggregated-from = "https://raw.githubusercontent.com/mozilla/cargo-vet/main/supply-chain/audits.toml"