summaryrefslogtreecommitdiffstats
path: root/supply-chain/config.toml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-15 03:34:42 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-15 03:34:42 +0000
commitda4c7e7ed675c3bf405668739c3012d140856109 (patch)
treecdd868dba063fecba609a1d819de271f0d51b23e /supply-chain/config.toml
parentAdding upstream version 125.0.3. (diff)
downloadfirefox-da4c7e7ed675c3bf405668739c3012d140856109.tar.xz
firefox-da4c7e7ed675c3bf405668739c3012d140856109.zip
Adding upstream version 126.0.upstream/126.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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"