2 # cargo-vet imports lock
4 [[audits.bytecodealliance.audits.arbitrary]]
5 who = "Nick Fitzgerald <fitzgen@gmail.com>"
6 criteria = "safe-to-deploy"
8 notes = "I am the author of this crate."
10 [[audits.bytecodealliance.audits.arbitrary]]
11 who = "Nick Fitzgerald <fitzgen@gmail.com>"
12 criteria = "safe-to-deploy"
14 notes = "I am the author of this crate."
16 [[audits.bytecodealliance.audits.arrayvec]]
17 who = "Nick Fitzgerald <fitzgen@gmail.com>"
18 criteria = "safe-to-deploy"
21 Well documented invariants, good assertions for those invariants in unsafe code,
22 and tested with MIRI to boot. LGTM.
25 [[audits.bytecodealliance.audits.atty]]
26 who = "Alex Crichton <alex@alexcrichton.com>"
27 criteria = "safe-to-deploy"
30 Contains only unsafe code for what this crate's purpose is and only accesses
31 the environment's terminal information when asked. Does its stated purpose and
35 [[audits.bytecodealliance.audits.bumpalo]]
36 who = "Nick Fitzgerald <fitzgen@gmail.com>"
37 criteria = "safe-to-deploy"
39 notes = "I am the author of this crate."
41 [[audits.bytecodealliance.audits.cc]]
42 who = "Alex Crichton <alex@alexcrichton.com>"
43 criteria = "safe-to-deploy"
45 notes = "I am the author of this crate."
47 [[audits.bytecodealliance.audits.cfg-if]]
48 who = "Alex Crichton <alex@alexcrichton.com>"
49 criteria = "safe-to-deploy"
51 notes = "I am the author of this crate."
53 [[audits.bytecodealliance.audits.derive_arbitrary]]
54 who = "Nick Fitzgerald <fitzgen@gmail.com>"
55 criteria = "safe-to-deploy"
57 notes = "I am the author of this crate."
59 [[audits.bytecodealliance.audits.derive_arbitrary]]
60 who = "Nick Fitzgerald <fitzgen@gmail.com>"
61 criteria = "safe-to-deploy"
63 notes = "I am the author of this crate."
65 [[audits.bytecodealliance.audits.heck]]
66 who = "Alex Crichton <alex@alexcrichton.com>"
67 criteria = "safe-to-deploy"
69 notes = "Contains `forbid_unsafe` and only uses `std::fmt` from the standard library. Otherwise only contains string manipulation."
71 [[audits.bytecodealliance.audits.id-arena]]
72 who = "Nick Fitzgerald <fitzgen@gmail.com>"
73 criteria = "safe-to-deploy"
75 notes = "I am the author of this crate."
77 [[audits.bytecodealliance.audits.leb128]]
78 who = "Nick Fitzgerald <fitzgen@gmail.com>"
79 criteria = "safe-to-deploy"
81 notes = "I am the author of this crate."
83 [[audits.bytecodealliance.audits.rustc-demangle]]
84 who = "Alex Crichton <alex@alexcrichton.com>"
85 criteria = "safe-to-deploy"
87 notes = "I am the author of this crate."
89 [[audits.bytecodealliance.audits.wasm-encoder]]
90 who = "Alex Crichton <alex@alexcrichton.com>"
91 criteria = "safe-to-deploy"
93 notes = "The Bytecode Alliance is the author of this crate."
95 [[audits.bytecodealliance.audits.wasm-encoder]]
96 who = "Alex Crichton <alex@alexcrichton.com>"
97 criteria = "safe-to-deploy"
99 notes = "The Bytecode Alliance is the author of this crate."
101 [[audits.bytecodealliance.audits.wasm-encoder]]
102 who = "Alex Crichton <alex@alexcrichton.com>"
103 criteria = "safe-to-deploy"
105 notes = "The Bytecode Alliance is the author of this crate."
107 [[audits.bytecodealliance.audits.wasm-smith]]
108 who = "Alex Crichton <alex@alexcrichton.com>"
109 criteria = "safe-to-deploy"
111 notes = "The Bytecode Alliance is the author of this crate."
113 [[audits.bytecodealliance.audits.wasm-smith]]
114 who = "Alex Crichton <alex@alexcrichton.com>"
115 criteria = "safe-to-deploy"
117 notes = "The Bytecode Alliance is the author of this crate."
119 [[audits.bytecodealliance.audits.wasm-smith]]
120 who = "Alex Crichton <alex@alexcrichton.com>"
121 criteria = "safe-to-deploy"
123 notes = "The Bytecode Alliance is the author of this crate."
125 [[audits.bytecodealliance.audits.wasmparser]]
126 who = "Alex Crichton <alex@alexcrichton.com>"
127 criteria = "safe-to-deploy"
129 notes = "The Bytecode Alliance is the author of this crate."
131 [[audits.bytecodealliance.audits.wasmparser]]
132 who = "Alex Crichton <alex@alexcrichton.com>"
133 criteria = "safe-to-deploy"
135 notes = "The Bytecode Alliance is the author of this crate."
137 [[audits.bytecodealliance.audits.wasmparser]]
138 who = "Alex Crichton <alex@alexcrichton.com>"
139 criteria = "safe-to-deploy"
141 notes = "The Bytecode Alliance is the author of this crate."
143 [[audits.bytecodealliance.audits.wasmparser]]
144 who = "Alex Crichton <alex@alexcrichton.com>"
145 criteria = "safe-to-deploy"
147 notes = "The Bytecode Alliance is the author of this crate."
149 [[audits.bytecodealliance.audits.wast]]
150 who = "Alex Crichton <alex@alexcrichton.com>"
151 criteria = "safe-to-deploy"
153 notes = "The Bytecode Alliance is the author of this crate."
155 [[audits.bytecodealliance.audits.wast]]
156 who = "Alex Crichton <alex@alexcrichton.com>"
157 criteria = "safe-to-deploy"
159 notes = "The Bytecode Alliance is the author of this crate"
161 [[audits.bytecodealliance.audits.wast]]
162 who = "Alex Crichton <alex@alexcrichton.com>"
163 criteria = "safe-to-deploy"
165 notes = "The Bytecode Alliance is the author of this crate"
167 [[audits.bytecodealliance.audits.wast]]
168 who = "Alex Crichton <alex@alexcrichton.com>"
169 criteria = "safe-to-deploy"
171 notes = "The Bytecode Alliance is the author of this crate."
173 [[audits.embark.audits.anyhow]]
174 who = "Johan Andersson <johan@embark-studios.com>"
175 criteria = "safe-to-deploy"
178 [[audits.embark.audits.cty]]
179 who = "Johan Andersson <johan@embark-studios.com>"
180 criteria = "safe-to-deploy"
182 notes = "Inspected it and is a tiny crate with just type definitions"
184 [[audits.embark.audits.serial_test]]
185 who = "Johan Andersson <johan@embark-studios.com>"
186 criteria = "safe-to-run"
189 [[audits.embark.audits.serial_test_derive]]
190 who = "Johan Andersson <johan@embark-studios.com>"
191 criteria = "safe-to-run"