Bug 1793494 - Activate content scripts on action click with activeTab permission...
[gecko.git] / supply-chain / imports.lock
blobbeea7a99f60ef060bcfae11a248e2dcda0e464be
2 # cargo-vet imports lock
4 [[audits.bytecodealliance.audits.arbitrary]]
5 who = "Nick Fitzgerald <fitzgen@gmail.com>"
6 criteria = "safe-to-deploy"
7 version = "1.1.0"
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"
13 version = "1.1.4"
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"
19 version = "0.7.2"
20 notes = """
21 Well documented invariants, good assertions for those invariants in unsafe code,
22 and tested with MIRI to boot. LGTM.
23 """
25 [[audits.bytecodealliance.audits.atty]]
26 who = "Alex Crichton <alex@alexcrichton.com>"
27 criteria = "safe-to-deploy"
28 version = "0.2.14"
29 notes = """
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
32 no more.
33 """
35 [[audits.bytecodealliance.audits.bumpalo]]
36 who = "Nick Fitzgerald <fitzgen@gmail.com>"
37 criteria = "safe-to-deploy"
38 version = "3.9.1"
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"
44 version = "1.0.73"
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"
50 version = "1.0.0"
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"
56 version = "1.1.0"
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"
62 version = "1.1.4"
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"
68 version = "0.4.0"
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"
74 version = "2.2.1"
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"
80 version = "0.2.5"
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"
86 version = "0.1.21"
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"
92 version = "0.14.0"
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"
98 version = "0.15.0"
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"
104 version = "0.16.0"
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"
110 version = "0.11.2"
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"
116 version = "0.11.3"
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"
122 version = "0.11.4"
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"
128 version = "0.87.0"
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"
134 version = "0.88.0"
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"
140 version = "0.89.0"
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"
146 version = "0.89.1"
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"
152 version = "35.0.2"
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"
158 version = "44.0.0"
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"
164 version = "45.0.0"
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"
170 version = "46.0.0"
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"
176 version = "1.0.58"
178 [[audits.embark.audits.cty]]
179 who = "Johan Andersson <johan@embark-studios.com>"
180 criteria = "safe-to-deploy"
181 version = "0.2.2"
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"
187 version = "0.6.0"
189 [[audits.embark.audits.serial_test_derive]]
190 who = "Johan Andersson <johan@embark-studios.com>"
191 criteria = "safe-to-run"
192 version = "0.6.0"