Fill out some initial audit metadata (#4527)

This fills out a few items which come from the wasm-tools repository as
well as a few crates that I'm personally the author of.
This commit is contained in:
Alex Crichton
2022-07-26 09:43:15 -05:00
committed by GitHub
parent 81bff71d11
commit 1935428af7
2 changed files with 60 additions and 40 deletions

View File

@@ -1,6 +1,66 @@
# cargo-vet audits file
[[audits.backtrace]]
who = "Alex Crichton <alex@alexcrichton.com>"
criteria = "safe-to-deploy"
version = "0.3.66"
notes = "I am the author of this crate."
[[audits.cc]]
who = "Alex Crichton <alex@alexcrichton.com>"
criteria = "safe-to-deploy"
version = "1.0.73"
notes = "I am the author of this crate."
[[audits.cfg-if]]
who = "Alex Crichton <alex@alexcrichton.com>"
criteria = "safe-to-deploy"
version = "1.0.0"
notes = "I am the author of this crate."
[[audits.rustc-demangle]]
who = "Alex Crichton <alex@alexcrichton.com>"
criteria = "safe-to-deploy"
version = "0.1.21"
notes = "I am the author of this crate."
[[audits.wasm-encoder]]
who = "Alex Crichton <alex@alexcrichton.com>"
criteria = "safe-to-deploy"
version = "0.14.0"
notes = "The Bytecode Alliance is the author of this crate."
[[audits.wasm-mutate]]
who = "Alex Crichton <alex@alexcrichton.com>"
criteria = "safe-to-deploy"
version = "0.2.5"
notes = "The Bytecode Alliance is the author of this crate."
[[audits.wasm-smith]]
who = "Alex Crichton <alex@alexcrichton.com>"
criteria = "safe-to-deploy"
version = "0.11.2"
notes = "The Bytecode Alliance is the author of this crate."
[[audits.wasmparser]]
who = "Alex Crichton <alex@alexcrichton.com>"
criteria = "safe-to-deploy"
version = "0.87.0"
notes = "The Bytecode Alliance is the author of this crate."
[[audits.wasmprinter]]
who = "Alex Crichton <alex@alexcrichton.com>"
criteria = "safe-to-deploy"
version = "0.2.37"
notes = "The Bytecode Alliance is the author of this crate."
[[audits.wast]]
who = "Alex Crichton <alex@alexcrichton.com>"
criteria = "safe-to-deploy"
version = "35.0.2"
notes = "The Bytecode Alliance is the author of this crate."
[[audits.wast]]
who = "Alex Crichton <alex@alexcrichton.com>"
criteria = "safe-to-deploy"

View File

@@ -67,10 +67,6 @@ criteria = "safe-to-deploy"
version = "1.1.0"
criteria = "safe-to-deploy"
[[exemptions.backtrace]]
version = "0.3.66"
criteria = "safe-to-deploy"
[[exemptions.base64]]
version = "0.13.0"
criteria = "safe-to-deploy"
@@ -151,14 +147,6 @@ criteria = "safe-to-deploy"
version = "0.2.7"
criteria = "safe-to-run"
[[exemptions.cc]]
version = "1.0.73"
criteria = "safe-to-deploy"
[[exemptions.cfg-if]]
version = "1.0.0"
criteria = "safe-to-deploy"
[[exemptions.chacha20]]
version = "0.8.1"
criteria = "safe-to-deploy"
@@ -887,10 +875,6 @@ criteria = "safe-to-deploy"
version = "0.5.0"
criteria = "safe-to-deploy"
[[exemptions.rustc-demangle]]
version = "0.1.21"
criteria = "safe-to-deploy"
[[exemptions.rustc_version]]
version = "0.4.0"
criteria = "safe-to-run"
@@ -1179,18 +1163,6 @@ criteria = "safe-to-run"
version = "0.2.80"
criteria = "safe-to-run"
[[exemptions.wasm-encoder]]
version = "0.14.0"
criteria = "safe-to-deploy"
[[exemptions.wasm-mutate]]
version = "0.2.5"
criteria = "safe-to-deploy"
[[exemptions.wasm-smith]]
version = "0.11.2"
criteria = "safe-to-deploy"
[[exemptions.wasmi]]
version = "0.11.0"
criteria = "safe-to-deploy"
@@ -1199,18 +1171,6 @@ criteria = "safe-to-deploy"
version = "0.4.1"
criteria = "safe-to-deploy"
[[exemptions.wasmparser]]
version = "0.87.0"
criteria = "safe-to-deploy"
[[exemptions.wasmprinter]]
version = "0.2.37"
criteria = "safe-to-deploy"
[[exemptions.wast]]
version = "35.0.2"
criteria = "safe-to-deploy"
[[exemptions.web-sys]]
version = "0.3.57"
criteria = "safe-to-run"