summaryrefslogtreecommitdiffstats
path: root/supply-chain/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'supply-chain/config.toml')
-rw-r--r--supply-chain/config.toml8
1 files changed, 4 insertions, 4 deletions
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"