Skip to content

Commit 3184955

Browse files
authored
Add wildcard audit for mutatis (#11027)
* Add `mutatis` dependency to `wasmtime-fuzzing` * Add wildcard audit for `mutatis`
1 parent cd830c7 commit 3184955

File tree

4 files changed

+22
-0
lines changed

4 files changed

+22
-0
lines changed

Cargo.lock

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,7 @@ wasm-wave = "0.234.0"
337337
# Non-Bytecode Alliance maintained dependencies:
338338
# --------------------------
339339
arbitrary = "1.4.0"
340+
mutatis = "0.3.1"
340341
cc = "1.0"
341342
object = { version = "0.36.5", default-features = false, features = ['read_core', 'elf'] }
342343
gimli = { version = "0.31.0", default-features = false, features = ['read'] }

crates/fuzzing/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ anyhow = { workspace = true }
1919
arbitrary = { workspace = true, features = ["derive"] }
2020
env_logger = { workspace = true }
2121
log = { workspace = true }
22+
mutatis = { workspace = true }
2223
rayon = "1.2.1"
2324
target-lexicon = { workspace = true }
2425
tempfile = "3.3.0"

supply-chain/audits.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,16 @@ start = "2020-01-14"
184184
end = "2025-07-30"
185185
notes = "I am an author of this crate"
186186

187+
[[wildcard-audits.mutatis]]
188+
who = "Nick Fitzgerald <[email protected]>"
189+
criteria = "safe-to-deploy"
190+
user-id = 696 # Nick Fitzgerald (fitzgen)
191+
start = "2019-03-16"
192+
end = "2025-07-30"
193+
notes = """
194+
I am the author of this crate.
195+
"""
196+
187197
[[wildcard-audits.pulley-interpreter]]
188198
who = "Alex Crichton <[email protected]>"
189199
criteria = "safe-to-deploy"

0 commit comments

Comments
 (0)