From def92d1b8e9d373e2f6f27c366d578d97d8960c6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 15 May 2024 05:34:50 +0200 Subject: Merging upstream version 126.0. Signed-off-by: Daniel Baumann --- supply-chain/config.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'supply-chain/config.toml') diff --git a/supply-chain/config.toml b/supply-chain/config.toml index 2692f61bc2..20b62a8210 100644 --- a/supply-chain/config.toml +++ b/supply-chain/config.toml @@ -233,6 +233,10 @@ notes = "Local override of the crates.io crate that uses a non-vendored local co [policy.wr_malloc_size_of] audit-as-crates-io = false +[policy.zip] +audit-as-crates-io = true +notes = "Locally patched version of the zip crate to allow for reading omnijars." + [[exemptions.ahash]] version = "0.7.6" criteria = "safe-to-deploy" @@ -805,7 +809,3 @@ criteria = "safe-to-deploy" [[exemptions.xml-rs]] version = "0.8.4" criteria = "safe-to-deploy" - -[[exemptions.zip]] -version = "0.6.2" -criteria = "safe-to-run" -- cgit v1.2.3