Skip to content

Commit dd399f4

Browse files
committed
Prune exemptions
1 parent b0e338f commit dd399f4

File tree

2 files changed

+1
-18
lines changed

2 files changed

+1
-18
lines changed

supply-chain/config.toml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ criteria = "safe-to-run"
145145

146146
[[exemptions.ppv-lite86]]
147147
version = "0.2.16"
148-
criteria = "safe-to-deploy"
148+
criteria = "safe-to-run"
149149

150150
[[exemptions.prettyplease]]
151151
version = "0.2.37"
@@ -182,11 +182,6 @@ criteria = "safe-to-run"
182182
version = "1.15.0"
183183
criteria = "safe-to-deploy"
184184

185-
[[exemptions.wasi]]
186-
version = "0.14.2+wasi-0.2.4"
187-
criteria = "safe-to-deploy"
188-
notes = "This is only used on WASI targets"
189-
190185
[[exemptions.wide]]
191186
version = "0.7.11"
192187
criteria = "safe-to-run"

supply-chain/imports.lock

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -373,18 +373,6 @@ start = "2025-08-13"
373373
end = "2027-01-08"
374374
notes = "The Bytecode Alliance is the author of this crate"
375375

376-
[[audits.bytecode-alliance.wildcard-audits.wit-bindgen-rt]]
377-
who = "Alex Crichton <alex@alexcrichton.com>"
378-
criteria = "safe-to-deploy"
379-
user-id = 73222 # wasmtime-publish
380-
start = "2023-01-01"
381-
end = "2026-06-03"
382-
notes = """
383-
The Bytecode Alliance uses the `wasmtime-publish` crates.io account to automate
384-
publication of this crate from CI. This repository requires all PRs are reviewed
385-
by a Bytecode Alliance maintainer and it owned by the Bytecode Alliance itself.
386-
"""
387-
388376
[[audits.bytecode-alliance.wildcard-audits.wit-bindgen-rust]]
389377
who = "Alex Crichton <alex@alexcrichton.com>"
390378
criteria = "safe-to-deploy"

0 commit comments

Comments
 (0)