Bug 1839454 - Don't try and call gcparam in the browser when running JS reftests...
[gecko.git] / supply-chain / audits.toml
blob576d5ea217d9f4418c4e840b3e5f6ee9d0c82cbe
2 # cargo-vet audits file
4 [[wildcard-audits.audio_thread_priority]]
5 who = "Paul Adenot <paul@paul.cx>"
6 criteria = "safe-to-deploy"
7 user-id = 1258 # Paul Adenot (padenot)
8 start = "2019-05-09"
9 end = "2024-04-24"
10 notes = """
11 I've written most of this crate, the rest has been either written and in any
12 case has been reviewed by Mozilla developers.
13 """
15 [[wildcard-audits.authenticator]]
16 who = "John M. Schanck <jschanck@mozilla.com>"
17 criteria = "safe-to-deploy"
18 user-id = 175410 # John Schanck (jschanck)
19 start = "2022-11-15"
20 end = "2024-04-26"
21 notes = "Maintained by the CryptoEng team at Mozilla."
23 [[wildcard-audits.bhttp]]
24 who = "Martin Thomson <mt@lowentropy.net>"
25 criteria = "safe-to-deploy"
26 user-id = 128763 # Martin Thomson (martinthomson)
27 start = "2022-08-04"
28 end = "2024-03-09"
29 notes = "Though the code is safe to run and deploy, the code for processing HTTP/1.1 messages (the `read-http` feature, specifically) is not suited for deployment in real applications, either clients or servers.  Some features necessary for live deployment are not implemented, such as the proper handling of some types of response (e.g., a response to a HEAD request).  Software that processes HTTP/1.1 messages requires a large number of compatibility tweaks if it is to be deployed interoperably.  This feature only exists to support basic validation tools and is unlikely to be widely compatible."
31 [[wildcard-audits.cexpr]]
32 who = "Emilio Cobos Álvarez <emilio@crisal.io>"
33 criteria = "safe-to-deploy"
34 user-id = 3788 # Emilio Cobos Álvarez (emilio)
35 start = "2021-06-21"
36 end = "2024-04-21"
37 notes = "No unsafe code, rather straight-forward parser."
39 [[wildcard-audits.cocoa]]
40 who = "Bobby Holley <bobbyholley@gmail.com>"
41 criteria = "safe-to-deploy"
42 user-id = 2396 # Josh Matthews (jdm)
43 start = "2019-07-23"
44 end = "2023-05-04"
45 renew = false
46 notes = "I've reviewed every source contribution that was neither authored nor reviewed by Mozilla."
48 [[wildcard-audits.cocoa]]
49 who = "Bobby Holley <bobbyholley@gmail.com>"
50 criteria = "safe-to-deploy"
51 user-id = 5946 # Jeff Muizelaar (jrmuizel)
52 start = "2022-11-01"
53 end = "2023-05-04"
54 renew = false
55 notes = "I've reviewed every source contribution that was neither authored nor reviewed by Mozilla."
57 [[wildcard-audits.cocoa-foundation]]
58 who = "Bobby Holley <bobbyholley@gmail.com>"
59 criteria = "safe-to-deploy"
60 user-id = 5946 # Jeff Muizelaar (jrmuizel)
61 start = "2023-03-16"
62 end = "2023-05-04"
63 renew = false
64 notes = "I've reviewed every source contribution that was neither authored nor reviewed by Mozilla."
66 [[wildcard-audits.cocoa-foundation]]
67 who = "Bobby Holley <bobbyholley@gmail.com>"
68 criteria = "safe-to-deploy"
69 user-id = 2396 # Josh Matthews (jdm)
70 start = "2020-07-20"
71 end = "2023-05-04"
72 renew = false
73 notes = "I've reviewed every source contribution that was neither authored nor reviewed by Mozilla."
75 [[wildcard-audits.core-foundation]]
76 who = "Bobby Holley <bobbyholley@gmail.com>"
77 criteria = "safe-to-deploy"
78 user-id = 2396 # Josh Matthews (jdm)
79 start = "2019-11-12"
80 end = "2023-05-04"
81 renew = false
82 notes = "I've reviewed every source contribution that was neither authored nor reviewed by Mozilla."
84 [[wildcard-audits.core-foundation]]
85 who = "Bobby Holley <bobbyholley@gmail.com>"
86 criteria = "safe-to-deploy"
87 user-id = 5946 # Jeff Muizelaar (jrmuizel)
88 start = "2019-03-29"
89 end = "2023-05-04"
90 renew = false
91 notes = "I've reviewed every source contribution that was neither authored nor reviewed by Mozilla."
93 [[wildcard-audits.core-foundation-sys]]
94 who = "Bobby Holley <bobbyholley@gmail.com>"
95 criteria = "safe-to-deploy"
96 user-id = 2396 # Josh Matthews (jdm)
97 start = "2019-11-12"
98 end = "2023-05-04"
99 renew = false
100 notes = "I've reviewed every source contribution that was neither authored nor reviewed by Mozilla."
102 [[wildcard-audits.core-foundation-sys]]
103 who = "Bobby Holley <bobbyholley@gmail.com>"
104 criteria = "safe-to-deploy"
105 user-id = 5946 # Jeff Muizelaar (jrmuizel)
106 start = "2020-10-14"
107 end = "2023-05-04"
108 renew = false
109 notes = "I've reviewed every source contribution that was neither authored nor reviewed by Mozilla."
111 [[wildcard-audits.core-graphics]]
112 who = "Bobby Holley <bobbyholley@gmail.com>"
113 criteria = "safe-to-deploy"
114 user-id = 2396 # Josh Matthews (jdm)
115 start = "2019-10-28"
116 end = "2023-05-04"
117 renew = false
118 notes = "I've reviewed every source contribution that was neither authored nor reviewed by Mozilla."
120 [[wildcard-audits.core-graphics]]
121 who = "Bobby Holley <bobbyholley@gmail.com>"
122 criteria = "safe-to-deploy"
123 user-id = 5946 # Jeff Muizelaar (jrmuizel)
124 start = "2020-12-08"
125 end = "2023-05-04"
126 renew = false
127 notes = "I've reviewed every source contribution that was neither authored nor reviewed by Mozilla."
129 [[wildcard-audits.core-graphics-types]]
130 who = "Bobby Holley <bobbyholley@gmail.com>"
131 criteria = "safe-to-deploy"
132 user-id = 2396 # Josh Matthews (jdm)
133 start = "2020-07-20"
134 end = "2023-05-04"
135 renew = false
136 notes = "I've reviewed every source contribution that was neither authored nor reviewed by Mozilla."
138 [[wildcard-audits.core-text]]
139 who = "Bobby Holley <bobbyholley@gmail.com>"
140 criteria = "safe-to-deploy"
141 user-id = 2396 # Josh Matthews (jdm)
142 start = "2019-03-29"
143 end = "2023-05-04"
144 renew = false
145 notes = "I've reviewed every source contribution that was neither authored nor reviewed by Mozilla."
147 [[wildcard-audits.core-text]]
148 who = "Bobby Holley <bobbyholley@gmail.com>"
149 criteria = "safe-to-deploy"
150 user-id = 5946 # Jeff Muizelaar (jrmuizel)
151 start = "2021-02-14"
152 end = "2023-05-04"
153 renew = false
154 notes = "I've reviewed every source contribution that was neither authored nor reviewed by Mozilla."
156 [[wildcard-audits.dogear]]
157 who = "Bobby Holley <bobbyholley@gmail.com>"
158 criteria = "safe-to-deploy"
159 user-id = 27901 # Lina Butler (linabutler)
160 start = "2019-03-04"
161 end = "2024-05-05"
162 notes = "Lina developed this crate as Mozilla staff."
164 [[wildcard-audits.etagere]]
165 who = "Nicolas Silva <nical@fastmail.com>"
166 criteria = "safe-to-deploy"
167 user-id = 1281 # Nicolas Silva (nical)
168 start = "2020-11-12"
169 end = "2024-04-25"
170 notes = "I am the author of this crate."
172 [[wildcard-audits.euclid]]
173 who = "Nicolas Silva <nical@fastmail.com>"
174 criteria = "safe-to-deploy"
175 user-id = 1281 # Nicolas Silva (nical)
176 start = "2019-03-14"
177 end = "2024-04-25"
178 notes = "I wrote most of the commits in the euclid reprository and review every change that is not produced by me."
180 [[wildcard-audits.freetype]]
181 who = "Bobby Holley <bobbyholley@gmail.com>"
182 criteria = "safe-to-deploy"
183 user-id = 2396 # Josh Matthews (jdm)
184 start = "2020-02-28"
185 end = "2023-05-04"
186 renew = false
187 notes = "All code written or reviewed by Mozilla staff."
189 [[wildcard-audits.gleam]]
190 who = "Bobby Holley <bobbyholley@gmail.com>"
191 criteria = "safe-to-deploy"
192 user-id = 2396 # Josh Matthews (jdm)
193 start = "2019-03-18"
194 end = "2023-05-04"
195 renew = false
196 notes = "All code written or reviewed by Mozilla."
198 [[wildcard-audits.gleam]]
199 who = "Bobby Holley <bobbyholley@gmail.com>"
200 criteria = "safe-to-deploy"
201 user-id = 5946 # Jeff Muizelaar (jrmuizel)
202 start = "2023-04-21"
203 end = "2023-05-04"
204 renew = false
205 notes = "All code written or reviewed by Mozilla."
207 [[wildcard-audits.gleam]]
208 who = "Bobby Holley <bobbyholley@gmail.com>"
209 criteria = "safe-to-deploy"
210 user-id = 1039
211 start = "2019-03-01"
212 end = "2023-05-04"
213 renew = false
214 notes = "All code written or reviewed by Mozilla."
216 [[wildcard-audits.glean]]
217 who = "Chris H-C <chutten@mozilla.com>"
218 criteria = "safe-to-deploy"
219 user-id = 48 # Jan-Erik Rediger (badboy)
220 start = "2020-11-10"
221 end = "2024-02-24"
222 notes = "The Glean SDKs are maintained by the Glean Team at Mozilla."
224 [[wildcard-audits.glean-core]]
225 who = "Chris H-C <chutten@mozilla.com>"
226 criteria = "safe-to-deploy"
227 user-id = 48 # Jan-Erik Rediger (badboy)
228 start = "2019-09-24"
229 end = "2024-02-24"
230 notes = "The Glean SDKs are maintained by the Glean Team at Mozilla."
232 [[wildcard-audits.glslopt]]
233 who = "Jamie Nicol <jnicol@mozilla.com>"
234 criteria = "safe-to-deploy"
235 user-id = 84794 # Jamie Nicol (jamienicol)
236 start = "2020-04-07"
237 end = "2024-04-25"
239 [[wildcard-audits.io-surface]]
240 who = "Bobby Holley <bobbyholley@gmail.com>"
241 criteria = "safe-to-deploy"
242 user-id = 2396 # Josh Matthews (jdm)
243 start = "2019-07-23"
244 end = "2023-05-04"
245 renew = false
246 notes = "I've reviewed every source contribution that was neither authored nor reviewed by Mozilla."
248 [[wildcard-audits.marionette]]
249 who = "Henrik Skupin <mail@hskupin.info>"
250 criteria = "safe-to-run"
251 user-id = 22262
252 start = "2020-11-03"
253 end = "2024-03-31"
254 notes = "Maintained by the DevTools team at Mozilla and has no unsafe code."
256 [[wildcard-audits.mozdevice]]
257 who = "Henrik Skupin <mail@hskupin.info>"
258 criteria = "safe-to-run"
259 user-id = 22262
260 start = "2020-11-03"
261 end = "2024-03-31"
262 notes = "Maintained by the DevTools team at Mozilla and has no unsafe code."
264 [[wildcard-audits.mozprofile]]
265 who = "Henrik Skupin <mail@hskupin.info>"
266 criteria = "safe-to-deploy"
267 user-id = 22262
268 start = "2020-11-03"
269 end = "2024-03-31"
270 notes = "Maintained by the DevTools team at Mozilla and has no unsafe code."
272 [[wildcard-audits.mozrunner]]
273 who = "Henrik Skupin <mail@hskupin.info>"
274 criteria = "safe-to-deploy"
275 user-id = 22262
276 start = "2020-11-03"
277 end = "2024-03-31"
278 notes = "Maintained by the DevTools team at Mozilla and has no unsafe code."
280 [[wildcard-audits.mozversion]]
281 who = "Henrik Skupin <mail@hskupin.info>"
282 criteria = "safe-to-run"
283 user-id = 22262
284 start = "2020-11-03"
285 end = "2024-03-31"
286 notes = "Maintained by the DevTools team at Mozilla and has no unsafe code."
288 [[wildcard-audits.ohttp]]
289 who = "Martin Thomson <mt@lowentropy.net>"
290 criteria = "safe-to-deploy"
291 user-id = 128763 # Martin Thomson (martinthomson)
292 start = "2022-08-04"
293 end = "2024-03-09"
294 notes = "This code contains two cryptographic back ends.  No unsafe code is contained if the Rust `hpke` crate is used (the `rust-hpke` feature).  Using NSS (the `nss` feature) involves extensive use of bindings to the native code provided by NSS.  This interface uses wrappers that attempt to add safety to a fundamentally very dangerous library, but those wrappers have only been validated for use following the needs of this crate."
296 [[wildcard-audits.rust_cascade]]
297 who = "Dana Keeler <dkeeler@mozilla.com>"
298 criteria = "safe-to-deploy"
299 user-id = 57462 # Dana Keeler (mozkeeler)
300 start = "2019-11-15"
301 end = "2024-04-24"
302 notes = "Written and maintained by the security engineering team at Mozilla."
304 [[wildcard-audits.unicode-normalization]]
305 who = "Manish Goregaokar <manishsmail@gmail.com>"
306 criteria = "safe-to-deploy"
307 user-id = 1139 # Manish Goregaokar (Manishearth)
308 start = "2019-11-06"
309 end = "2024-05-03"
310 notes = "All code written or reviewed by Manish"
312 [[wildcard-audits.unicode-segmentation]]
313 who = "Manish Goregaokar <manishsmail@gmail.com>"
314 criteria = "safe-to-deploy"
315 user-id = 1139 # Manish Goregaokar (Manishearth)
316 start = "2019-05-15"
317 end = "2024-05-03"
318 notes = "All code written or reviewed by Manish"
320 [[wildcard-audits.unicode-width]]
321 who = "Manish Goregaokar <manishsmail@gmail.com>"
322 criteria = "safe-to-deploy"
323 user-id = 1139 # Manish Goregaokar (Manishearth)
324 start = "2019-12-05"
325 end = "2024-05-03"
326 notes = "All code written or reviewed by Manish"
328 [[wildcard-audits.unicode-xid]]
329 who = "Manish Goregaokar <manishsmail@gmail.com>"
330 criteria = "safe-to-deploy"
331 user-id = 1139 # Manish Goregaokar (Manishearth)
332 start = "2019-07-25"
333 end = "2024-05-03"
334 notes = "All code written or reviewed by Manish"
336 [[wildcard-audits.webdriver]]
337 who = "Henrik Skupin <mail@hskupin.info>"
338 criteria = "safe-to-deploy"
339 user-id = 22262
340 start = "2020-11-03"
341 end = "2024-03-31"
342 notes = "Maintained by the DevTools team at Mozilla and has no unsafe code."
344 [[audits.aa-stroke]]
345 who = "Lee Salzman <lsalzman@mozilla.com>"
346 criteria = "safe-to-deploy"
347 version = "0.1.0"
348 notes = "Written and maintained by Gfx team at Mozilla."
350 [[audits.aho-corasick]]
351 who = "Mike Hommey <mh+mozilla@glandium.org>"
352 criteria = "safe-to-deploy"
353 delta = "0.7.18 -> 0.7.20"
355 [[audits.alsa]]
356 who = "Mike Hommey <mh+mozilla@glandium.org>"
357 criteria = "safe-to-deploy"
358 delta = "0.4.3 -> 0.7.0"
360 [[audits.android_logger]]
361 who = "Jan-Erik Rediger <jrediger@mozilla.com>"
362 criteria = "safe-to-deploy"
363 version = "0.11.0"
364 notes = "Small crate, wrapping Android log functionality, reviewed by janerik"
366 [[audits.android_logger]]
367 who = "Jan-Erik Rediger <jrediger@mozilla.com>"
368 criteria = "safe-to-deploy"
369 delta = "0.11.0 -> 0.11.1"
370 notes = "Small crate, wrapping Android log functionality, now switched to properly using MaybeUninit"
372 [[audits.android_logger]]
373 who = "Mike Hommey <mh+mozilla@glandium.org>"
374 criteria = "safe-to-deploy"
375 delta = "0.11.1 -> 0.11.3"
377 [[audits.android_logger]]
378 who = "Chris H-C <chutten@mozilla.com>"
379 criteria = "safe-to-deploy"
380 delta = "0.11.3 -> 0.12.0"
381 notes = "Small wrapper crate. This update fixes log level filtering."
383 [[audits.android_system_properties]]
384 who = "Nicolas Silva <nical@fastmail.com>"
385 criteria = "safe-to-deploy"
386 version = "0.1.2"
387 notes = "I wrote this crate, reviewed by jimb. It is mostly a Rust port of some C++ code we already ship."
389 [[audits.android_system_properties]]
390 who = "Mike Hommey <mh+mozilla@glandium.org>"
391 criteria = "safe-to-deploy"
392 delta = "0.1.2 -> 0.1.4"
394 [[audits.android_system_properties]]
395 who = "Mike Hommey <mh+mozilla@glandium.org>"
396 criteria = "safe-to-deploy"
397 delta = "0.1.4 -> 0.1.5"
399 [[audits.anyhow]]
400 who = "Mike Hommey <mh+mozilla@glandium.org>"
401 criteria = "safe-to-deploy"
402 delta = "1.0.57 -> 1.0.61"
404 [[audits.anyhow]]
405 who = "Bobby Holley <bobbyholley@gmail.com>"
406 criteria = "safe-to-deploy"
407 delta = "1.0.58 -> 1.0.57"
408 notes = "No functional differences, just CI config and docs."
410 [[audits.anyhow]]
411 who = "Mike Hommey <mh+mozilla@glandium.org>"
412 criteria = "safe-to-deploy"
413 delta = "1.0.61 -> 1.0.62"
415 [[audits.anyhow]]
416 who = "Mike Hommey <mh+mozilla@glandium.org>"
417 criteria = "safe-to-deploy"
418 delta = "1.0.62 -> 1.0.68"
420 [[audits.anyhow]]
421 who = "Mike Hommey <mh+mozilla@glandium.org>"
422 criteria = "safe-to-deploy"
423 delta = "1.0.68 -> 1.0.69"
425 [[audits.app_units]]
426 who = "Emilio Cobos Álvarez <emilio@crisal.io>"
427 criteria = "safe-to-deploy"
428 version = "0.7.1"
429 notes = """
430 I'm pretty familiar with this crate. It provides a fixed-point numeric type.
431 The code is pretty straight-forward, there's no unsafe code at all.
434 [[audits.app_units]]
435 who = "Emilio Cobos Álvarez <emilio@crisal.io>"
436 criteria = "safe-to-deploy"
437 delta = "0.7.1 -> 0.7.2"
438 notes = "Adding repr(transparent) plus a couple minor clean-ups, no functional changes from 0.7.1."
440 [[audits.arbitrary]]
441 who = "Mike Hommey <mh+mozilla@glandium.org>"
442 criteria = "safe-to-run"
443 delta = "1.1.0 -> 1.1.1"
445 [[audits.arbitrary]]
446 who = "Mike Hommey <mh+mozilla@glandium.org>"
447 criteria = "safe-to-run"
448 delta = "1.1.1 -> 1.1.3"
450 [[audits.arbitrary]]
451 who = "Mike Hommey <mh+mozilla@glandium.org>"
452 criteria = "safe-to-run"
453 delta = "1.1.3 -> 1.2.0"
455 [[audits.arbitrary]]
456 who = "Mike Hommey <mh+mozilla@glandium.org>"
457 criteria = "safe-to-run"
458 delta = "1.2.0 -> 1.2.3"
460 [[audits.ash]]
461 who = "Jim Blandy <jimb@red-bean.com>"
462 criteria = "safe-to-deploy"
463 delta = "0.37.0+1.3.209 -> 0.37.1+1.3.235"
464 notes = """
465 Nicolas Silva, Jim Blandy, and Teodor Tanasoaia audited ash master
466 branch commits from e43e9c0c to 6bd82768 inclusive.
469 [[audits.ash]]
470 who = "Nicolas Silva <nical@fastmail.com>"
471 criteria = "safe-to-deploy"
472 delta = "0.37.1+1.3.235 -> 0.37.2+1.3.238"
474 [[audits.ashmem]]
475 who = "Matthew Gregan <kinetik@flim.org>"
476 criteria = "safe-to-deploy"
477 version = "0.1.2"
478 notes = """
479 Small unsafe wrapper around Android 8.0's ASharedMemory native API that falls
480 back to older private ioctl-based API at runtime on earlier OS releases.  The
481 shim code is small and doesn't inspect the API arguments, so is unlikely to
482 expose any safety issues beyond those presented by the native OS API.
485 [[audits.askama]]
486 who = "Bobby Holley <bobbyholley@gmail.com>"
487 criteria = "safe-to-deploy"
488 version = "0.11.1"
489 notes = """
490 Just contains some traits and re-exports for use by a broader package of related
491 crates. No unsafe code or ambient capability usage.
494 [[audits.async-task]]
495 who = "Nika Layzell <nika@thelayzells.com>"
496 criteria = "safe-to-deploy"
497 delta = "4.0.3 -> 4.0.3@git:f6488e35beccb26eb6e85847b02aa78a42cd3d0e"
498 notes = "Recorded by bholley, confirmed over slack."
500 [[audits.async-task]]
501 who = "Nika Layzell <nika@thelayzells.com>"
502 criteria = "safe-to-deploy"
503 delta = "4.0.3 -> 4.3.0"
504 notes = "Main addition is the new FallibleTask type, which I implemented. No risky unsafe code changes."
506 [[audits.async-trait]]
507 who = "Mike Hommey <mh+mozilla@glandium.org>"
508 criteria = "safe-to-deploy"
509 delta = "0.1.56 -> 0.1.57"
511 [[audits.async-trait]]
512 who = "Mike Hommey <mh+mozilla@glandium.org>"
513 criteria = "safe-to-deploy"
514 delta = "0.1.57 -> 0.1.60"
516 [[audits.async-trait]]
517 who = "Mike Hommey <mh+mozilla@glandium.org>"
518 criteria = "safe-to-deploy"
519 delta = "0.1.60 -> 0.1.64"
521 [[audits.atomic_refcell]]
522 who = "Bobby Holley <bholley@mozilla.com>"
523 criteria = "safe-to-deploy"
524 version = "0.1.8"
525 notes = "I maintain this crate and have reviewed every line."
527 [[audits.atomic_refcell]]
528 who = "Mike Hommey <mh+mozilla@glandium.org>"
529 criteria = "safe-to-deploy"
530 delta = "0.1.8 -> 0.1.9"
532 [[audits.audio-mixer]]
533 who = "Chun-Min Chang <chun.m.chang@gmail.com>"
534 criteria = "safe-to-deploy"
535 version = "0.1.2"
536 notes = "audio-mixer is a Mozilla-developed package."
538 [[audits.authenticator]]
539 who = "John M. Schanck <jschanck@mozilla.com>"
540 criteria = "safe-to-deploy"
541 version = "0.4.0-alpha.13"
542 notes = "Maintained by the CryptoEng team at Mozilla."
544 [[audits.autocfg]]
545 who = "Josh Stone <jistone@redhat.com>"
546 criteria = "safe-to-deploy"
547 version = "1.1.0"
548 notes = "All code written or reviewed by Josh Stone."
550 [[audits.base64]]
551 who = "Mike Hommey <mh+mozilla@glandium.org>"
552 criteria = "safe-to-deploy"
553 delta = "0.13.0 -> 0.13.1"
555 [[audits.bindgen]]
556 who = "Emilio Cobos Álvarez <emilio@crisal.io>"
557 criteria = "safe-to-deploy"
558 version = "0.59.2"
559 notes = "I'm the primary author and maintainer of the crate."
561 [[audits.bindgen]]
562 who = "Emilio Cobos Álvarez <emilio@crisal.io>"
563 criteria = "safe-to-deploy"
564 delta = "0.59.2 -> 0.63.0"
566 [[audits.bindgen]]
567 who = "Mike Hommey <mh+mozilla@glandium.org>"
568 criteria = "safe-to-deploy"
569 delta = "0.63.0 -> 0.64.0"
571 [[audits.bit-set]]
572 who = "Aria Beingessner <a.beingessner@gmail.com>"
573 criteria = "safe-to-deploy"
574 version = "0.5.2"
575 notes = "Another crate I own via contain-rs that is ancient and maintenance mode, no known issues."
577 [[audits.bit-set]]
578 who = "Mike Hommey <mh+mozilla@glandium.org>"
579 criteria = "safe-to-deploy"
580 delta = "0.5.2 -> 0.5.3"
582 [[audits.bit-vec]]
583 who = "Aria Beingessner <a.beingessner@gmail.com>"
584 criteria = "safe-to-deploy"
585 version = "0.6.3"
586 notes = "Another crate I own via contain-rs that is ancient and in maintenance mode but otherwise perfectly fine."
588 [[audits.bitflags]]
589 who = "Alex Franchuk <afranchuk@mozilla.com>"
590 criteria = "safe-to-deploy"
591 delta = "1.3.2 -> 2.0.2"
592 notes = "Removal of some unsafe code/methods. No changes to externals, just some refactoring (mostly internal)."
594 [[audits.bitflags]]
595 who = "Nicolas Silva <nical@fastmail.com>"
596 criteria = "safe-to-deploy"
597 delta = "2.0.2 -> 2.1.0"
599 [[audits.block-buffer]]
600 who = "Mike Hommey <mh+mozilla@glandium.org>"
601 criteria = "safe-to-deploy"
602 delta = "0.10.2 -> 0.10.3"
604 [[audits.build-parallel]]
605 who = "Jeff Muizelaar <jmuizelaar@mozilla.com>"
606 criteria = "safe-to-deploy"
607 version = "0.1.2"
609 [[audits.bumpalo]]
610 who = "Bobby Holley <bobbyholley@gmail.com>"
611 criteria = "safe-to-run"
612 delta = "3.9.1 -> 3.10.0"
613 notes = """
614 Some nontrivial functional changes but certainly meets the no-malware bar of
615 safe-to-run. If we needed safe-to-deploy for this in m-c I'd ask Nick to re-
616 certify this version, but we don't, so this is fine for now.
619 [[audits.bumpalo]]
620 who = "Mike Hommey <mh+mozilla@glandium.org>"
621 criteria = "safe-to-run"
622 delta = "3.11.1 -> 3.12.0"
624 [[audits.bytes]]
625 who = "Mike Hommey <mh+mozilla@glandium.org>"
626 criteria = "safe-to-deploy"
627 delta = "1.1.0 -> 1.2.1"
629 [[audits.bytes]]
630 who = "Mike Hommey <mh+mozilla@glandium.org>"
631 criteria = "safe-to-deploy"
632 delta = "1.2.1 -> 1.3.0"
634 [[audits.bytes]]
635 who = "Mike Hommey <mh+mozilla@glandium.org>"
636 criteria = "safe-to-deploy"
637 delta = "1.3.0 -> 1.4.0"
639 [[audits.camino]]
640 who = "Mike Hommey <mh+mozilla@glandium.org>"
641 criteria = "safe-to-deploy"
642 delta = "1.0.9 -> 1.1.1"
644 [[audits.camino]]
645 who = "Mike Hommey <mh+mozilla@glandium.org>"
646 criteria = "safe-to-deploy"
647 delta = "1.1.1 -> 1.1.2"
649 [[audits.cargo_metadata]]
650 who = "Jan-Erik Rediger <jrediger@mozilla.com>"
651 criteria = "safe-to-deploy"
652 version = "0.15.2"
653 notes = "I reviewed the whole code base. Parser for the output of cargo-metadata, relying mostly on serde. No unsafe code used."
655 [[audits.cargo_metadata]]
656 who = "Mike Hommey <mh+mozilla@glandium.org>"
657 criteria = "safe-to-deploy"
658 delta = "0.15.2 -> 0.15.3"
660 [[audits.chardetng]]
661 who = "Henri Sivonen <hsivonen@hsivonen.fi>"
662 criteria = "safe-to-deploy"
663 version = "0.1.9"
664 notes = "I, Henri Sivonen, wrote this (safe-code-only) crate for Gecko even though the crate is published via crates.io."
666 [[audits.chardetng]]
667 who = "Bobby Holley <bobbyholley@gmail.com>"
668 criteria = "safe-to-deploy"
669 delta = "0.1.9 -> 0.1.9@git:3484d3e3ebdc8931493aa5df4d7ee9360a90e76b"
671 [[audits.chardetng_c]]
672 who = "Henri Sivonen <hsivonen@hsivonen.fi>"
673 criteria = "safe-to-deploy"
674 version = "0.1.2"
675 notes = "I, Henri Sivonen, wrote this crate for Gecko even though it is published via crates.io. The buffer input assumes Rust slice constraints for the start pointer. In Gecko, this is taken care of by mozilla::Span, but the C API doesn't conform to idiomatic C constraints on this point."
677 [[audits.chardetng_c]]
678 who = "Bobby Holley <bobbyholley@gmail.com>"
679 criteria = "safe-to-deploy"
680 delta = "0.1.2 -> 0.1.2@git:ed8a4c6f900a90d4dbc1d64b856e61490a1c3570"
682 [[audits.clang-sys]]
683 who = "Mike Hommey <mh+mozilla@glandium.org>"
684 criteria = "safe-to-deploy"
685 delta = "1.3.3 -> 1.4.0"
687 [[audits.clang-sys]]
688 who = "Mike Hommey <mh+mozilla@glandium.org>"
689 criteria = "safe-to-deploy"
690 delta = "1.4.0 -> 1.6.0"
692 [[audits.clap_lex]]
693 who = "Mike Hommey <mh+mozilla@glandium.org>"
694 criteria = "safe-to-deploy"
695 delta = "0.2.0 -> 0.2.2"
697 [[audits.clap_lex]]
698 who = "Mike Hommey <mh+mozilla@glandium.org>"
699 criteria = "safe-to-deploy"
700 delta = "0.2.2 -> 0.2.4"
702 [[audits.comedy]]
703 who = "Nick Alexander <nalexander@mozilla.com>"
704 criteria = "safe-to-deploy"
705 version = "0.2.0"
706 notes = """
707 The comedy crate was written by Adam Gashlin for Mozilla's use.  The entire
708 comedy 0.2.0 crate is full of `unsafe` code and makes many assumptions about
709 memory and layout, but there is no particular processing of untrusted input
710 here.
713 [[audits.cookie]]
714 who = "Mike Hommey <mh+mozilla@glandium.org>"
715 criteria = "safe-to-run"
716 delta = "0.16.0 -> 0.16.2"
718 [[audits.coreaudio-sys]]
719 who = "Mike Hommey <mh+mozilla@glandium.org>"
720 criteria = "safe-to-deploy"
721 delta = "0.2.10 -> 0.2.11"
723 [[audits.coreaudio-sys]]
724 who = "Mike Hommey <mh+mozilla@glandium.org>"
725 criteria = "safe-to-deploy"
726 delta = "0.2.11 -> 0.2.12"
728 [[audits.cose]]
729 who = "Mathew Hodson <mathew.hodson@gmail.com>"
730 criteria = "safe-to-deploy"
731 delta = "0.1.4 -> 0.1.4@git:43c22248d136c8b38fe42ea709d08da6355cf04b"
733 [[audits.cpufeatures]]
734 who = "Mike Hommey <mh+mozilla@glandium.org>"
735 criteria = "safe-to-deploy"
736 delta = "0.2.2 -> 0.2.4"
738 [[audits.cpufeatures]]
739 who = "Mike Hommey <mh+mozilla@glandium.org>"
740 criteria = "safe-to-deploy"
741 delta = "0.2.4 -> 0.2.5"
743 [[audits.crash-context]]
744 who = "Gabriele Svelto <gsvelto@mozilla.com>"
745 criteria = "safe-to-deploy"
746 version = "0.5.1"
747 notes = "Mozilla employees contributed to this crate and the remaining code was fully audited"
749 [[audits.crash-context]]
750 who = "Alex Franchuk <afranchuk@mozilla.com>"
751 criteria = "safe-to-deploy"
752 delta = "0.5.1 -> 0.6.0"
753 notes = """
754 There are few changes. The main change is the removal of `winapi` in favor of
755 manually-generated bindings (which are minimal). The few small bugfixes are
756 sound.
759 [[audits.crossbeam-channel]]
760 who = "Mike Hommey <mh+mozilla@glandium.org>"
761 criteria = "safe-to-deploy"
762 delta = "0.5.4 -> 0.5.6"
764 [[audits.crossbeam-deque]]
765 who = "Mike Hommey <mh+mozilla@glandium.org>"
766 criteria = "safe-to-deploy"
767 delta = "0.8.1 -> 0.8.2"
769 [[audits.crossbeam-epoch]]
770 who = "Mike Hommey <mh+mozilla@glandium.org>"
771 criteria = "safe-to-deploy"
772 delta = "0.9.8 -> 0.9.10"
774 [[audits.crossbeam-epoch]]
775 who = "Mike Hommey <mh+mozilla@glandium.org>"
776 criteria = "safe-to-deploy"
777 delta = "0.9.10 -> 0.9.13"
779 [[audits.crossbeam-epoch]]
780 who = "Mike Hommey <mh+mozilla@glandium.org>"
781 criteria = "safe-to-deploy"
782 delta = "0.9.13 -> 0.9.14"
784 [[audits.crossbeam-queue]]
785 who = "Matthew Gregan <kinetik@flim.org>"
786 criteria = "safe-to-deploy"
787 version = "0.3.8"
789 [[audits.crossbeam-utils]]
790 who = "Mike Hommey <mh+mozilla@glandium.org>"
791 criteria = "safe-to-deploy"
792 delta = "0.8.8 -> 0.8.11"
794 [[audits.crossbeam-utils]]
795 who = "Mike Hommey <mh+mozilla@glandium.org>"
796 criteria = "safe-to-deploy"
797 delta = "0.8.11 -> 0.8.14"
799 [[audits.crypto-common]]
800 who = "Mike Hommey <mh+mozilla@glandium.org>"
801 criteria = "safe-to-deploy"
802 delta = "0.1.3 -> 0.1.6"
804 [[audits.cssparser]]
805 who = "Emilio Cobos Álvarez <emilio@crisal.io>"
806 criteria = "safe-to-deploy"
807 version = "0.29.6"
808 notes = """
809 I've reviewed or authored most of the recent changes to this library, and it
810 was developed by other mozilla folks. Unsafe code there is reasonable (utf-8
811 casts for serialization and parsing).
814 [[audits.cssparser]]
815 who = "Emilio Cobos Álvarez <emilio@crisal.io>"
816 criteria = "safe-to-deploy"
817 version = "0.31.0@git:6ce91afdf292c4290118843e7421e146f0a4c48b"
818 notes = "Local changes authored by me that aren't published yet."
820 [[audits.cssparser]]
821 who = "Bobby Holley <bobbyholley@gmail.com>"
822 criteria = "safe-to-deploy"
823 delta = "0.29.6 -> 0.31.0"
824 notes = """
825 All the changes in this release were authored by Mozilla staff, except the
826 uninit_array stuff, which looks fine.
829 [[audits.cssparser]]
830 who = "Mike Hommey <mh+mozilla@glandium.org>"
831 criteria = "safe-to-deploy"
832 delta = "0.31.0 -> 0.31.2"
834 [[audits.cssparser-macros]]
835 who = "Emilio Cobos Álvarez <emilio@crisal.io>"
836 criteria = "safe-to-deploy"
837 version = "0.6.0"
838 notes = """
839 Trivial crate with a single proc macro to compute the max length of the inputs
840 to a match expression.
843 [[audits.cssparser-macros]]
844 who = "Emilio Cobos Álvarez <emilio@crisal.io>"
845 criteria = "safe-to-deploy"
846 version = "0.6.0@git:6ce91afdf292c4290118843e7421e146f0a4c48b"
847 notes = "We are pulling this package from a non crates.io source until the changes are published. No changes were made to the code."
849 [[audits.cssparser-macros]]
850 who = "Mike Hommey <mh+mozilla@glandium.org>"
851 criteria = "safe-to-deploy"
852 delta = "0.6.0 -> 0.6.1"
854 [[audits.cstr]]
855 who = "Emilio Cobos Álvarez <emilio@crisal.io>"
856 criteria = "safe-to-deploy"
857 version = "0.2.10"
858 notes = """
859 I've reviewed the code of the crate thoroughly. It generates an unsafe block
860 which is statically guaranteed to be safe. Inputs to the macro have to be
861 static so there's no uncontrolled input whatsoever.
864 [[audits.cstr]]
865 who = "Mike Hommey <mh+mozilla@glandium.org>"
866 criteria = "safe-to-deploy"
867 delta = "0.2.10 -> 0.2.11"
869 [[audits.cubeb]]
870 who = "Matthew Gregan <kinetik@flim.org>"
871 criteria = "safe-to-deploy"
872 version = "0.10.1"
873 notes = """
874 Mozilla-developed package.
877 [[audits.cubeb]]
878 who = "Matthew Gregan <kinetik@flim.org>"
879 criteria = "safe-to-deploy"
880 delta = "0.10.1 -> 0.10.2"
882 [[audits.cubeb]]
883 who = "Mike Hommey <mh+mozilla@glandium.org>"
884 criteria = "safe-to-deploy"
885 delta = "0.10.2 -> 0.10.3"
887 [[audits.cubeb-backend]]
888 who = "Matthew Gregan <kinetik@flim.org>"
889 criteria = "safe-to-deploy"
890 version = "0.10.1"
891 notes = """
892 Mozilla-developed package.
895 [[audits.cubeb-backend]]
896 who = "Matthew Gregan <kinetik@flim.org>"
897 criteria = "safe-to-deploy"
898 delta = "0.10.1 -> 0.10.2"
900 [[audits.cubeb-backend]]
901 who = "Paul Adenot <paul@paul.cx>"
902 criteria = "safe-to-deploy"
903 delta = "0.10.2 -> 0.10.3"
904 notes = """
905 Mozilla-developed package.
908 [[audits.cubeb-core]]
909 who = "Matthew Gregan <kinetik@flim.org>"
910 criteria = "safe-to-deploy"
911 version = "0.10.1"
912 notes = """
913 Mozilla-developed package.
916 [[audits.cubeb-core]]
917 who = "Matthew Gregan <kinetik@flim.org>"
918 criteria = "safe-to-deploy"
919 delta = "0.10.1 -> 0.10.2"
921 [[audits.cubeb-core]]
922 who = "Paul Adenot <paul@paul.cx>"
923 criteria = "safe-to-deploy"
924 delta = "0.10.2 -> 0.10.3"
925 notes = """
926 Mozilla-developed package.
929 [[audits.cubeb-sys]]
930 who = "Matthew Gregan <kinetik@flim.org>"
931 criteria = "safe-to-deploy"
932 version = "0.10.1"
933 notes = """
934 Mozilla-developed package.
937 [[audits.cubeb-sys]]
938 who = "Matthew Gregan <kinetik@flim.org>"
939 criteria = "safe-to-deploy"
940 delta = "0.10.1 -> 0.10.2"
942 [[audits.cubeb-sys]]
943 who = "Paul Adenot <paul@paul.cx>"
944 criteria = "safe-to-deploy"
945 delta = "0.10.2 -> 0.10.3"
946 notes = """
947 Mozilla-developed package.
950 [[audits.d3d12]]
951 who = "Jim Blandy <jimb@red-bean.com>"
952 criteria = "safe-to-deploy"
953 delta = "0.4.1 -> 0.5.0"
954 notes = "The commits between 0.4.1 and 0.5.0 were all audited by Dzmitry Malyshau or myself."
956 [[audits.d3d12]]
957 who = "Nicolas Silva <nical@fastmail.com>"
958 criteria = "safe-to-deploy"
959 delta = "0.5.0 -> 0.5.0@git:a990c93ec64eeab78f2292763d0715da9dba1d59"
961 [[audits.d3d12]]
962 who = "Nicolas Silva <nical@fastmail.com>"
963 criteria = "safe-to-deploy"
964 delta = "0.5.0@git:a990c93ec64eeab78f2292763d0715da9dba1d59 -> 0.6.0@git:b940b1d71ab7083ae80eec697872672dc1f2bd32"
966 [[audits.darling]]
967 who = "Mike Hommey <mh+mozilla@glandium.org>"
968 criteria = "safe-to-deploy"
969 delta = "0.13.4 -> 0.14.2"
971 [[audits.darling]]
972 who = "Mike Hommey <mh+mozilla@glandium.org>"
973 criteria = "safe-to-deploy"
974 delta = "0.14.2 -> 0.14.3"
976 [[audits.darling]]
977 who = "Mike Hommey <mh+mozilla@glandium.org>"
978 criteria = "safe-to-deploy"
979 delta = "0.14.3 -> 0.20.1"
981 [[audits.darling_core]]
982 who = "Mike Hommey <mh+mozilla@glandium.org>"
983 criteria = "safe-to-deploy"
984 delta = "0.13.4 -> 0.14.2"
986 [[audits.darling_core]]
987 who = "Mike Hommey <mh+mozilla@glandium.org>"
988 criteria = "safe-to-deploy"
989 delta = "0.14.2 -> 0.14.3"
991 [[audits.darling_core]]
992 who = "Mike Hommey <mh+mozilla@glandium.org>"
993 criteria = "safe-to-deploy"
994 delta = "0.14.3 -> 0.20.1"
996 [[audits.darling_macro]]
997 who = "Mike Hommey <mh+mozilla@glandium.org>"
998 criteria = "safe-to-deploy"
999 delta = "0.13.4 -> 0.14.2"
1001 [[audits.darling_macro]]
1002 who = "Mike Hommey <mh+mozilla@glandium.org>"
1003 criteria = "safe-to-deploy"
1004 delta = "0.14.2 -> 0.14.3"
1006 [[audits.darling_macro]]
1007 who = "Mike Hommey <mh+mozilla@glandium.org>"
1008 criteria = "safe-to-deploy"
1009 delta = "0.14.3 -> 0.20.1"
1011 [[audits.data-encoding]]
1012 who = "Mike Hommey <mh+mozilla@glandium.org>"
1013 criteria = "safe-to-deploy"
1014 delta = "2.3.2 -> 2.3.3"
1016 [[audits.debugid]]
1017 who = "Gabriele Svelto <gsvelto@mozilla.com>"
1018 criteria = "safe-to-deploy"
1019 version = "0.8.0"
1020 notes = "This crates was written by Sentry and I've fully audited it as Firefox crash reporting machinery relies on it."
1022 [[audits.derive_arbitrary]]
1023 who = "Mike Hommey <mh+mozilla@glandium.org>"
1024 criteria = "safe-to-run"
1025 delta = "1.1.0 -> 1.1.1"
1027 [[audits.derive_arbitrary]]
1028 who = "Mike Hommey <mh+mozilla@glandium.org>"
1029 criteria = "safe-to-run"
1030 delta = "1.1.1 -> 1.1.3"
1032 [[audits.derive_arbitrary]]
1033 who = "Mike Hommey <mh+mozilla@glandium.org>"
1034 criteria = "safe-to-run"
1035 delta = "1.1.3 -> 1.2.1"
1037 [[audits.derive_arbitrary]]
1038 who = "Mike Hommey <mh+mozilla@glandium.org>"
1039 criteria = "safe-to-run"
1040 delta = "1.2.1 -> 1.2.3"
1042 [[audits.derive_arbitrary]]
1043 who = "Mike Hommey <mh+mozilla@glandium.org>"
1044 criteria = "safe-to-run"
1045 delta = "1.3.0 -> 1.3.1"
1047 [[audits.devd-rs]]
1048 who = "Mike Hommey <mh+mozilla@glandium.org>"
1049 criteria = "safe-to-deploy"
1050 delta = "0.3.4 -> 0.3.5"
1052 [[audits.devd-rs]]
1053 who = "Mike Hommey <mh+mozilla@glandium.org>"
1054 criteria = "safe-to-deploy"
1055 delta = "0.3.5 -> 0.3.6"
1057 [[audits.digest]]
1058 who = "Mike Hommey <mh+mozilla@glandium.org>"
1059 criteria = "safe-to-deploy"
1060 delta = "0.10.3 -> 0.10.6"
1062 [[audits.displaydoc]]
1063 who = "Makoto Kato <m_kato@ga2.so-net.ne.jp>"
1064 criteria = "safe-to-deploy"
1065 version = "0.2.3"
1066 notes = """
1067 This crate is convenient macros to implement core::fmt::Display trait.
1068 Although `unsafe` is used for test code to call `libc::abort()`, it has no `unsafe` code in this crate. And there is no file access.
1069 It meets the criteria for safe-to-deploy.
1072 [[audits.displaydoc]]
1073 who = "Mike Hommey <mh+mozilla@glandium.org>"
1074 criteria = "safe-to-deploy"
1075 delta = "0.2.3 -> 0.2.4"
1077 [[audits.dogear]]
1078 who = "Sammy Khamis <skhamis@mozilla.com>"
1079 criteria = "safe-to-deploy"
1080 delta = "0.4.0 -> 0.5.0"
1081 notes = "The repository for this crate belongs in the Mozilla org."
1083 [[audits.dtoa-short]]
1084 who = "Bobby Holley <bobbyholley@gmail.com>"
1085 criteria = "safe-to-deploy"
1086 version = "0.3.3"
1088 [[audits.dwrote]]
1089 who = "Bobby Holley <bobbyholley@gmail.com>"
1090 criteria = "safe-to-deploy"
1091 version = "0.11.0"
1092 notes = "All code written or reviewed by Mozilla staff."
1094 [[audits.either]]
1095 who = "Mike Hommey <mh+mozilla@glandium.org>"
1096 criteria = "safe-to-deploy"
1097 delta = "1.6.1 -> 1.7.0"
1099 [[audits.either]]
1100 who = "Mike Hommey <mh+mozilla@glandium.org>"
1101 criteria = "safe-to-deploy"
1102 delta = "1.7.0 -> 1.8.0"
1104 [[audits.either]]
1105 who = "Mike Hommey <mh+mozilla@glandium.org>"
1106 criteria = "safe-to-deploy"
1107 delta = "1.8.0 -> 1.8.1"
1109 [[audits.encoding_c]]
1110 who = "Henri Sivonen <hsivonen@hsivonen.fi>"
1111 criteria = "safe-to-deploy"
1112 version = "0.9.8"
1113 notes = "I, Henri Sivonen, wrote encoding_c for Gecko even though it is published via crates.io. There are two caveats: 1) the C API is designed to be used together with mozilla::Span and is unidiomatic for zero-length inputs otherwise. 2) It is idiomatic in C and C++ to pass uninitialized buffers as output buffers. This is generally documented to be UB in Rust, but idiomatic C and C++ usage here relies on this not actually being UB for buffers of integers (which these buffers are). See https://github.com/hsivonen/encoding_rs/issues/79#issuecomment-1211870361"
1115 [[audits.encoding_c_mem]]
1116 who = "Henri Sivonen <hsivonen@hsivonen.fi>"
1117 criteria = "safe-to-deploy"
1118 version = "0.2.6"
1119 notes = """
1120 I, Henri Sivonen, wrote encoding_c_mem for Gecko even though it is published via crates.io. There are two caveats: 1) the C API is designed to be used together with mozilla::Span and is unidiomatic for zero-length inputs otherwise. 2) It is idiomatic in C and C
1121 ++ to pass uninitialized buffers as output buffers. This is generally documented to be UB in Rust, but idiomatic C and C++ usage here relies on this not actually being UB for buffers of integers (which these buffers are). See https://github.com/hsivonen/encoding_rs/i
1122 ssues/79#issuecomment-1211870361
1125 [[audits.encoding_rs]]
1126 who = "Henri Sivonen <hsivonen@hsivonen.fi>"
1127 criteria = "safe-to-deploy"
1128 version = "0.8.31"
1129 notes = "I, Henri Sivonen, wrote encoding_rs for Gecko and have reviewed contributions by others. There are two caveats to the certification: 1) The crate does things that are documented to be UB but that do not appear to actually be UB due to integer types differing from the general rule; https://github.com/hsivonen/encoding_rs/issues/79 . 2) It would be prudent to re-review the code that reinterprets buffers of integers as SIMD vectors; see https://github.com/hsivonen/encoding_rs/issues/87 ."
1131 [[audits.encoding_rs]]
1132 who = "Mike Hommey <mh+mozilla@glandium.org>"
1133 criteria = "safe-to-deploy"
1134 delta = "0.8.31 -> 0.8.32"
1136 [[audits.enum-primitive-derive]]
1137 who = "Gabriele Svelto <gsvelto@mozilla.com>"
1138 criteria = "safe-to-deploy"
1139 version = "0.2.2"
1141 [[audits.enumset]]
1142 who = "Mike Hommey <mh+mozilla@glandium.org>"
1143 criteria = "safe-to-deploy"
1144 delta = "1.0.11 -> 1.0.12"
1146 [[audits.enumset]]
1147 who = "Mike Hommey <mh+mozilla@glandium.org>"
1148 criteria = "safe-to-deploy"
1149 delta = "1.0.12 -> 1.1.2"
1151 [[audits.enumset_derive]]
1152 who = "Mike Hommey <mh+mozilla@glandium.org>"
1153 criteria = "safe-to-deploy"
1154 delta = "0.6.0 -> 0.6.1"
1156 [[audits.enumset_derive]]
1157 who = "Mike Hommey <mh+mozilla@glandium.org>"
1158 criteria = "safe-to-deploy"
1159 delta = "0.6.1 -> 0.8.1"
1161 [[audits.env_logger]]
1162 who = "Mike Hommey <mh+mozilla@glandium.org>"
1163 criteria = "safe-to-deploy"
1164 delta = "0.9.0 -> 0.9.3"
1166 [[audits.env_logger]]
1167 who = "Nicolas Silva <nical@fastmail.com>"
1168 criteria = "safe-to-deploy"
1169 delta = "0.9.3 -> 0.10.0"
1171 [[audits.extend]]
1172 who = "Ben Dean-Kawamura <bdk@mozilla.com>"
1173 criteria = "safe-to-deploy"
1174 version = "1.1.2"
1175 notes = "Inspected the crate and noted that the impl block comes directly from the proc-macro input.  If no new code can be added by this crate, I don't think there can be any issues."
1177 [[audits.extend]]
1178 who = "Mike Hommey <mh+mozilla@glandium.org>"
1179 criteria = "safe-to-deploy"
1180 delta = "1.1.2 -> 1.2.0"
1182 [[audits.fallible_collections]]
1183 who = "Mike Hommey <mh+mozilla@glandium.org>"
1184 criteria = "safe-to-deploy"
1185 delta = "0.4.4 -> 0.4.5"
1187 [[audits.fallible_collections]]
1188 who = "Mike Hommey <mh+mozilla@glandium.org>"
1189 criteria = "safe-to-deploy"
1190 delta = "0.4.5 -> 0.4.6"
1191 notes = "The changes in this version are mine."
1193 [[audits.fastrand]]
1194 who = "Mike Hommey <mh+mozilla@glandium.org>"
1195 criteria = "safe-to-deploy"
1196 delta = "1.7.0 -> 1.8.0"
1198 [[audits.fastrand]]
1199 who = "Mike Hommey <mh+mozilla@glandium.org>"
1200 criteria = "safe-to-deploy"
1201 delta = "1.8.0 -> 1.9.0"
1203 [[audits.filetime_win]]
1204 who = "Nick Alexander <nalexander@mozilla.com>"
1205 criteria = "safe-to-deploy"
1206 version = "0.2.0"
1207 notes = """
1208 filetime_win was written by Adam Gashlin for Mozilla's use.  The `unsafe` code
1209 blocks in filetime_win 0.2.0 are straight-forward invocations of `mem::zeroed`
1210 and expected invocations of Win32 APIs (with error handling as appropriate).
1213 [[audits.flagset]]
1214 who = "Ryan Hunt <rhunt@eqrion.net>"
1215 criteria = "safe-to-deploy"
1216 version = "0.4.3"
1217 notes = "Uses no ambient capabilities, vetted the one instance of unsafe."
1219 [[audits.flate2]]
1220 who = "Mike Hommey <mh+mozilla@glandium.org>"
1221 criteria = "safe-to-deploy"
1222 delta = "1.0.24 -> 1.0.25"
1224 [[audits.fluent]]
1225 who = "Zibi Braniecki <zibi@unicode.org>"
1226 criteria = "safe-to-deploy"
1227 version = "0.16.0"
1229 [[audits.fluent-bundle]]
1230 who = "Zibi Braniecki <zibi@unicode.org>"
1231 criteria = "safe-to-deploy"
1232 version = "0.15.2"
1234 [[audits.fluent-fallback]]
1235 who = "Zibi Braniecki <zibi@unicode.org>"
1236 criteria = "safe-to-deploy"
1237 version = "0.6.0"
1239 [[audits.fluent-fallback]]
1240 who = "Greg Tatum <tatum.creative@gmail.com>"
1241 criteria = "safe-to-deploy"
1242 delta = "0.6.0 -> 0.7.0"
1244 [[audits.fluent-langneg]]
1245 who = "Zibi Braniecki <zibi@unicode.org>"
1246 criteria = "safe-to-deploy"
1247 version = "0.13.0"
1249 [[audits.fluent-pseudo]]
1250 who = "Zibi Braniecki <zibi@unicode.org>"
1251 criteria = "safe-to-deploy"
1252 version = "0.3.1"
1254 [[audits.fluent-syntax]]
1255 who = "Zibi Braniecki <zibi@unicode.org>"
1256 criteria = "safe-to-deploy"
1257 version = "0.11.0"
1259 [[audits.fluent-testing]]
1260 who = "Zibi Braniecki <zibi@unicode.org>"
1261 criteria = "safe-to-run"
1262 version = "0.0.2"
1264 [[audits.fluent-testing]]
1265 who = "Greg Tatum <tatum.creative@gmail.com>"
1266 criteria = "safe-to-run"
1267 delta = "0.0.2 -> 0.0.3"
1269 [[audits.fnv]]
1270 who = "Bobby Holley <bobbyholley@gmail.com>"
1271 criteria = "safe-to-deploy"
1272 version = "1.0.7"
1273 notes = "Simple hasher implementation with no unsafe code."
1275 [[audits.fs-err]]
1276 who = "Mike Hommey <mh+mozilla@glandium.org>"
1277 criteria = "safe-to-deploy"
1278 delta = "2.7.0 -> 2.8.1"
1280 [[audits.fs-err]]
1281 who = "Mike Hommey <mh+mozilla@glandium.org>"
1282 criteria = "safe-to-deploy"
1283 delta = "2.8.1 -> 2.9.0"
1285 [[audits.futures]]
1286 who = "Mike Hommey <mh+mozilla@glandium.org>"
1287 criteria = "safe-to-deploy"
1288 delta = "0.3.21 -> 0.3.23"
1290 [[audits.futures]]
1291 who = "Mike Hommey <mh+mozilla@glandium.org>"
1292 criteria = "safe-to-deploy"
1293 delta = "0.3.23 -> 0.3.25"
1295 [[audits.futures]]
1296 who = "Mike Hommey <mh+mozilla@glandium.org>"
1297 criteria = "safe-to-deploy"
1298 delta = "0.3.25 -> 0.3.26"
1300 [[audits.futures]]
1301 who = "Mike Hommey <mh+mozilla@glandium.org>"
1302 criteria = "safe-to-deploy"
1303 delta = "0.3.26 -> 0.3.28"
1305 [[audits.futures-channel]]
1306 who = "Mike Hommey <mh+mozilla@glandium.org>"
1307 criteria = "safe-to-deploy"
1308 delta = "0.3.21 -> 0.3.23"
1310 [[audits.futures-channel]]
1311 who = "Mike Hommey <mh+mozilla@glandium.org>"
1312 criteria = "safe-to-deploy"
1313 delta = "0.3.23 -> 0.3.25"
1315 [[audits.futures-channel]]
1316 who = "Mike Hommey <mh+mozilla@glandium.org>"
1317 criteria = "safe-to-deploy"
1318 delta = "0.3.25 -> 0.3.26"
1320 [[audits.futures-channel]]
1321 who = "Bobby Holley <bobbyholley@gmail.com>"
1322 criteria = "safe-to-deploy"
1323 delta = "0.3.27 -> 0.3.26"
1325 [[audits.futures-channel]]
1326 who = "Mike Hommey <mh+mozilla@glandium.org>"
1327 criteria = "safe-to-deploy"
1328 delta = "0.3.27 -> 0.3.28"
1330 [[audits.futures-core]]
1331 who = "Mike Hommey <mh+mozilla@glandium.org>"
1332 criteria = "safe-to-deploy"
1333 delta = "0.3.21 -> 0.3.23"
1335 [[audits.futures-core]]
1336 who = "Mike Hommey <mh+mozilla@glandium.org>"
1337 criteria = "safe-to-deploy"
1338 delta = "0.3.23 -> 0.3.25"
1340 [[audits.futures-core]]
1341 who = "Mike Hommey <mh+mozilla@glandium.org>"
1342 criteria = "safe-to-deploy"
1343 delta = "0.3.25 -> 0.3.26"
1345 [[audits.futures-core]]
1346 who = "Bobby Holley <bobbyholley@gmail.com>"
1347 criteria = "safe-to-deploy"
1348 delta = "0.3.27 -> 0.3.26"
1350 [[audits.futures-core]]
1351 who = "Mike Hommey <mh+mozilla@glandium.org>"
1352 criteria = "safe-to-deploy"
1353 delta = "0.3.27 -> 0.3.28"
1355 [[audits.futures-executor]]
1356 who = "Mike Hommey <mh+mozilla@glandium.org>"
1357 criteria = "safe-to-deploy"
1358 delta = "0.3.21 -> 0.3.23"
1360 [[audits.futures-executor]]
1361 who = "Mike Hommey <mh+mozilla@glandium.org>"
1362 criteria = "safe-to-deploy"
1363 delta = "0.3.23 -> 0.3.25"
1365 [[audits.futures-executor]]
1366 who = "Mike Hommey <mh+mozilla@glandium.org>"
1367 criteria = "safe-to-deploy"
1368 delta = "0.3.25 -> 0.3.26"
1370 [[audits.futures-executor]]
1371 who = "Bobby Holley <bobbyholley@gmail.com>"
1372 criteria = "safe-to-deploy"
1373 delta = "0.3.27 -> 0.3.23"
1375 [[audits.futures-executor]]
1376 who = "Mike Hommey <mh+mozilla@glandium.org>"
1377 criteria = "safe-to-deploy"
1378 delta = "0.3.27 -> 0.3.28"
1380 [[audits.futures-io]]
1381 who = "Mike Hommey <mh+mozilla@glandium.org>"
1382 criteria = "safe-to-deploy"
1383 delta = "0.3.21 -> 0.3.23"
1385 [[audits.futures-io]]
1386 who = "Mike Hommey <mh+mozilla@glandium.org>"
1387 criteria = "safe-to-deploy"
1388 delta = "0.3.23 -> 0.3.25"
1390 [[audits.futures-io]]
1391 who = "Mike Hommey <mh+mozilla@glandium.org>"
1392 criteria = "safe-to-deploy"
1393 delta = "0.3.25 -> 0.3.26"
1395 [[audits.futures-io]]
1396 who = "Bobby Holley <bobbyholley@gmail.com>"
1397 criteria = "safe-to-deploy"
1398 delta = "0.3.27 -> 0.3.23"
1400 [[audits.futures-io]]
1401 who = "Mike Hommey <mh+mozilla@glandium.org>"
1402 criteria = "safe-to-deploy"
1403 delta = "0.3.27 -> 0.3.28"
1405 [[audits.futures-macro]]
1406 who = "Mike Hommey <mh+mozilla@glandium.org>"
1407 criteria = "safe-to-deploy"
1408 delta = "0.3.21 -> 0.3.23"
1410 [[audits.futures-macro]]
1411 who = "Mike Hommey <mh+mozilla@glandium.org>"
1412 criteria = "safe-to-deploy"
1413 delta = "0.3.23 -> 0.3.25"
1415 [[audits.futures-macro]]
1416 who = "Mike Hommey <mh+mozilla@glandium.org>"
1417 criteria = "safe-to-deploy"
1418 delta = "0.3.25 -> 0.3.26"
1420 [[audits.futures-macro]]
1421 who = "Mike Hommey <mh+mozilla@glandium.org>"
1422 criteria = "safe-to-deploy"
1423 delta = "0.3.26 -> 0.3.28"
1425 [[audits.futures-sink]]
1426 who = "Mike Hommey <mh+mozilla@glandium.org>"
1427 criteria = "safe-to-deploy"
1428 delta = "0.3.21 -> 0.3.23"
1430 [[audits.futures-sink]]
1431 who = "Mike Hommey <mh+mozilla@glandium.org>"
1432 criteria = "safe-to-deploy"
1433 delta = "0.3.23 -> 0.3.25"
1435 [[audits.futures-sink]]
1436 who = "Mike Hommey <mh+mozilla@glandium.org>"
1437 criteria = "safe-to-deploy"
1438 delta = "0.3.25 -> 0.3.26"
1440 [[audits.futures-sink]]
1441 who = "Bobby Holley <bobbyholley@gmail.com>"
1442 criteria = "safe-to-deploy"
1443 delta = "0.3.27 -> 0.3.23"
1445 [[audits.futures-sink]]
1446 who = "Mike Hommey <mh+mozilla@glandium.org>"
1447 criteria = "safe-to-deploy"
1448 delta = "0.3.27 -> 0.3.28"
1450 [[audits.futures-task]]
1451 who = "Mike Hommey <mh+mozilla@glandium.org>"
1452 criteria = "safe-to-deploy"
1453 delta = "0.3.21 -> 0.3.23"
1455 [[audits.futures-task]]
1456 who = "Mike Hommey <mh+mozilla@glandium.org>"
1457 criteria = "safe-to-deploy"
1458 delta = "0.3.23 -> 0.3.25"
1460 [[audits.futures-task]]
1461 who = "Mike Hommey <mh+mozilla@glandium.org>"
1462 criteria = "safe-to-deploy"
1463 delta = "0.3.25 -> 0.3.26"
1465 [[audits.futures-task]]
1466 who = "Mike Hommey <mh+mozilla@glandium.org>"
1467 criteria = "safe-to-deploy"
1468 delta = "0.3.26 -> 0.3.28"
1470 [[audits.futures-util]]
1471 who = "Mike Hommey <mh+mozilla@glandium.org>"
1472 criteria = "safe-to-deploy"
1473 delta = "0.3.21 -> 0.3.23"
1475 [[audits.futures-util]]
1476 who = "Mike Hommey <mh+mozilla@glandium.org>"
1477 criteria = "safe-to-deploy"
1478 delta = "0.3.23 -> 0.3.25"
1480 [[audits.futures-util]]
1481 who = "Mike Hommey <mh+mozilla@glandium.org>"
1482 criteria = "safe-to-deploy"
1483 delta = "0.3.25 -> 0.3.26"
1485 [[audits.futures-util]]
1486 who = "Mike Hommey <mh+mozilla@glandium.org>"
1487 criteria = "safe-to-deploy"
1488 delta = "0.3.26 -> 0.3.28"
1490 [[audits.fxhash]]
1491 who = "Bobby Holley <bobbyholley@gmail.com>"
1492 criteria = "safe-to-deploy"
1493 version = "0.2.1"
1494 notes = "Straightforward crate with no unsafe code, does what it says on the tin."
1496 [[audits.generic-array]]
1497 who = "Mike Hommey <mh+mozilla@glandium.org>"
1498 criteria = "safe-to-deploy"
1499 delta = "0.14.5 -> 0.14.6"
1501 [[audits.getrandom]]
1502 who = "Mike Hommey <mh+mozilla@glandium.org>"
1503 criteria = "safe-to-deploy"
1504 delta = "0.2.6 -> 0.2.7"
1506 [[audits.getrandom]]
1507 who = "Mike Hommey <mh+mozilla@glandium.org>"
1508 criteria = "safe-to-deploy"
1509 delta = "0.2.7 -> 0.2.8"
1511 [[audits.getrandom]]
1512 who = "Yannis Juglaret <yjuglaret@mozilla.com>"
1513 criteria = "safe-to-deploy"
1514 delta = "0.2.8 -> 0.2.9"
1516 [[audits.gleam]]
1517 who = "Jamie Nicol <jnicol@mozilla.com>"
1518 criteria = "safe-to-deploy"
1519 delta = "0.13.1 -> 0.15.0"
1521 [[audits.glob]]
1522 who = "Mike Hommey <mh+mozilla@glandium.org>"
1523 criteria = "safe-to-deploy"
1524 delta = "0.3.0 -> 0.3.1"
1526 [[audits.glsl]]
1527 who = "Mike Hommey <mh+mozilla@glandium.org>"
1528 criteria = "safe-to-deploy"
1529 delta = "6.0.1 -> 6.0.2"
1530 notes = "I'm the author of the changes in this version of the crate."
1532 [[audits.goblin]]
1533 who = "Jan-Erik Rediger <jrediger@mozilla.com>"
1534 criteria = "safe-to-deploy"
1535 delta = "0.1.3 -> 0.5.4"
1536 notes = "Several bugfixes since 2019. This version is also in use by Mozilla's crash reporting tooling, e.g. minidump-writer"
1538 [[audits.goblin]]
1539 who = "Gabriele Svelto <gsvelto@mozilla.com>"
1540 criteria = "safe-to-deploy"
1541 delta = "0.5.4 -> 0.6.0"
1542 notes = "Mostly bug fixes and some added functionality"
1544 [[audits.gpu-descriptor]]
1545 who = "Mike Hommey <mh+mozilla@glandium.org>"
1546 criteria = "safe-to-deploy"
1547 delta = "0.2.2 -> 0.2.3"
1549 [[audits.guid_win]]
1550 who = "Bobby Holley <bobbyholley@gmail.com>"
1551 criteria = "safe-to-deploy"
1552 version = "0.2.0"
1553 notes = """
1554 This crate has some unsafe code for the FFI bits, which I've reviewed carefully.
1555 It uses the deprecated mem::uninitialized(), which is generally sketchy. However
1556 the usage is pretty straightforward and while it's technically UB, it seems no
1557 more likely to lead to miscompilation than any other use of mem::uninitialized.
1560 [[audits.h2]]
1561 who = "Mike Hommey <mh+mozilla@glandium.org>"
1562 criteria = "safe-to-run"
1563 delta = "0.3.13 -> 0.3.14"
1565 [[audits.h2]]
1566 who = "Mike Hommey <mh+mozilla@glandium.org>"
1567 criteria = "safe-to-run"
1568 delta = "0.3.14 -> 0.3.15"
1570 [[audits.half]]
1571 who = "John M. Schanck <jschanck@mozilla.com>"
1572 criteria = "safe-to-deploy"
1573 version = "1.8.2"
1574 notes = """
1575 This crate contains unsafe code for bitwise casts to/from binary16 floating-point
1576 format. I've reviewed these and found no issues. There are no uses of ambient
1577 capabilities.
1580 [[audits.hashbrown]]
1581 who = "Mike Hommey <mh+mozilla@glandium.org>"
1582 criteria = "safe-to-deploy"
1583 version = "0.12.3"
1584 notes = "This version is used in rust's libstd, so effectively we're already trusting it"
1586 [[audits.hashlink]]
1587 who = "Mike Hommey <mh+mozilla@glandium.org>"
1588 criteria = "safe-to-deploy"
1589 delta = "0.7.0 -> 0.8.1"
1591 [[audits.headers]]
1592 who = "Mike Hommey <mh+mozilla@glandium.org>"
1593 criteria = "safe-to-run"
1594 delta = "0.3.7 -> 0.3.8"
1596 [[audits.headers-core]]
1597 who = "Bobby Holley <bobbyholley@gmail.com>"
1598 criteria = "safe-to-deploy"
1599 version = "0.2.0"
1600 notes = "Trivial crate, no unsafe code."
1602 [[audits.heck]]
1603 who = "Mike Hommey <mh+mozilla@glandium.org>"
1604 criteria = "safe-to-deploy"
1605 delta = "0.4.0 -> 0.4.1"
1607 [[audits.hermit-abi]]
1608 who = "Mike Hommey <mh+mozilla@glandium.org>"
1609 criteria = "safe-to-deploy"
1610 delta = "0.1.19 -> 0.2.6"
1612 [[audits.hex]]
1613 who = "Simon Friedberger <simon@mozilla.com>"
1614 criteria = "safe-to-deploy"
1615 version = "0.4.3"
1617 [[audits.http]]
1618 who = "Mike Hommey <mh+mozilla@glandium.org>"
1619 criteria = "safe-to-run"
1620 delta = "0.2.8 -> 0.2.9"
1622 [[audits.httparse]]
1623 who = "Mike Hommey <mh+mozilla@glandium.org>"
1624 criteria = "safe-to-run"
1625 delta = "1.7.1 -> 1.8.0"
1627 [[audits.hyper]]
1628 who = "Mike Hommey <mh+mozilla@glandium.org>"
1629 criteria = "safe-to-run"
1630 delta = "0.14.19 -> 0.14.20"
1632 [[audits.hyper]]
1633 who = "Mike Hommey <mh+mozilla@glandium.org>"
1634 criteria = "safe-to-run"
1635 delta = "0.14.20 -> 0.14.22"
1637 [[audits.hyper]]
1638 who = "Mike Hommey <mh+mozilla@glandium.org>"
1639 criteria = "safe-to-run"
1640 delta = "0.14.22 -> 0.14.23"
1642 [[audits.hyper]]
1643 who = "Mike Hommey <mh+mozilla@glandium.org>"
1644 criteria = "safe-to-run"
1645 delta = "0.14.23 -> 0.14.24"
1647 [[audits.idna]]
1648 who = "Bobby Holley <bobbyholley@gmail.com>"
1649 criteria = "safe-to-deploy"
1650 delta = "0.3.0 -> 0.2.3"
1651 notes = "Backwards diff with some algorithm changes, no unsafe code."
1653 [[audits.indexmap]]
1654 who = "Mike Hommey <mh+mozilla@glandium.org>"
1655 criteria = "safe-to-deploy"
1656 delta = "1.8.2 -> 1.9.1"
1658 [[audits.indexmap]]
1659 who = "Mike Hommey <mh+mozilla@glandium.org>"
1660 criteria = "safe-to-deploy"
1661 delta = "1.9.1 -> 1.9.2"
1663 [[audits.inherent]]
1664 who = "Mike Hommey <mh+mozilla@glandium.org>"
1665 criteria = "safe-to-deploy"
1666 delta = "1.0.1 -> 1.0.2"
1668 [[audits.inherent]]
1669 who = "Mike Hommey <mh+mozilla@glandium.org>"
1670 criteria = "safe-to-deploy"
1671 delta = "1.0.2 -> 1.0.3"
1673 [[audits.inherent]]
1674 who = "Mike Hommey <mh+mozilla@glandium.org>"
1675 criteria = "safe-to-deploy"
1676 delta = "1.0.3 -> 1.0.4"
1678 [[audits.inplace_it]]
1679 who = "Mike Hommey <mh+mozilla@glandium.org>"
1680 criteria = "safe-to-deploy"
1681 delta = "0.3.3 -> 0.3.4"
1683 [[audits.intl-memoizer]]
1684 who = "Zibi Braniecki <zibi@unicode.org>"
1685 criteria = "safe-to-deploy"
1686 version = "0.5.1"
1688 [[audits.intl_pluralrules]]
1689 who = "Zibi Braniecki <zibi@unicode.org>"
1690 criteria = "safe-to-deploy"
1691 version = "7.0.1"
1693 [[audits.intl_pluralrules]]
1694 who = "Makoto Kato <m_kato@ga2.so-net.ne.jp>"
1695 criteria = "safe-to-deploy"
1696 delta = "7.0.1 -> 7.0.2"
1698 [[audits.itertools]]
1699 who = "Mike Hommey <mh+mozilla@glandium.org>"
1700 criteria = "safe-to-deploy"
1701 delta = "0.10.3 -> 0.10.5"
1703 [[audits.itoa]]
1704 who = "Mike Hommey <mh+mozilla@glandium.org>"
1705 criteria = "safe-to-deploy"
1706 delta = "1.0.2 -> 1.0.3"
1708 [[audits.itoa]]
1709 who = "Mike Hommey <mh+mozilla@glandium.org>"
1710 criteria = "safe-to-deploy"
1711 delta = "1.0.3 -> 1.0.5"
1713 [[audits.jobserver]]
1714 who = "Mike Hommey <mh+mozilla@glandium.org>"
1715 criteria = "safe-to-deploy"
1716 delta = "0.1.24 -> 0.1.25"
1718 [[audits.libc]]
1719 who = "Mike Hommey <mh+mozilla@glandium.org>"
1720 criteria = "safe-to-deploy"
1721 delta = "0.2.126 -> 0.2.132"
1723 [[audits.libc]]
1724 who = "Mike Hommey <mh+mozilla@glandium.org>"
1725 criteria = "safe-to-deploy"
1726 delta = "0.2.132 -> 0.2.138"
1728 [[audits.libc]]
1729 who = "Mike Hommey <mh+mozilla@glandium.org>"
1730 criteria = "safe-to-deploy"
1731 delta = "0.2.138 -> 0.2.139"
1733 [[audits.libloading]]
1734 who = "Mike Hommey <mh+mozilla@glandium.org>"
1735 criteria = "safe-to-deploy"
1736 delta = "0.7.3 -> 0.7.4"
1738 [[audits.linked-hash-map]]
1739 who = "Aria Beingessner <a.beingessner@gmail.com>"
1740 criteria = "safe-to-deploy"
1741 version = "0.5.4"
1742 notes = "I own this crate (I am contain-rs) and 0.5.4 passes miri. This code is very old and used by lots of people, so I'm pretty confident in it, even though it's in maintenance-mode and missing some nice-to-have APIs."
1744 [[audits.linked-hash-map]]
1745 who = "Mike Hommey <mh+mozilla@glandium.org>"
1746 criteria = "safe-to-run"
1747 delta = "0.5.4 -> 0.5.6"
1749 [[audits.lmdb-rkv]]
1750 who = "Bobby Holley <bobbyholley@gmail.com>"
1751 criteria = "safe-to-deploy"
1752 version = "0.14.0"
1753 notes = "Victor and Myk developed this crate at Mozilla."
1755 [[audits.lock_api]]
1756 who = "Mike Hommey <mh+mozilla@glandium.org>"
1757 criteria = "safe-to-deploy"
1758 delta = "0.4.7 -> 0.4.9"
1760 [[audits.log]]
1761 who = "Mike Hommey <mh+mozilla@glandium.org>"
1762 criteria = "safe-to-deploy"
1763 version = "0.4.17"
1765 [[audits.mach2]]
1766 who = "Gabriele Svelto <gsvelto@mozilla.com>"
1767 criteria = "safe-to-deploy"
1768 version = "0.4.1"
1770 [[audits.malloc_buf]]
1771 who = "Bobby Holley <bobbyholley@gmail.com>"
1772 criteria = "safe-to-deploy"
1773 version = "0.0.6"
1774 notes = """
1775 Very small crate for managing malloc-ed buffers, primarily for use in the objc crate.
1776 There is an edge-case condition that passes slice::from_raw_parts(0x1, 0) which I'm
1777 not entirely certain is technically sound, but in either case I am reasonably confident
1778 it's not exploitable.
1781 [[audits.malloc_size_of_derive]]
1782 who = "Bobby Holley <bobbyholley@gmail.com>"
1783 criteria = "safe-to-deploy"
1784 version = "0.1.2"
1785 notes = """
1786 This was originally servo code which I put on crates.io some years ago but didn't
1787 examine at the time, so I examined it now. I didn't perform a full logic review
1788 but convinced myself that any generated code will be entirely safe to deploy.
1791 [[audits.matches]]
1792 who = "Bobby Holley <bobbyholley@gmail.com>"
1793 criteria = "safe-to-deploy"
1794 version = "0.1.9"
1795 notes = "This is a trivial crate."
1797 [[audits.matches]]
1798 who = "Mike Hommey <mh+mozilla@glandium.org>"
1799 criteria = "safe-to-deploy"
1800 delta = "0.1.9 -> 0.1.10"
1802 [[audits.md-5]]
1803 who = "Dana Keeler <dkeeler@mozilla.com>"
1804 criteria = "safe-to-deploy"
1805 version = "0.10.5"
1807 [[audits.memmap2]]
1808 who = "Mike Hommey <mh+mozilla@glandium.org>"
1809 criteria = "safe-to-deploy"
1810 delta = "0.5.4 -> 0.5.7"
1812 [[audits.memmap2]]
1813 who = "Mike Hommey <mh+mozilla@glandium.org>"
1814 criteria = "safe-to-deploy"
1815 delta = "0.5.7 -> 0.5.8"
1817 [[audits.memmap2]]
1818 who = "Mike Hommey <mh+mozilla@glandium.org>"
1819 criteria = "safe-to-deploy"
1820 delta = "0.5.8 -> 0.5.9"
1822 [[audits.memoffset]]
1823 who = "Gabriele Svelto <gsvelto@mozilla.com>"
1824 criteria = "safe-to-deploy"
1825 delta = "0.6.5 -> 0.7.1"
1827 [[audits.metal]]
1828 who = "Jim Blandy <jimb@red-bean.com>"
1829 criteria = "safe-to-deploy"
1830 delta = "0.23.1 -> 0.24.0"
1831 notes = "This audit treats Dzmitry Malyshau (kvark) as a trusted reviewer."
1833 [[audits.midir]]
1834 who = "Bobby Holley <bobbyholley@gmail.com>"
1835 criteria = "safe-to-deploy"
1836 delta = "0.7.0 -> 0.7.0@git:519e651241e867af3391db08f9ae6400bc023e18"
1838 [[audits.minidump-common]]
1839 who = "Gabriele Svelto <gsvelto@mozilla.com>"
1840 criteria = "safe-to-deploy"
1841 version = "0.15.2"
1842 notes = "The code in this crate was written or reviewed by Mozilla employees."
1844 [[audits.minidump-writer]]
1845 who = "Gabriele Svelto <gsvelto@mozilla.com>"
1846 criteria = "safe-to-deploy"
1847 version = "0.7.0"
1848 notes = "The code in this crate was written or reviewed by Mozilla employees, the crate it evolved from was written specifically for gecko."
1850 [[audits.minidump-writer]]
1851 who = "Mike Hommey <mh+mozilla@glandium.org>"
1852 criteria = "safe-to-deploy"
1853 delta = "0.7.0 -> 0.7.0@git:59179c83ba62e4378619c6967c0b8c0c077cac2d"
1855 [[audits.minidump-writer]]
1856 who = "Bobby Holley <bobbyholley@gmail.com>"
1857 criteria = "safe-to-deploy"
1858 delta = "0.7.0 -> 0.7.0@git:7d76616d27b9dc87fe3a94639b8b4f947d52a6aa"
1860 [[audits.minidump-writer]]
1861 who = "Alex Franchuk <afranchuk@mozilla.com>"
1862 criteria = "safe-to-deploy"
1863 delta = "0.7.0 -> 0.8.0"
1864 notes = "The code in this crate was written or reviewed by Mozilla employees, the crate it evolved from was written specifically for gecko."
1866 [[audits.miniz_oxide]]
1867 who = "Mike Hommey <mh+mozilla@glandium.org>"
1868 criteria = "safe-to-deploy"
1869 delta = "0.5.3 -> 0.6.2"
1871 [[audits.mio]]
1872 who = "Bobby Holley <bobbyholley@gmail.com>"
1873 criteria = "safe-to-run"
1874 delta = "0.6.21 -> 0.6.23"
1876 [[audits.moz_cbor]]
1877 who = "Bobby Holley <bobbyholley@gmail.com>"
1878 criteria = "safe-to-deploy"
1879 version = "0.1.2"
1880 notes = "Developed by Mozilla staff."
1882 [[audits.naga]]
1883 who = "Dzmitry Malyshau <kvark@fastmail.com>"
1884 criteria = "safe-to-deploy"
1885 version = "0.8.0"
1886 notes = """
1887 This crate, up through the indicated version, was written or reviewed
1888 by Dzmitry Malyshau while he was a Mozilla employee. Dzmitry left
1889 Mozilla at the beginning of February 2022. This audit statement was
1890 collected by Jim Blandy, a Mozilla employee, over email in July 2022:
1891 Dzmitry was shown, and agreed to, the 'safe-to-deploy' text.
1894 [[audits.naga]]
1895 who = "Jim Blandy <jimb@red-bean.com>"
1896 criteria = "safe-to-deploy"
1897 delta = "0.8.0 -> 0.9.0"
1899 [[audits.naga]]
1900 who = "Jim Blandy <jimb@red-bean.com>"
1901 criteria = "safe-to-deploy"
1902 delta = "0.9.0 -> 0.10.0"
1904 [[audits.naga]]
1905 who = "Nicolas Silva <nical@fastmail.com>"
1906 criteria = "safe-to-deploy"
1907 delta = "0.10.0 -> 0.10.0@git:e98bd9264c3a6b04dff15a6b1213c0c80201740a"
1909 [[audits.naga]]
1910 who = "Nicolas Silva <nical@fastmail.com>"
1911 criteria = "safe-to-deploy"
1912 delta = "0.10.0@git:1be8024bda3594987b417bead5024b98be9ab521 -> 0.11.0@git:f0edae8ce9e55eeef489fc53b10dc95fb79561cc"
1914 [[audits.naga]]
1915 who = "Nicolas Silva <nical@fastmail.com>"
1916 criteria = "safe-to-deploy"
1917 delta = "0.10.0@git:e98bd9264c3a6b04dff15a6b1213c0c80201740a -> 0.10.0@git:1be8024bda3594987b417bead5024b98be9ab521"
1919 [[audits.naga]]
1920 who = "Nicolas Silva <nical@fastmail.com>"
1921 criteria = "safe-to-deploy"
1922 delta = "0.11.0@git:4b796b157cb2b67b0ab166a2238fe4e9473bfd52 -> 0.11.0@git:9742f1616c3e3dd2cc9a5880616fc886c391bb9f"
1924 [[audits.naga]]
1925 who = "Nicolas Silva <nical@fastmail.com>"
1926 criteria = "safe-to-deploy"
1927 delta = "0.11.0@git:9742f1616c3e3dd2cc9a5880616fc886c391bb9f -> 0.11.0@git:f59668ccfaf7bdb3a7e43d84363a21c77357b2fe"
1929 [[audits.naga]]
1930 who = "Nicolas Silva <nical@fastmail.com>"
1931 criteria = "safe-to-deploy"
1932 delta = "0.11.0@git:f0edae8ce9e55eeef489fc53b10dc95fb79561cc -> 0.11.0@git:4b796b157cb2b67b0ab166a2238fe4e9473bfd52"
1934 [[audits.naga]]
1935 who = "Nicolas Silva <nical@fastmail.com>"
1936 criteria = "safe-to-deploy"
1937 delta = "0.11.0@git:f59668ccfaf7bdb3a7e43d84363a21c77357b2fe -> 0.12.0@git:b99d58ea435090e561377949f428bce2c18451bb"
1939 [[audits.net2]]
1940 who = "Mike Hommey <mh+mozilla@glandium.org>"
1941 criteria = "safe-to-run"
1942 delta = "0.2.37 -> 0.2.38"
1944 [[audits.new_debug_unreachable]]
1945 who = "Bobby Holley <bobbyholley@gmail.com>"
1946 criteria = "safe-to-deploy"
1947 version = "1.0.4"
1948 notes = "This is a trivial crate."
1950 [[audits.nix]]
1951 who = "Gabriele Svelto <gsvelto@mozilla.com>"
1952 criteria = "safe-to-deploy"
1953 delta = "0.15.0 -> 0.25.0"
1954 notes = "Plenty of new bindings but also several important bug fixes (including buffer overflows). New unsafe sections are restricted to wrappers and are no more dangerous than calling the C functions."
1956 [[audits.nix]]
1957 who = "Mike Hommey <mh+mozilla@glandium.org>"
1958 criteria = "safe-to-deploy"
1959 delta = "0.25.0 -> 0.25.1"
1961 [[audits.nix]]
1962 who = "Mike Hommey <mh+mozilla@glandium.org>"
1963 criteria = "safe-to-deploy"
1964 delta = "0.25.1 -> 0.26.2"
1966 [[audits.nom]]
1967 who = "Mike Hommey <mh+mozilla@glandium.org>"
1968 criteria = "safe-to-deploy"
1969 delta = "7.1.1 -> 7.1.3"
1971 [[audits.nss-gk-api]]
1972 who = "John M. Schanck <jschanck@mozilla.com>"
1973 criteria = "safe-to-deploy"
1974 version = "0.2.1"
1975 notes = "Maintained by the CryptoEng team at Mozilla."
1977 [[audits.ntapi]]
1978 who = "Mike Hommey <mh+mozilla@glandium.org>"
1979 criteria = "safe-to-deploy"
1980 delta = "0.3.7 -> 0.4.0"
1982 [[audits.num]]
1983 who = "Josh Stone <jistone@redhat.com>"
1984 criteria = "safe-to-deploy"
1985 version = "0.4.0"
1986 notes = "All code written or reviewed by Josh Stone."
1988 [[audits.num-bigint]]
1989 who = "Josh Stone <jistone@redhat.com>"
1990 criteria = "safe-to-deploy"
1991 version = "0.2.6"
1992 notes = "All code written or reviewed by Josh Stone."
1994 [[audits.num-bigint]]
1995 who = "Josh Stone <jistone@redhat.com>"
1996 criteria = "safe-to-deploy"
1997 version = "0.4.3"
1998 notes = "All code written or reviewed by Josh Stone."
2000 [[audits.num-complex]]
2001 who = "Josh Stone <jistone@redhat.com>"
2002 criteria = "safe-to-deploy"
2003 version = "0.4.2"
2004 notes = "All code written or reviewed by Josh Stone."
2006 [[audits.num-derive]]
2007 who = "Josh Stone <jistone@redhat.com>"
2008 criteria = "safe-to-deploy"
2009 version = "0.3.3"
2010 notes = "All code written or reviewed by Josh Stone."
2012 [[audits.num-integer]]
2013 who = "Josh Stone <jistone@redhat.com>"
2014 criteria = "safe-to-deploy"
2015 version = "0.1.45"
2016 notes = "All code written or reviewed by Josh Stone."
2018 [[audits.num-iter]]
2019 who = "Josh Stone <jistone@redhat.com>"
2020 criteria = "safe-to-deploy"
2021 version = "0.1.43"
2022 notes = "All code written or reviewed by Josh Stone."
2024 [[audits.num-macros]]
2025 who = "Josh Stone <jistone@redhat.com>"
2026 criteria = "safe-to-deploy"
2027 version = "0.1.40"
2028 notes = "All code written or reviewed by Josh Stone."
2030 [[audits.num-rational]]
2031 who = "Josh Stone <jistone@redhat.com>"
2032 criteria = "safe-to-deploy"
2033 version = "0.4.1"
2034 notes = "All code written or reviewed by Josh Stone."
2036 [[audits.num-traits]]
2037 who = "Josh Stone <jistone@redhat.com>"
2038 criteria = "safe-to-deploy"
2039 version = "0.2.15"
2040 notes = "All code written or reviewed by Josh Stone."
2042 [[audits.num_cpus]]
2043 who = "Mike Hommey <mh+mozilla@glandium.org>"
2044 criteria = "safe-to-deploy"
2045 delta = "1.13.1 -> 1.14.0"
2047 [[audits.num_cpus]]
2048 who = "Mike Hommey <mh+mozilla@glandium.org>"
2049 criteria = "safe-to-deploy"
2050 delta = "1.14.0 -> 1.15.0"
2052 [[audits.object]]
2053 who = "Mike Hommey <mh+mozilla@glandium.org>"
2054 criteria = "safe-to-deploy"
2055 delta = "0.28.4 -> 0.30.0"
2057 [[audits.object]]
2058 who = "Mike Hommey <mh+mozilla@glandium.org>"
2059 criteria = "safe-to-deploy"
2060 delta = "0.30.0 -> 0.30.3"
2062 [[audits.once_cell]]
2063 who = "Mike Hommey <mh+mozilla@glandium.org>"
2064 criteria = "safe-to-deploy"
2065 delta = "1.12.0 -> 1.13.1"
2067 [[audits.once_cell]]
2068 who = "Mike Hommey <mh+mozilla@glandium.org>"
2069 criteria = "safe-to-deploy"
2070 delta = "1.13.1 -> 1.16.0"
2072 [[audits.once_cell]]
2073 who = "Mike Hommey <mh+mozilla@glandium.org>"
2074 criteria = "safe-to-deploy"
2075 delta = "1.16.0 -> 1.17.1"
2077 [[audits.ordered-float]]
2078 who = "Mike Hommey <mh+mozilla@glandium.org>"
2079 criteria = "safe-to-deploy"
2080 delta = "3.0.0 -> 3.4.0"
2082 [[audits.origin-trial-token]]
2083 who = "Emilio Cobos Álvarez <emilio@crisal.io>"
2084 criteria = "safe-to-deploy"
2085 version = "0.1.1"
2086 notes = """
2087 I'm the author of the crate. The only unsafe code is a view over a byte array
2088 which is properly validated.
2090 Cryptography shenanigans are delegated to the caller so there's no possible
2091 unsoundness there.
2094 [[audits.os_str_bytes]]
2095 who = "Mike Hommey <mh+mozilla@glandium.org>"
2096 criteria = "safe-to-deploy"
2097 delta = "6.1.0 -> 6.3.0"
2099 [[audits.os_str_bytes]]
2100 who = "Mike Hommey <mh+mozilla@glandium.org>"
2101 criteria = "safe-to-deploy"
2102 delta = "6.3.0 -> 6.4.1"
2104 [[audits.packed_simd_2]]
2105 who = "Mike Hommey <mh+mozilla@glandium.org>"
2106 criteria = "safe-to-deploy"
2107 delta = "0.3.7 -> 0.3.8"
2109 [[audits.packed_simd_2]]
2110 who = "Bobby Holley <bobbyholley@gmail.com>"
2111 criteria = "safe-to-deploy"
2112 delta = "0.3.8 -> 0.3.8@git:412f9a0aa556611de021bde89dee8fefe6e0fbbd"
2114 [[audits.parking_lot_core]]
2115 who = "Mike Hommey <mh+mozilla@glandium.org>"
2116 criteria = "safe-to-deploy"
2117 delta = "0.8.5 -> 0.8.6"
2119 [[audits.paste]]
2120 who = "Mike Hommey <mh+mozilla@glandium.org>"
2121 criteria = "safe-to-deploy"
2122 delta = "1.0.7 -> 1.0.8"
2124 [[audits.paste]]
2125 who = "Mike Hommey <mh+mozilla@glandium.org>"
2126 criteria = "safe-to-deploy"
2127 delta = "1.0.8 -> 1.0.11"
2129 [[audits.peeking_take_while]]
2130 who = "Bobby Holley <bobbyholley@gmail.com>"
2131 criteria = "safe-to-deploy"
2132 delta = "1.0.0 -> 0.1.2"
2133 notes = "Small refactor of some simple iterator logic, no unsafe code or capabilities."
2135 [[audits.pin-project]]
2136 who = "Mike Hommey <mh+mozilla@glandium.org>"
2137 criteria = "safe-to-run"
2138 delta = "1.0.10 -> 1.0.12"
2140 [[audits.pin-project]]
2141 who = "Mike Hommey <mh+mozilla@glandium.org>"
2142 criteria = "safe-to-run"
2143 delta = "1.0.12 -> 1.1.0"
2145 [[audits.pin-project-internal]]
2146 who = "Mike Hommey <mh+mozilla@glandium.org>"
2147 criteria = "safe-to-run"
2148 delta = "1.0.10 -> 1.0.12"
2150 [[audits.pin-project-internal]]
2151 who = "Mike Hommey <mh+mozilla@glandium.org>"
2152 criteria = "safe-to-run"
2153 delta = "1.0.12 -> 1.1.0"
2155 [[audits.pkcs11-bindings]]
2156 who = "Dana Keeler <dkeeler@mozilla.com>"
2157 criteria = "safe-to-deploy"
2158 version = "0.1.0"
2159 notes = """
2160 This crate consists of declarations of types and constants that are
2161 auto-generated by running bindgen on the PKCS#11 specification headers. Other
2162 than the tests generated by bindgen, it consists of no runnable code.
2165 [[audits.pkcs11-bindings]]
2166 who = "John M. Schanck <jmschanck@gmail.com>"
2167 criteria = "safe-to-deploy"
2168 version = "0.1.1"
2170 [[audits.pkcs11-bindings]]
2171 who = "Mike Hommey <mh+mozilla@glandium.org>"
2172 criteria = "safe-to-deploy"
2173 delta = "0.1.1 -> 0.1.4"
2175 [[audits.pkcs11-bindings]]
2176 who = "Mike Hommey <mh+mozilla@glandium.org>"
2177 criteria = "safe-to-deploy"
2178 delta = "0.1.4 -> 0.1.5"
2180 [[audits.pkg-config]]
2181 who = "Mike Hommey <mh+mozilla@glandium.org>"
2182 criteria = "safe-to-deploy"
2183 delta = "0.3.25 -> 0.3.26"
2185 [[audits.plane-split]]
2186 who = "Nicolas Silva <nical@fastmail.com>"
2187 criteria = "safe-to-deploy"
2188 version = "0.18.0"
2189 notes = "Mozilla-developed package, no unsafe code, no access to file system, network or other far reaching APIs."
2191 [[audits.ppv-lite86]]
2192 who = "Mike Hommey <mh+mozilla@glandium.org>"
2193 criteria = "safe-to-deploy"
2194 delta = "0.2.16 -> 0.2.17"
2196 [[audits.precomputed-hash]]
2197 who = "Bobby Holley <bobbyholley@gmail.com>"
2198 criteria = "safe-to-deploy"
2199 version = "0.1.1"
2200 notes = "This is a trivial crate."
2202 [[audits.prio]]
2203 who = "Simon Friedberger <simon@mozilla.com>"
2204 criteria = "safe-to-deploy"
2205 version = "0.8.4"
2206 notes = "The crate does not use any unsafe code or ambient capabilities and thus meets the criteria for safe-to-deploy. The cryptography itself should be considered experimental at this phase and is currently undergoing a thorough audit organized by Cloudflare."
2208 [[audits.prio]]
2209 who = "Simon Friedberger <simon@mozilla.com>"
2210 criteria = "safe-to-deploy"
2211 version = "0.9.1"
2213 [[audits.proc-macro-hack]]
2214 who = "Mike Hommey <mh+mozilla@glandium.org>"
2215 criteria = "safe-to-deploy"
2216 delta = "0.5.19 -> 0.5.20+deprecated"
2218 [[audits.proc-macro2]]
2219 who = "Nika Layzell <nika@thelayzells.com>"
2220 criteria = "safe-to-deploy"
2221 version = "1.0.39"
2222 notes = """
2223 `proc-macro2` acts as either a thin(-ish) wrapper around the std-provided
2224 `proc_macro` crate, or as a fallback implementation of the crate, depending on
2225 where it is used.
2227 If using this crate on older versions of rustc (1.56 and earlier), it will
2228 temporarily replace the panic handler while initializing in order to detect if
2229 it is running within a `proc_macro`, which could lead to surprising behaviour.
2230 This should not be an issue for more recent compiler versions, which support
2231 `proc_macro::is_available()`.
2233 The `proc-macro2` crate's fallback behaviour is not identical to the complex
2234 behaviour of the rustc compiler (e.g. it does not perform unicode normalization
2235 for identifiers), however it behaves well enough for its intended use-case
2236 (tests and scripts processing rust code).
2238 `proc-macro2` does not use unsafe code, however exposes one `unsafe` API to
2239 allow bypassing checks in the fallback implementation when constructing
2240 `Literal` using `from_str_unchecked`. This was intended to only be used by the
2241 `quote!` macro, however it has been removed
2242 (https://github.com/dtolnay/quote/commit/f621fe64a8a501cae8e95ebd6848e637bbc79078),
2243 and is likely completely unused. Even when used, this API shouldn't be able to
2244 cause unsoundness.
2247 [[audits.proc-macro2]]
2248 who = "Mike Hommey <mh+mozilla@glandium.org>"
2249 criteria = "safe-to-deploy"
2250 delta = "1.0.39 -> 1.0.43"
2252 [[audits.proc-macro2]]
2253 who = "Mike Hommey <mh+mozilla@glandium.org>"
2254 criteria = "safe-to-deploy"
2255 delta = "1.0.43 -> 1.0.49"
2257 [[audits.proc-macro2]]
2258 who = "Mike Hommey <mh+mozilla@glandium.org>"
2259 criteria = "safe-to-deploy"
2260 delta = "1.0.49 -> 1.0.51"
2262 [[audits.profiling]]
2263 who = "Mike Hommey <mh+mozilla@glandium.org>"
2264 criteria = "safe-to-deploy"
2265 delta = "1.0.6 -> 1.0.7"
2267 [[audits.qcms]]
2268 who = "Jeff Muizelaar <jmuizelaar@mozilla.com>"
2269 criteria = "safe-to-deploy"
2270 version = "0.2.0"
2272 [[audits.quote]]
2273 who = "Nika Layzell <nika@thelayzells.com>"
2274 criteria = "safe-to-deploy"
2275 version = "1.0.18"
2276 notes = """
2277 `quote` is a utility crate used by proc-macros to generate TokenStreams
2278 conveniently from source code. The bulk of the logic is some complex
2279 interlocking `macro_rules!` macros which are used to parse and build the
2280 `TokenStream` within the proc-macro.
2282 This crate contains no unsafe code, and the internal logic, while difficult to
2283 read, is generally straightforward. I have audited the the quote macros, ident
2284 formatter, and runtime logic.
2287 [[audits.quote]]
2288 who = "Mike Hommey <mh+mozilla@glandium.org>"
2289 criteria = "safe-to-deploy"
2290 delta = "1.0.18 -> 1.0.21"
2292 [[audits.quote]]
2293 who = "Mike Hommey <mh+mozilla@glandium.org>"
2294 criteria = "safe-to-deploy"
2295 delta = "1.0.21 -> 1.0.23"
2297 [[audits.radium]]
2298 who = "Nika Layzell <nika@thelayzells.com>"
2299 criteria = "safe-to-deploy"
2300 version = "0.5.3"
2301 notes = """
2302 I am no longer the primary maintainer of `radium`, however I have audited the
2303 code to ensure it is still correct. The implementation contains no `unsafe`
2304 logic, and will not abstract away `Sync` trait bounds.
2306 The core logic is very simple, and acts as an abstraction trait for `Cell<T>`
2307 and `AtomicT`.
2310 [[audits.rand_core]]
2311 who = "Mike Hommey <mh+mozilla@glandium.org>"
2312 criteria = "safe-to-deploy"
2313 delta = "0.6.3 -> 0.6.4"
2315 [[audits.range-alloc]]
2316 who = "Bobby Holley <bobbyholley@gmail.com>"
2317 criteria = "safe-to-deploy"
2318 version = "0.1.2"
2319 notes = "Dzmitry authored this crate while he was staff at Mozilla."
2321 [[audits.range-alloc]]
2322 who = "Mike Hommey <mh+mozilla@glandium.org>"
2323 criteria = "safe-to-deploy"
2324 delta = "0.1.2 -> 0.1.3"
2326 [[audits.range-map]]
2327 who = "Gabriele Svelto <gsvelto@mozilla.com>"
2328 criteria = "safe-to-deploy"
2329 version = "0.2.0"
2331 [[audits.raw-window-handle]]
2332 who = "Jim Blandy <jimb@red-bean.com>"
2333 criteria = "safe-to-deploy"
2334 version = "0.5.0"
2335 notes = "I looked through all the sources of the v0.5.0 crate."
2337 [[audits.rayon]]
2338 who = "Josh Stone <jistone@redhat.com>"
2339 criteria = "safe-to-deploy"
2340 version = "1.5.3"
2341 notes = "All code written or reviewed by Josh Stone or Niko Matsakis."
2343 [[audits.rayon]]
2344 who = "Mike Hommey <mh+mozilla@glandium.org>"
2345 criteria = "safe-to-deploy"
2346 delta = "1.5.3 -> 1.6.1"
2348 [[audits.rayon-core]]
2349 who = "Josh Stone <jistone@redhat.com>"
2350 criteria = "safe-to-deploy"
2351 version = "1.9.3"
2352 notes = "All code written or reviewed by Josh Stone or Niko Matsakis."
2354 [[audits.rayon-core]]
2355 who = "Mike Hommey <mh+mozilla@glandium.org>"
2356 criteria = "safe-to-deploy"
2357 delta = "1.9.3 -> 1.10.1"
2359 [[audits.rayon-core]]
2360 who = "Mike Hommey <mh+mozilla@glandium.org>"
2361 criteria = "safe-to-deploy"
2362 delta = "1.10.1 -> 1.10.2"
2364 [[audits.redox_syscall]]
2365 who = "Mike Hommey <mh+mozilla@glandium.org>"
2366 criteria = "safe-to-deploy"
2367 delta = "0.2.13 -> 0.2.16"
2369 [[audits.regex]]
2370 who = "Mike Hommey <mh+mozilla@glandium.org>"
2371 criteria = "safe-to-deploy"
2372 delta = "1.5.6 -> 1.6.0"
2374 [[audits.regex]]
2375 who = "Mike Hommey <mh+mozilla@glandium.org>"
2376 criteria = "safe-to-deploy"
2377 delta = "1.6.0 -> 1.7.0"
2379 [[audits.regex]]
2380 who = "Mike Hommey <mh+mozilla@glandium.org>"
2381 criteria = "safe-to-deploy"
2382 delta = "1.7.0 -> 1.7.1"
2384 [[audits.regex-syntax]]
2385 who = "Mike Hommey <mh+mozilla@glandium.org>"
2386 criteria = "safe-to-deploy"
2387 delta = "0.6.26 -> 0.6.27"
2389 [[audits.regex-syntax]]
2390 who = "Mike Hommey <mh+mozilla@glandium.org>"
2391 criteria = "safe-to-deploy"
2392 delta = "0.6.27 -> 0.6.28"
2394 [[audits.rkv]]
2395 who = "Chris H-C <chutten@mozilla.com>"
2396 criteria = "safe-to-deploy"
2397 version = "0.18.2"
2398 notes = "Maintained by Jan-Erik and :krosylight."
2400 [[audits.rkv]]
2401 who = "Chris H-C <chutten@mozilla.com>"
2402 criteria = "safe-to-deploy"
2403 version = "0.18.4"
2405 [[audits.ron]]
2406 who = "Mike Hommey <mh+mozilla@glandium.org>"
2407 criteria = "safe-to-deploy"
2408 delta = "0.7.0 -> 0.7.1"
2410 [[audits.ron]]
2411 who = "Jim Blandy <jimb@red-bean.com>"
2412 criteria = "safe-to-deploy"
2413 delta = "0.7.1 -> 0.8.0"
2415 [[audits.rure]]
2416 who = "Nika Layzell <nika@thelayzells.com>"
2417 criteria = "safe-to-deploy"
2418 version = "0.2.2"
2419 notes = """
2420 This is a fairly straightforward FFI wrapper crate for `regex`, maintained by
2421 the `regex` developers in the same repository.
2423 This crate is explicitly designed for FFI use, and should not be used directly
2424 by Rust code. The exported `extern \"C\"` functions are not marked as `unsafe`,
2425 meaning that it is technically incorrect to use them from within Rust code,
2426 however they are reasonable to use from C code.
2428 The unsafe code in this crate heavily depends on the C caller maintaining
2429 invariants, however these invariants are clearly documented in the `rure.h`
2430 file, bundled with the crate.
2432 I have checked the signatures of each function both in C++ and in the Rust to
2433 ensure they match.  In some places, the c `rure.h` header file is missing a
2434 `const` qualifier which could be present given the Rust code, however this will
2435 have no impact on ABI, and is fairly normal for FFI crates.
2437 Panics are handled in all Rust FFI methods, meaning that projects which do not
2438 disable unwinding will still consistently abort (using `libc::abort()`) if a
2439 panic occurs in the Rust code.
2442 [[audits.rusqlite]]
2443 who = "Mike Hommey <mh+mozilla@glandium.org>"
2444 criteria = "safe-to-deploy"
2445 delta = "0.27.0 -> 0.28.0"
2447 [[audits.rust_cascade]]
2448 who = "Mike Hommey <mh+mozilla@glandium.org>"
2449 criteria = "safe-to-deploy"
2450 delta = "1.4.0 -> 1.5.0"
2452 [[audits.rust_decimal]]
2453 who = "Mike Hommey <mh+mozilla@glandium.org>"
2454 criteria = "safe-to-deploy"
2455 delta = "1.24.0 -> 1.25.0"
2457 [[audits.rust_decimal]]
2458 who = "Mike Hommey <mh+mozilla@glandium.org>"
2459 criteria = "safe-to-deploy"
2460 delta = "1.25.0 -> 1.26.1"
2462 [[audits.rust_decimal]]
2463 who = "Mike Hommey <mh+mozilla@glandium.org>"
2464 criteria = "safe-to-deploy"
2465 delta = "1.26.1 -> 1.27.0"
2467 [[audits.rust_decimal]]
2468 who = "Mike Hommey <mh+mozilla@glandium.org>"
2469 criteria = "safe-to-deploy"
2470 delta = "1.27.0 -> 1.28.1"
2472 [[audits.rustc-hash]]
2473 who = "Bobby Holley <bobbyholley@gmail.com>"
2474 criteria = "safe-to-deploy"
2475 version = "1.1.0"
2476 notes = "Straightforward crate with no unsafe code, does what it says on the tin."
2478 [[audits.rustc_version]]
2479 who = "Nika Layzell <nika@thelayzells.com>"
2480 criteria = "safe-to-run"
2481 version = "0.4.0"
2482 notes = """
2483 Straightforward crate which runs `$RUSTC -vV` and parses the output into a
2484 machine-interpretable form for build scripts.
2487 [[audits.rustversion]]
2488 who = "Bobby Holley <bobbyholley@gmail.com>"
2489 criteria = "safe-to-deploy"
2490 version = "1.0.9"
2491 notes = """
2492 This crate has a build-time component and procedural macro logic, which I looked
2493 at enough to convince myself it wasn't going to do anything dramatically wrong.
2494 I don't think logic bugs in the version parsing etc can realistically introduce
2495 a security vulnerability.
2498 [[audits.rustversion]]
2499 who = "Mike Hommey <mh+mozilla@glandium.org>"
2500 criteria = "safe-to-run"
2501 delta = "1.0.9 -> 1.0.11"
2503 [[audits.ryu]]
2504 who = "Mike Hommey <mh+mozilla@glandium.org>"
2505 criteria = "safe-to-deploy"
2506 delta = "1.0.10 -> 1.0.11"
2508 [[audits.ryu]]
2509 who = "Mike Hommey <mh+mozilla@glandium.org>"
2510 criteria = "safe-to-deploy"
2511 delta = "1.0.11 -> 1.0.12"
2513 [[audits.safemem]]
2514 who = "Bobby Holley <bobbyholley@gmail.com>"
2515 criteria = "safe-to-run"
2516 version = "0.3.3"
2517 notes = "I didn't review the allocation code carefully but it's not malicious."
2519 [[audits.scoped-tls]]
2520 who = "Mike Hommey <mh+mozilla@glandium.org>"
2521 criteria = "safe-to-run"
2522 delta = "1.0.0 -> 1.0.1"
2524 [[audits.scroll]]
2525 who = "Jan-Erik Rediger <jrediger@mozilla.com>"
2526 criteria = "safe-to-deploy"
2527 delta = "0.10.2 -> 0.11.0"
2528 notes = "Small changes to exposed traits, that look reasonable and have additional buffer boundary checks. No unsafe code touched."
2530 [[audits.scroll_derive]]
2531 who = "Jan-Erik Rediger <jrediger@mozilla.com>"
2532 criteria = "safe-to-deploy"
2533 delta = "0.10.5 -> 0.11.0"
2534 notes = "No code changes. Tagged together with its parent crate scroll."
2536 [[audits.selectors]]
2537 who = "Emilio Cobos Álvarez <emilio@crisal.io>"
2538 criteria = "safe-to-deploy"
2539 version = "0.22.0"
2540 notes = """
2541 This crate is basically developed in-tree. Mozilla employees have either
2542 reviewed or written virtually all of the code.
2545 [[audits.semver]]
2546 who = "Mike Hommey <mh+mozilla@glandium.org>"
2547 criteria = "safe-to-deploy"
2548 delta = "1.0.9 -> 1.0.10"
2550 [[audits.semver]]
2551 who = "Mike Hommey <mh+mozilla@glandium.org>"
2552 criteria = "safe-to-deploy"
2553 delta = "1.0.10 -> 1.0.13"
2555 [[audits.semver]]
2556 who = "Mike Hommey <mh+mozilla@glandium.org>"
2557 criteria = "safe-to-deploy"
2558 delta = "1.0.13 -> 1.0.16"
2560 [[audits.semver]]
2561 who = "Bobby Holley <bobbyholley@gmail.com>"
2562 criteria = "safe-to-deploy"
2563 delta = "1.0.17 -> 1.0.16"
2565 [[audits.serde]]
2566 who = "Mike Hommey <mh+mozilla@glandium.org>"
2567 criteria = "safe-to-deploy"
2568 delta = "1.0.137 -> 1.0.143"
2570 [[audits.serde]]
2571 who = "Mike Hommey <mh+mozilla@glandium.org>"
2572 criteria = "safe-to-deploy"
2573 delta = "1.0.143 -> 1.0.144"
2575 [[audits.serde]]
2576 who = "Mike Hommey <mh+mozilla@glandium.org>"
2577 criteria = "safe-to-deploy"
2578 delta = "1.0.144 -> 1.0.151"
2580 [[audits.serde]]
2581 who = "Mike Hommey <mh+mozilla@glandium.org>"
2582 criteria = "safe-to-deploy"
2583 delta = "1.0.151 -> 1.0.152"
2585 [[audits.serde_bytes]]
2586 who = "Mike Hommey <mh+mozilla@glandium.org>"
2587 criteria = "safe-to-deploy"
2588 delta = "0.11.6 -> 0.11.7"
2590 [[audits.serde_bytes]]
2591 who = "Mike Hommey <mh+mozilla@glandium.org>"
2592 criteria = "safe-to-deploy"
2593 delta = "0.11.7 -> 0.11.8"
2595 [[audits.serde_bytes]]
2596 who = "Mike Hommey <mh+mozilla@glandium.org>"
2597 criteria = "safe-to-deploy"
2598 delta = "0.11.8 -> 0.11.9"
2600 [[audits.serde_cbor]]
2601 who = "R. Martinho Fernandes <bugs@rmf.io>"
2602 criteria = "safe-to-deploy"
2603 version = "0.11.1"
2605 [[audits.serde_cbor]]
2606 who = "John M. Schanck <jschanck@mozilla.com>"
2607 criteria = "safe-to-deploy"
2608 delta = "0.11.1 -> 0.11.2"
2610 [[audits.serde_derive]]
2611 who = "Mike Hommey <mh+mozilla@glandium.org>"
2612 criteria = "safe-to-deploy"
2613 delta = "1.0.137 -> 1.0.143"
2615 [[audits.serde_derive]]
2616 who = "Mike Hommey <mh+mozilla@glandium.org>"
2617 criteria = "safe-to-deploy"
2618 delta = "1.0.143 -> 1.0.144"
2620 [[audits.serde_derive]]
2621 who = "Mike Hommey <mh+mozilla@glandium.org>"
2622 criteria = "safe-to-deploy"
2623 delta = "1.0.144 -> 1.0.151"
2625 [[audits.serde_derive]]
2626 who = "Mike Hommey <mh+mozilla@glandium.org>"
2627 criteria = "safe-to-deploy"
2628 delta = "1.0.151 -> 1.0.152"
2630 [[audits.serde_json]]
2631 who = "Mike Hommey <mh+mozilla@glandium.org>"
2632 criteria = "safe-to-deploy"
2633 delta = "1.0.81 -> 1.0.83"
2635 [[audits.serde_json]]
2636 who = "Mike Hommey <mh+mozilla@glandium.org>"
2637 criteria = "safe-to-deploy"
2638 delta = "1.0.83 -> 1.0.85"
2640 [[audits.serde_json]]
2641 who = "Mike Hommey <mh+mozilla@glandium.org>"
2642 criteria = "safe-to-deploy"
2643 delta = "1.0.85 -> 1.0.91"
2645 [[audits.serde_json]]
2646 who = "Mike Hommey <mh+mozilla@glandium.org>"
2647 criteria = "safe-to-deploy"
2648 delta = "1.0.91 -> 1.0.93"
2650 [[audits.serde_repr]]
2651 who = "Mike Hommey <mh+mozilla@glandium.org>"
2652 criteria = "safe-to-run"
2653 delta = "0.1.8 -> 0.1.9"
2655 [[audits.serde_repr]]
2656 who = "Mike Hommey <mh+mozilla@glandium.org>"
2657 criteria = "safe-to-run"
2658 delta = "0.1.9 -> 0.1.10"
2660 [[audits.serde_with]]
2661 who = "Mike Hommey <mh+mozilla@glandium.org>"
2662 criteria = "safe-to-deploy"
2663 delta = "1.14.0 -> 3.0.0"
2665 [[audits.serde_with_macros]]
2666 who = "Mike Hommey <mh+mozilla@glandium.org>"
2667 criteria = "safe-to-deploy"
2668 delta = "1.5.2 -> 3.0.0"
2670 [[audits.serde_yaml]]
2671 who = "Mike Hommey <mh+mozilla@glandium.org>"
2672 criteria = "safe-to-run"
2673 delta = "0.8.24 -> 0.8.26"
2675 [[audits.servo_arc]]
2676 who = "Emilio Cobos Álvarez <emilio@crisal.io>"
2677 criteria = "safe-to-deploy"
2678 version = "0.1.1"
2679 notes = "Developed in-tree, effectively."
2681 [[audits.sfv]]
2682 who = "Mike Hommey <mh+mozilla@glandium.org>"
2683 criteria = "safe-to-deploy"
2684 delta = "0.9.2 -> 0.9.3"
2686 [[audits.sha1]]
2687 who = "Dana Keeler <dkeeler@mozilla.com>"
2688 criteria = "safe-to-deploy"
2689 version = "0.10.5"
2691 [[audits.sha1]]
2692 who = "Mike Hommey <mh+mozilla@glandium.org>"
2693 criteria = "safe-to-run"
2694 delta = "0.10.0 -> 0.10.5"
2696 [[audits.sha2]]
2697 who = "Mike Hommey <mh+mozilla@glandium.org>"
2698 criteria = "safe-to-deploy"
2699 delta = "0.10.2 -> 0.10.6"
2701 [[audits.slab]]
2702 who = "Mike Hommey <mh+mozilla@glandium.org>"
2703 criteria = "safe-to-deploy"
2704 delta = "0.4.6 -> 0.4.7"
2706 [[audits.slab]]
2707 who = "Mike Hommey <mh+mozilla@glandium.org>"
2708 criteria = "safe-to-deploy"
2709 delta = "0.4.7 -> 0.4.8"
2711 [[audits.smallbitvec]]
2712 who = "Bobby Holley <bobbyholley@gmail.com>"
2713 criteria = "safe-to-deploy"
2714 version = "2.5.0"
2715 notes = "All code written or reviewed by Mozilla staff."
2717 [[audits.smallbitvec]]
2718 who = "Bobby Holley <bobbyholley@gmail.com>"
2719 criteria = "safe-to-deploy"
2720 delta = "2.5.0 -> 2.5.1"
2722 [[audits.smallvec]]
2723 who = "Mike Hommey <mh+mozilla@glandium.org>"
2724 criteria = "safe-to-deploy"
2725 delta = "1.8.0 -> 1.9.0"
2727 [[audits.smallvec]]
2728 who = "Mike Hommey <mh+mozilla@glandium.org>"
2729 criteria = "safe-to-deploy"
2730 delta = "1.9.0 -> 1.10.0"
2732 [[audits.smart-default]]
2733 who = "Gabriele Svelto <gsvelto@mozilla.com>"
2734 criteria = "safe-to-deploy"
2735 version = "0.6.0"
2737 [[audits.socket2]]
2738 who = "Mike Hommey <mh+mozilla@glandium.org>"
2739 criteria = "safe-to-deploy"
2740 delta = "0.4.4 -> 0.4.7"
2742 [[audits.svg_fmt]]
2743 who = "Bobby Holley <bobbyholley@gmail.com>"
2744 criteria = "safe-to-deploy"
2745 version = "0.4.1"
2746 notes = "Simple string processing with no unsafe code or ambient capability usage."
2748 [[audits.syn]]
2749 who = "Mike Hommey <mh+mozilla@glandium.org>"
2750 criteria = "safe-to-deploy"
2751 delta = "1.0.96 -> 1.0.99"
2753 [[audits.syn]]
2754 who = "Mike Hommey <mh+mozilla@glandium.org>"
2755 criteria = "safe-to-deploy"
2756 delta = "1.0.99 -> 1.0.107"
2758 [[audits.synstructure]]
2759 who = "Nika Layzell <nika@thelayzells.com>"
2760 criteria = "safe-to-deploy"
2761 version = "0.12.6"
2762 notes = """
2763 I am the primary author of the `synstructure` crate, and its current
2764 maintainer. The one use of `unsafe` is unnecessary, but documented and
2765 harmless. It will be removed in the next version.
2768 [[audits.synstructure]]
2769 who = "Mike Hommey <mh+mozilla@glandium.org>"
2770 criteria = "safe-to-deploy"
2771 delta = "0.12.6 -> 0.13.0"
2773 [[audits.termcolor]]
2774 who = "Mike Hommey <mh+mozilla@glandium.org>"
2775 criteria = "safe-to-deploy"
2776 delta = "1.1.3 -> 1.2.0"
2778 [[audits.textwrap]]
2779 who = "Mike Hommey <mh+mozilla@glandium.org>"
2780 criteria = "safe-to-deploy"
2781 delta = "0.15.0 -> 0.15.2"
2783 [[audits.textwrap]]
2784 who = "Mike Hommey <mh+mozilla@glandium.org>"
2785 criteria = "safe-to-deploy"
2786 delta = "0.15.2 -> 0.16.0"
2788 [[audits.thin-vec]]
2789 who = "Aria Beingessner <a.beingessner@gmail.com>"
2790 criteria = "safe-to-deploy"
2791 version = "0.2.5"
2792 notes = "I own this crate, and most of its versions were codeveloped and reviewed by Nika Layzell. This version was not explicitly reviewed by her, but it was specifically a release that made the code pass miri and was reviewed by me. Firefox uses it in the gecko-ffi configuration which is less thoroughly tested and more dangerous but we're reasonably confident in it. The real danger is from C++ code failing to use it correctly in FFI but that's just how FFI is."
2794 [[audits.thin-vec]]
2795 who = "Mike Hommey <mh+mozilla@glandium.org>"
2796 criteria = "safe-to-deploy"
2797 delta = "0.2.5 -> 0.2.7"
2799 [[audits.thin-vec]]
2800 who = "Mike Hommey <mh+mozilla@glandium.org>"
2801 criteria = "safe-to-deploy"
2802 delta = "0.2.7 -> 0.2.12"
2804 [[audits.thiserror]]
2805 who = "Mike Hommey <mh+mozilla@glandium.org>"
2806 criteria = "safe-to-deploy"
2807 delta = "1.0.31 -> 1.0.32"
2809 [[audits.thiserror]]
2810 who = "Mike Hommey <mh+mozilla@glandium.org>"
2811 criteria = "safe-to-deploy"
2812 delta = "1.0.32 -> 1.0.38"
2814 [[audits.thiserror-impl]]
2815 who = "Mike Hommey <mh+mozilla@glandium.org>"
2816 criteria = "safe-to-deploy"
2817 delta = "1.0.31 -> 1.0.32"
2819 [[audits.thiserror-impl]]
2820 who = "Mike Hommey <mh+mozilla@glandium.org>"
2821 criteria = "safe-to-deploy"
2822 delta = "1.0.32 -> 1.0.38"
2824 [[audits.threadbound]]
2825 who = "Mike Hommey <mh+mozilla@glandium.org>"
2826 criteria = "safe-to-deploy"
2827 delta = "0.1.3 -> 0.1.4"
2829 [[audits.threadbound]]
2830 who = "Mike Hommey <mh+mozilla@glandium.org>"
2831 criteria = "safe-to-deploy"
2832 delta = "0.1.4 -> 0.1.5"
2834 [[audits.time]]
2835 who = "Mike Hommey <mh+mozilla@glandium.org>"
2836 criteria = "safe-to-deploy"
2837 delta = "0.1.44 -> 0.1.45"
2839 [[audits.time]]
2840 who = "Mike Hommey <mh+mozilla@glandium.org>"
2841 criteria = "safe-to-run"
2842 delta = "0.3.9 -> 0.3.17"
2844 [[audits.time-core]]
2845 who = "Mike Hommey <mh+mozilla@glandium.org>"
2846 criteria = "safe-to-run"
2847 version = "0.1.0"
2849 [[audits.time-macros]]
2850 who = "Mike Hommey <mh+mozilla@glandium.org>"
2851 criteria = "safe-to-run"
2852 delta = "0.2.4 -> 0.2.6"
2854 [[audits.tinystr]]
2855 who = "Zibi Braniecki <zibi@unicode.org>"
2856 criteria = "safe-to-deploy"
2857 version = "0.3.4"
2859 [[audits.tinystr]]
2860 who = "Zibi Braniecki <zibi@unicode.org>"
2861 criteria = "safe-to-deploy"
2862 version = "0.6.0"
2864 [[audits.tinystr]]
2865 who = "Makoto Kato <m_kato@ga2.so-net.ne.jp>"
2866 criteria = "safe-to-deploy"
2867 version = "0.7.0"
2868 notes = "One of original auther was Zibi Braniecki who worked at Mozilla and maintained by ICU4X developers (Google and Mozilla). I've vetted the one instance of unsafe code."
2870 [[audits.tinystr]]
2871 who = "Mike Hommey <mh+mozilla@glandium.org>"
2872 criteria = "safe-to-deploy"
2873 delta = "0.7.0 -> 0.7.1"
2875 [[audits.tokio-macros]]
2876 who = "Mike Hommey <mh+mozilla@glandium.org>"
2877 criteria = "safe-to-run"
2878 delta = "1.8.0 -> 1.8.2"
2880 [[audits.tokio-stream]]
2881 who = "Mike Hommey <mh+mozilla@glandium.org>"
2882 criteria = "safe-to-run"
2883 delta = "0.1.9 -> 0.1.11"
2885 [[audits.tokio-stream]]
2886 who = "Mike Hommey <mh+mozilla@glandium.org>"
2887 criteria = "safe-to-run"
2888 delta = "0.1.11 -> 0.1.12"
2890 [[audits.toml]]
2891 who = "Bobby Holley <bobbyholley@gmail.com>"
2892 criteria = "safe-to-deploy"
2893 delta = "0.5.7 -> 0.5.9"
2895 [[audits.toml]]
2896 who = "Mike Hommey <mh+mozilla@glandium.org>"
2897 criteria = "safe-to-deploy"
2898 delta = "0.5.9 -> 0.5.10"
2900 [[audits.toml]]
2901 who = "Mike Hommey <mh+mozilla@glandium.org>"
2902 criteria = "safe-to-deploy"
2903 delta = "0.5.10 -> 0.5.11"
2905 [[audits.topological-sort]]
2906 who = "Bobby Holley <bobbyholley@gmail.com>"
2907 criteria = "safe-to-deploy"
2908 version = "0.1.0"
2909 notes = "Simple algorithm crate with no unsafe code or capability usage."
2911 [[audits.tower-service]]
2912 who = "Mike Hommey <mh+mozilla@glandium.org>"
2913 criteria = "safe-to-run"
2914 delta = "0.3.1 -> 0.3.2"
2916 [[audits.tracing]]
2917 who = "Mike Hommey <mh+mozilla@glandium.org>"
2918 criteria = "safe-to-run"
2919 delta = "0.1.35 -> 0.1.36"
2921 [[audits.tracing]]
2922 who = "Mike Hommey <mh+mozilla@glandium.org>"
2923 criteria = "safe-to-run"
2924 delta = "0.1.36 -> 0.1.37"
2926 [[audits.tracing-attributes]]
2927 who = "Mike Hommey <mh+mozilla@glandium.org>"
2928 criteria = "safe-to-run"
2929 delta = "0.1.21 -> 0.1.22"
2931 [[audits.tracing-attributes]]
2932 who = "Mike Hommey <mh+mozilla@glandium.org>"
2933 criteria = "safe-to-run"
2934 delta = "0.1.22 -> 0.1.23"
2936 [[audits.tracing-attributes]]
2937 who = "Mike Hommey <mh+mozilla@glandium.org>"
2938 criteria = "safe-to-run"
2939 delta = "0.1.23 -> 0.1.24"
2941 [[audits.tracing-core]]
2942 who = "Mike Hommey <mh+mozilla@glandium.org>"
2943 criteria = "safe-to-run"
2944 delta = "0.1.27 -> 0.1.29"
2946 [[audits.tracing-core]]
2947 who = "Mike Hommey <mh+mozilla@glandium.org>"
2948 criteria = "safe-to-run"
2949 delta = "0.1.29 -> 0.1.30"
2951 [[audits.tracy-rs]]
2952 who = "Glenn Watson <git@intuitionlibrary.com>"
2953 criteria = "safe-to-deploy"
2954 version = "0.1.2"
2956 [[audits.try-lock]]
2957 who = "Mike Hommey <mh+mozilla@glandium.org>"
2958 criteria = "safe-to-run"
2959 delta = "0.2.3 -> 0.2.4"
2961 [[audits.typed-arena-nomut]]
2962 who = "Lee Salzman <lsalzman@gmail.com>"
2963 criteria = "safe-to-deploy"
2964 version = "0.1.0"
2966 [[audits.typenum]]
2967 who = "Mike Hommey <mh+mozilla@glandium.org>"
2968 criteria = "safe-to-deploy"
2969 delta = "1.15.0 -> 1.16.0"
2971 [[audits.uluru]]
2972 who = "Emilio Cobos Álvarez <emilio@crisal.io>"
2973 criteria = "safe-to-deploy"
2974 version = "3.0.0"
2975 notes = """
2976 I've reviewed multiple patches in this crate, including the initial
2977 implementation back in the day. It has no unsafe code at all nowadays.
2980 [[audits.unic-langid]]
2981 who = "Zibi Braniecki <zibi@unicode.org>"
2982 criteria = "safe-to-deploy"
2983 version = "0.9.0"
2985 [[audits.unic-langid]]
2986 who = "Mike Hommey <mh+mozilla@glandium.org>"
2987 criteria = "safe-to-deploy"
2988 delta = "0.9.0 -> 0.9.1"
2990 [[audits.unic-langid-impl]]
2991 who = "Zibi Braniecki <zibi@unicode.org>"
2992 criteria = "safe-to-deploy"
2993 version = "0.9.0"
2995 [[audits.unic-langid-impl]]
2996 who = "Makoto Kato <m_kato@ga2.so-net.ne.jp>"
2997 criteria = "safe-to-deploy"
2998 delta = "0.9.0 -> 0.9.1"
3000 [[audits.unic-langid-macros]]
3001 who = "Zibi Braniecki <zibi@unicode.org>"
3002 criteria = "safe-to-deploy"
3003 version = "0.9.0"
3005 [[audits.unic-langid-macros]]
3006 who = "Makoto Kato <m_kato@ga2.so-net.ne.jp>"
3007 criteria = "safe-to-deploy"
3008 delta = "0.9.0 -> 0.9.1"
3010 [[audits.unic-langid-macros-impl]]
3011 who = "Zibi Braniecki <zibi@unicode.org>"
3012 criteria = "safe-to-deploy"
3013 version = "0.9.0"
3015 [[audits.unic-langid-macros-impl]]
3016 who = "Mike Hommey <mh+mozilla@glandium.org>"
3017 criteria = "safe-to-deploy"
3018 delta = "0.9.0 -> 0.9.1"
3020 [[audits.unicode-ident]]
3021 who = "Mike Hommey <mh+mozilla@glandium.org>"
3022 criteria = "safe-to-deploy"
3023 delta = "1.0.0 -> 1.0.1"
3025 [[audits.unicode-ident]]
3026 who = "Mike Hommey <mh+mozilla@glandium.org>"
3027 criteria = "safe-to-deploy"
3028 delta = "1.0.1 -> 1.0.3"
3030 [[audits.unicode-ident]]
3031 who = "Mike Hommey <mh+mozilla@glandium.org>"
3032 criteria = "safe-to-deploy"
3033 delta = "1.0.3 -> 1.0.6"
3035 [[audits.unicode-normalization]]
3036 who = "Mike Hommey <mh+mozilla@glandium.org>"
3037 criteria = "safe-to-deploy"
3038 delta = "0.1.19 -> 0.1.20"
3039 notes = "I am the author of most of these changes upstream, and prepared the release myself, at which point I looked at the other changes since 0.1.19."
3041 [[audits.unicode-normalization]]
3042 who = "Mike Hommey <mh+mozilla@glandium.org>"
3043 criteria = "safe-to-deploy"
3044 delta = "0.1.20 -> 0.1.21"
3046 [[audits.unicode-normalization]]
3047 who = "Mike Hommey <mh+mozilla@glandium.org>"
3048 criteria = "safe-to-deploy"
3049 delta = "0.1.21 -> 0.1.22"
3051 [[audits.unicode-segmentation]]
3052 who = "Mike Hommey <mh+mozilla@glandium.org>"
3053 criteria = "safe-to-deploy"
3054 delta = "1.9.0 -> 1.10.0"
3056 [[audits.unicode-width]]
3057 who = "Mike Hommey <mh+mozilla@glandium.org>"
3058 criteria = "safe-to-deploy"
3059 delta = "0.1.9 -> 0.1.10"
3061 [[audits.unicode-xid]]
3062 who = "Mike Hommey <mh+mozilla@glandium.org>"
3063 criteria = "safe-to-deploy"
3064 delta = "0.2.3 -> 0.2.4"
3066 [[audits.uniffi]]
3067 who = "Travis Long <tlong@mozilla.com>"
3068 criteria = "safe-to-deploy"
3069 version = "0.19.3"
3070 notes = "Maintained by the Glean and Application Services teams"
3072 [[audits.uniffi]]
3073 who = "Jan-Erik Rediger <jrediger@mozilla.com>"
3074 criteria = "safe-to-deploy"
3075 delta = "0.19.3 -> 0.19.6"
3076 notes = "Maintained by the Glean and Application Services team."
3078 [[audits.uniffi]]
3079 who = "Perry McManis <pmcmanis@mozilla.com>"
3080 criteria = "safe-to-deploy"
3081 delta = "0.19.6 -> 0.20.0"
3083 [[audits.uniffi]]
3084 who = "Jan-Erik Rediger <jrediger@mozilla.com>"
3085 criteria = "safe-to-deploy"
3086 delta = "0.20.0 -> 0.21.0"
3087 notes = "Maintained by the Glean and Application Services team."
3089 [[audits.uniffi]]
3090 who = "Mike Hommey <mh+mozilla@glandium.org>"
3091 criteria = "safe-to-deploy"
3092 delta = "0.21.0 -> 0.21.1"
3093 notes = "No changes."
3095 [[audits.uniffi]]
3096 who = "Jan-Erik Rediger <jrediger@mozilla.com>"
3097 criteria = "safe-to-deploy"
3098 delta = "0.21.1 -> 0.23.0"
3099 notes = "Maintained by the Glean and Application Services team."
3101 [[audits.uniffi_bindgen]]
3102 who = "Travis Long <tlong@mozilla.com>"
3103 criteria = "safe-to-deploy"
3104 version = "0.19.3"
3105 notes = "Maintained by the Glean and Application Services teams."
3107 [[audits.uniffi_bindgen]]
3108 who = "Jan-Erik Rediger <jrediger@mozilla.com>"
3109 criteria = "safe-to-deploy"
3110 delta = "0.19.3 -> 0.19.6"
3111 notes = "Maintained by the Glean and Application Services team."
3113 [[audits.uniffi_bindgen]]
3114 who = "Perry McManis <pmcmanis@mozilla.com>"
3115 criteria = "safe-to-deploy"
3116 delta = "0.19.6 -> 0.20.0"
3118 [[audits.uniffi_bindgen]]
3119 who = "Jan-Erik Rediger <jrediger@mozilla.com>"
3120 criteria = "safe-to-deploy"
3121 delta = "0.20.0 -> 0.21.0"
3122 notes = "Maintained by the Glean and Application Services team."
3124 [[audits.uniffi_bindgen]]
3125 who = "Mike Hommey <mh+mozilla@glandium.org>"
3126 criteria = "safe-to-deploy"
3127 delta = "0.21.0 -> 0.21.1"
3128 notes = "I authored the changes in this version."
3130 [[audits.uniffi_bindgen]]
3131 who = "Jan-Erik Rediger <jrediger@mozilla.com>"
3132 criteria = "safe-to-deploy"
3133 delta = "0.21.1 -> 0.23.0"
3134 notes = "Maintained by the Glean and Application Services team."
3136 [[audits.uniffi_build]]
3137 who = "Travis Long <tlong@mozilla.com>"
3138 criteria = "safe-to-deploy"
3139 version = "0.19.3"
3140 notes = "Maintained by the Glean and Application Services teams."
3142 [[audits.uniffi_build]]
3143 who = "Jan-Erik Rediger <jrediger@mozilla.com>"
3144 criteria = "safe-to-deploy"
3145 delta = "0.19.3 -> 0.19.6"
3146 notes = "Maintained by the Glean and Application Services team."
3148 [[audits.uniffi_build]]
3149 who = "Perry McManis <pmcmanis@mozilla.com>"
3150 criteria = "safe-to-deploy"
3151 delta = "0.19.6 -> 0.20.0"
3153 [[audits.uniffi_build]]
3154 who = "Jan-Erik Rediger <jrediger@mozilla.com>"
3155 criteria = "safe-to-deploy"
3156 delta = "0.20.0 -> 0.21.0"
3157 notes = "Maintained by the Glean and Application Services team."
3159 [[audits.uniffi_build]]
3160 who = "Mike Hommey <mh+mozilla@glandium.org>"
3161 criteria = "safe-to-deploy"
3162 delta = "0.21.0 -> 0.21.1"
3163 notes = "No changes."
3165 [[audits.uniffi_build]]
3166 who = "Jan-Erik Rediger <jrediger@mozilla.com>"
3167 criteria = "safe-to-deploy"
3168 delta = "0.21.1 -> 0.23.0"
3169 notes = "Maintained by the Glean and Application Services team."
3171 [[audits.uniffi_checksum_derive]]
3172 who = "Mike Hommey <mh+mozilla@glandium.org>"
3173 criteria = "safe-to-deploy"
3174 version = "0.21.1"
3175 notes = "I authored this crate."
3177 [[audits.uniffi_checksum_derive]]
3178 who = "Jan-Erik Rediger <jrediger@mozilla.com>"
3179 criteria = "safe-to-deploy"
3180 delta = "0.21.1 -> 0.23.0"
3181 notes = "Maintained by the Glean and Application Services team."
3183 [[audits.uniffi_core]]
3184 who = "Jan-Erik Rediger <jrediger@mozilla.com>"
3185 criteria = "safe-to-deploy"
3186 version = "0.23.0"
3187 notes = "Maintained by the Glean and Application Services teams."
3189 [[audits.uniffi_macros]]
3190 who = "Travis Long <tlong@mozilla.com>"
3191 criteria = "safe-to-deploy"
3192 version = "0.19.3"
3193 notes = "Maintained by the Glean and Application Services teams."
3195 [[audits.uniffi_macros]]
3196 who = "Jan-Erik Rediger <jrediger@mozilla.com>"
3197 criteria = "safe-to-deploy"
3198 delta = "0.19.3 -> 0.19.6"
3199 notes = "Maintained by the Glean and Application Services team."
3201 [[audits.uniffi_macros]]
3202 who = "Perry McManis <pmcmanis@mozilla.com>"
3203 criteria = "safe-to-deploy"
3204 delta = "0.19.6 -> 0.20.0"
3206 [[audits.uniffi_macros]]
3207 who = "Jan-Erik Rediger <jrediger@mozilla.com>"
3208 criteria = "safe-to-deploy"
3209 delta = "0.20.0 -> 0.21.0"
3210 notes = "Maintained by the Glean and Application Services team."
3212 [[audits.uniffi_macros]]
3213 who = "Mike Hommey <mh+mozilla@glandium.org>"
3214 criteria = "safe-to-deploy"
3215 delta = "0.21.0 -> 0.21.1"
3216 notes = "No changes."
3218 [[audits.uniffi_macros]]
3219 who = "Jan-Erik Rediger <jrediger@mozilla.com>"
3220 criteria = "safe-to-deploy"
3221 delta = "0.21.1 -> 0.23.0"
3222 notes = "Maintained by the Glean and Application Services team."
3224 [[audits.uniffi_meta]]
3225 who = "Jan-Erik Rediger <jrediger@mozilla.com>"
3226 criteria = "safe-to-deploy"
3227 version = "0.19.6"
3228 notes = "Maintained by the Glean and Application Services team."
3230 [[audits.uniffi_meta]]
3231 who = "Perry McManis <pmcmanis@mozilla.com>"
3232 criteria = "safe-to-deploy"
3233 delta = "0.19.6 -> 0.20.0"
3235 [[audits.uniffi_meta]]
3236 who = "Jan-Erik Rediger <jrediger@mozilla.com>"
3237 criteria = "safe-to-deploy"
3238 delta = "0.20.0 -> 0.21.0"
3239 notes = "Maintained by the Glean and Application Services team."
3241 [[audits.uniffi_meta]]
3242 who = "Mike Hommey <mh+mozilla@glandium.org>"
3243 criteria = "safe-to-deploy"
3244 delta = "0.21.0 -> 0.21.1"
3245 notes = "I authored the changes in this version."
3247 [[audits.uniffi_meta]]
3248 who = "Jan-Erik Rediger <jrediger@mozilla.com>"
3249 criteria = "safe-to-deploy"
3250 delta = "0.21.1 -> 0.23.0"
3251 notes = "Maintained by the Glean and Application Services team."
3253 [[audits.uniffi_testing]]
3254 who = "Jan-Erik Rediger <jrediger@mozilla.com>"
3255 criteria = "safe-to-deploy"
3256 version = "0.23.0"
3257 notes = "Maintained by the Glean and Application Services team."
3259 [[audits.uuid]]
3260 who = "Gabriele Svelto <gsvelto@mozilla.com>"
3261 criteria = "safe-to-deploy"
3262 delta = "0.8.2 -> 1.2.2"
3264 [[audits.uuid]]
3265 who = "Mike Hommey <mh+mozilla@glandium.org>"
3266 criteria = "safe-to-deploy"
3267 delta = "1.2.2 -> 1.3.0"
3269 [[audits.void]]
3270 who = "Bobby Holley <bobbyholley@gmail.com>"
3271 criteria = "safe-to-deploy"
3272 version = "1.0.2"
3273 notes = "Very small crate, just hosts the Void type for easier cross-crate interfacing."
3275 [[audits.warp]]
3276 who = "Mike Hommey <mh+mozilla@glandium.org>"
3277 criteria = "safe-to-run"
3278 delta = "0.3.2 -> 0.3.3"
3280 [[audits.warp]]
3281 who = "Bobby Holley <bobbyholley@gmail.com>"
3282 criteria = "safe-to-run"
3283 delta = "0.3.3 -> 0.3.3@git:4af45fae95bc98b0eba1ef0db17e1dac471bb23d"
3285 [[audits.wasm-encoder]]
3286 who = "Ryan Hunt <rhunt@eqrion.net>"
3287 criteria = "safe-to-deploy"
3288 version = "0.7.0"
3289 notes = "Maintained by the Bytecode Alliance, with contributions from Mozilla. This has no unsafe code and uses no ambient capabilities."
3291 [[audits.wasm-encoder]]
3292 who = "Ryan Hunt <rhunt@eqrion.net>"
3293 criteria = "safe-to-deploy"
3294 delta = "0.7.0 -> 0.14.0"
3295 notes = "wasm-encoder has no unsafe code and uses no ambient capabilities."
3297 [[audits.wasm-encoder]]
3298 who = "Yury Delendik <ydelendik@mozilla.com>"
3299 criteria = "safe-to-deploy"
3300 delta = "0.14.0 -> 0.15.0"
3302 [[audits.wasm-encoder]]
3303 who = "Yury Delendik <ydelendik@mozilla.com>"
3304 criteria = "safe-to-deploy"
3305 delta = "0.16.0 -> 0.17.0"
3307 [[audits.wasm-encoder]]
3308 who = "Ryan Hunt <rhunt@eqrion.net>"
3309 criteria = "safe-to-deploy"
3310 delta = "0.19.0 -> 0.19.1"
3312 [[audits.wasm-smith]]
3313 who = "Ryan Hunt <rhunt@eqrion.net>"
3314 criteria = "safe-to-deploy"
3315 version = "0.11.2"
3316 notes = "Maintained by the Bytecode Alliance, with contributions from Mozilla. I've vetted the one instance of unsafe code."
3318 [[audits.wasm-smith]]
3319 who = "Yury Delendik <ydelendik@mozilla.com>"
3320 criteria = "safe-to-run"
3321 delta = "0.11.2 -> 0.11.3"
3323 [[audits.wasm-smith]]
3324 who = "Yury Delendik <ydelendik@mozilla.com>"
3325 criteria = "safe-to-run"
3326 delta = "0.11.4 -> 0.11.5"
3328 [[audits.wasm-smith]]
3329 who = "Ryan Hunt <rhunt@eqrion.net>"
3330 criteria = "safe-to-run"
3331 delta = "0.11.7 -> 0.11.8"
3333 [[audits.wasmparser]]
3334 who = "Ryan Hunt <rhunt@eqrion.net>"
3335 criteria = "safe-to-deploy"
3336 version = "0.87.0"
3337 notes = "Maintained by the Bytecode Alliance, with contributions from Mozilla. I've vetted the one instance of unsafe code."
3339 [[audits.wasmparser]]
3340 who = "Yury Delendik <ydelendik@mozilla.com>"
3341 criteria = "safe-to-deploy"
3342 delta = "0.87.0 -> 0.88.0"
3344 [[audits.wasmparser]]
3345 who = "Yury Delendik <ydelendik@mozilla.com>"
3346 criteria = "safe-to-deploy"
3347 delta = "0.89.1 -> 0.91.0"
3349 [[audits.wasmparser]]
3350 who = "Ryan Hunt <rhunt@eqrion.net>"
3351 criteria = "safe-to-deploy"
3352 delta = "0.93.0 -> 0.94.0"
3354 [[audits.wast]]
3355 who = "Ryan Hunt <rhunt@eqrion.net>"
3356 criteria = "safe-to-deploy"
3357 version = "44.0.0"
3359 [[audits.wast]]
3360 who = "Ryan Hunt <rhunt@eqrion.net>"
3361 criteria = "safe-to-deploy"
3362 version = "44.0.0"
3363 notes = "Maintained by the Bytecode Alliance, with contributions from Mozilla. wast has no unsafe code and the only ambient capability it uses is to read the full contents of a file that is given to it."
3365 [[audits.wast]]
3366 who = "Yury Delendik <ydelendik@mozilla.com>"
3367 criteria = "safe-to-deploy"
3368 delta = "44.0.0 -> 45.0.0"
3370 [[audits.wast]]
3371 who = "Yury Delendik <ydelendik@mozilla.com>"
3372 criteria = "safe-to-deploy"
3373 delta = "46.0.0 -> 47.0.0"
3375 [[audits.wast]]
3376 who = "Ryan Hunt <rhunt@eqrion.net>"
3377 criteria = "safe-to-deploy"
3378 delta = "48.0.0 -> 49.0.0"
3380 [[audits.wast]]
3381 who = "Ben Visness <bvisness@mozilla.com>"
3382 criteria = "safe-to-deploy"
3383 delta = "55.0.0 -> 56.0.0"
3385 [[audits.webrtc-sdp]]
3386 who = "Byron Campen <docfaraday@gmail.com>"
3387 criteria = "safe-to-deploy"
3388 delta = "0.3.9 -> 0.3.10"
3390 [[audits.weedle2]]
3391 who = "Travis Long <tlong@mozilla.com>"
3392 criteria = "safe-to-deploy"
3393 version = "3.0.0"
3394 notes = "Maintained by the Glean and Application Services teams."
3396 [[audits.weedle2]]
3397 who = "Jan-Erik Rediger <jrediger@mozilla.com>"
3398 criteria = "safe-to-deploy"
3399 delta = "3.0.0 -> 4.0.0"
3400 notes = "Maintained by the Glean and Application Services team."
3402 [[audits.wgpu-core]]
3403 who = "Dzmitry Malyshau <kvark@fastmail.com>"
3404 criteria = "safe-to-deploy"
3405 version = "0.12.0"
3406 notes = """
3407 This crate, up through the indicated version, was written or reviewed
3408 by Dzmitry Malyshau while he was a Mozilla employee. Dzmitry left
3409 Mozilla at the beginning of February 2022. This audit statement was
3410 collected by Jim Blandy, a Mozilla employee, over email in July 2022:
3411 Dzmitry was shown, and agreed to, the 'safe-to-deploy' text.
3414 [[audits.wgpu-core]]
3415 who = "Jim Blandy <jimb@mozilla.com>"
3416 criteria = "safe-to-deploy"
3417 delta = "0.12.0 -> 0.13.0"
3419 [[audits.wgpu-core]]
3420 who = "Jim Blandy <jimb@red-bean.com>"
3421 criteria = "safe-to-deploy"
3422 delta = "0.13.0 -> 0.14.0"
3423 notes = "Audit by Erich Gubler, Jim Blandy, Nicolas Silva, and Teodor Tanasoaia."
3425 [[audits.wgpu-core]]
3426 who = "Nicolas Silva <nical@fastmail.com>"
3427 criteria = "safe-to-deploy"
3428 delta = "0.14.0 -> 0.14.0@git:fac4731288117d951d0944d96cf0b00fa006dd6c"
3430 [[audits.wgpu-core]]
3431 who = "Nicolas Silva <nical@fastmail.com>"
3432 criteria = "safe-to-deploy"
3433 delta = "0.14.0@git:24a904256e225b20b11fb30f914ef53212a2909e -> 0.15.0@git:48d8666de002c7bfddbe85a2596f7748b4cc18b4"
3435 [[audits.wgpu-core]]
3436 who = "Nicolas Silva <nical@fastmail.com>"
3437 criteria = "safe-to-deploy"
3438 delta = "0.14.0@git:fac4731288117d951d0944d96cf0b00fa006dd6c -> 0.14.0@git:24a904256e225b20b11fb30f914ef53212a2909e"
3440 [[audits.wgpu-core]]
3441 who = "Nicolas Silva <nical@fastmail.com>"
3442 criteria = "safe-to-deploy"
3443 delta = "0.15.0@git:41de797c745d317e93b9cf50e7446faff7f65954 -> 0.15.0@git:581b22e6a026ac92589be2f36a30357600f9d02c"
3445 [[audits.wgpu-core]]
3446 who = "Nicolas Silva <nical@fastmail.com>"
3447 criteria = "safe-to-deploy"
3448 delta = "0.15.0@git:48d8666de002c7bfddbe85a2596f7748b4cc18b4 -> 0.15.0@git:41de797c745d317e93b9cf50e7446faff7f65954"
3450 [[audits.wgpu-core]]
3451 who = "Nicolas Silva <nical@fastmail.com>"
3452 criteria = "safe-to-deploy"
3453 delta = "0.15.0@git:581b22e6a026ac92589be2f36a30357600f9d02c -> 0.15.0@git:b33731c44c9dd3bfb79d889e7a699c26c3929cd3"
3455 [[audits.wgpu-core]]
3456 who = "Nicolas Silva <nical@fastmail.com>"
3457 criteria = "safe-to-deploy"
3458 delta = "0.15.0@git:73b4257b17cc62ecc8df6d6aa3730bd9c6cba4b9 -> 0.15.0@git:f3bf0f782e4dfc561d48e758e1f1e04f77860925"
3460 [[audits.wgpu-core]]
3461 who = "Teodor Tanasoaia <ttanasoaia@mozilla.com>"
3462 criteria = "safe-to-deploy"
3463 delta = "0.15.0@git:74303308cd6030071889e865c40aa638214ed938 -> 0.15.0@git:73b4257b17cc62ecc8df6d6aa3730bd9c6cba4b9"
3465 [[audits.wgpu-core]]
3466 who = "Nicolas Silva <nical@fastmail.com>"
3467 criteria = "safe-to-deploy"
3468 delta = "0.15.0@git:b33731c44c9dd3bfb79d889e7a699c26c3929cd3 -> 0.15.0@git:74303308cd6030071889e865c40aa638214ed938"
3470 [[audits.wgpu-core]]
3471 who = "Nicolas Silva <nical@fastmail.com>"
3472 criteria = "safe-to-deploy"
3473 delta = "0.15.0@git:f3bf0f782e4dfc561d48e758e1f1e04f77860925 -> 0.16.0@git:25cb9f61e9a6be572ee42536bbe57aa5f759a700"
3475 [[audits.wgpu-core]]
3476 who = "Erich Gubler <erichdongubler@gmail.com>"
3477 criteria = "safe-to-deploy"
3478 delta = "0.16.0@git:25cb9f61e9a6be572ee42536bbe57aa5f759a700 -> 0.16.0@git:f71a1bc736fde37509262ca03e91d8f56a13aeb5"
3480 [[audits.wgpu-hal]]
3481 who = "Dzmitry Malyshau <kvark@fastmail.com>"
3482 criteria = "safe-to-deploy"
3483 version = "0.12.0"
3484 notes = """
3485 This crate, up through the indicated version, was written or reviewed
3486 by Dzmitry Malyshau while he was a Mozilla employee. Dzmitry left
3487 Mozilla at the beginning of February 2022. This audit statement was
3488 collected by Jim Blandy, a Mozilla employee, over email in July 2022:
3489 Dzmitry was shown, and agreed to, the 'safe-to-deploy' text.
3492 [[audits.wgpu-hal]]
3493 who = "Jim Blandy <jimb@mozilla.com>"
3494 criteria = "safe-to-deploy"
3495 delta = "0.12.0 -> 0.13.0"
3497 [[audits.wgpu-hal]]
3498 who = "Jim Blandy <jimb@red-bean.com>"
3499 criteria = "safe-to-deploy"
3500 delta = "0.13.0 -> 0.14.0"
3501 notes = "Audit by Erich Gubler, Jim Blandy, Nicolas Silva, and Teodor Tanasoaia."
3503 [[audits.wgpu-hal]]
3504 who = "Nicolas Silva <nical@fastmail.com>"
3505 criteria = "safe-to-deploy"
3506 delta = "0.14.0 -> 0.14.0@git:fac4731288117d951d0944d96cf0b00fa006dd6c"
3508 [[audits.wgpu-hal]]
3509 who = "Nicolas Silva <nical@fastmail.com>"
3510 criteria = "safe-to-deploy"
3511 delta = "0.14.0@git:24a904256e225b20b11fb30f914ef53212a2909e -> 0.15.1@git:48d8666de002c7bfddbe85a2596f7748b4cc18b4"
3513 [[audits.wgpu-hal]]
3514 who = "Nicolas Silva <nical@fastmail.com>"
3515 criteria = "safe-to-deploy"
3516 delta = "0.14.0@git:fac4731288117d951d0944d96cf0b00fa006dd6c -> 0.14.0@git:24a904256e225b20b11fb30f914ef53212a2909e"
3518 [[audits.wgpu-hal]]
3519 who = "Nicolas Silva <nical@fastmail.com>"
3520 criteria = "safe-to-deploy"
3521 delta = "0.15.1@git:41de797c745d317e93b9cf50e7446faff7f65954 -> 0.15.1@git:581b22e6a026ac92589be2f36a30357600f9d02c"
3523 [[audits.wgpu-hal]]
3524 who = "Nicolas Silva <nical@fastmail.com>"
3525 criteria = "safe-to-deploy"
3526 delta = "0.15.1@git:48d8666de002c7bfddbe85a2596f7748b4cc18b4 -> 0.15.1@git:41de797c745d317e93b9cf50e7446faff7f65954"
3528 [[audits.wgpu-hal]]
3529 who = "Nicolas Silva <nical@fastmail.com>"
3530 criteria = "safe-to-deploy"
3531 delta = "0.15.1@git:581b22e6a026ac92589be2f36a30357600f9d02c -> 0.15.1@git:b33731c44c9dd3bfb79d889e7a699c26c3929cd3"
3533 [[audits.wgpu-hal]]
3534 who = "Nicolas Silva <nical@fastmail.com>"
3535 criteria = "safe-to-deploy"
3536 delta = "0.15.1@git:73b4257b17cc62ecc8df6d6aa3730bd9c6cba4b9 -> 0.15.1@git:f3bf0f782e4dfc561d48e758e1f1e04f77860925"
3538 [[audits.wgpu-hal]]
3539 who = "Teodor Tanasoaia <ttanasoaia@mozilla.com>"
3540 criteria = "safe-to-deploy"
3541 delta = "0.15.1@git:74303308cd6030071889e865c40aa638214ed938 -> 0.15.1@git:73b4257b17cc62ecc8df6d6aa3730bd9c6cba4b9"
3543 [[audits.wgpu-hal]]
3544 who = "Nicolas Silva <nical@fastmail.com>"
3545 criteria = "safe-to-deploy"
3546 delta = "0.15.1@git:b33731c44c9dd3bfb79d889e7a699c26c3929cd3 -> 0.15.1@git:74303308cd6030071889e865c40aa638214ed938"
3548 [[audits.wgpu-hal]]
3549 who = "Nicolas Silva <nical@fastmail.com>"
3550 criteria = "safe-to-deploy"
3551 delta = "0.15.1@git:f3bf0f782e4dfc561d48e758e1f1e04f77860925 -> 0.16.0@git:25cb9f61e9a6be572ee42536bbe57aa5f759a700"
3553 [[audits.wgpu-hal]]
3554 who = "Erich Gubler <erichdongubler@gmail.com>"
3555 criteria = "safe-to-deploy"
3556 delta = "0.16.0@git:25cb9f61e9a6be572ee42536bbe57aa5f759a700 -> 0.16.0@git:f71a1bc736fde37509262ca03e91d8f56a13aeb5"
3558 [[audits.wgpu-types]]
3559 who = "Dzmitry Malyshau <kvark@fastmail.com>"
3560 criteria = "safe-to-deploy"
3561 version = "0.12.0"
3562 notes = """
3563 This crate, up through the indicated version, was written or reviewed
3564 by Dzmitry Malyshau while he was a Mozilla employee. Dzmitry left
3565 Mozilla at the beginning of February 2022. This audit statement was
3566 collected by Jim Blandy, a Mozilla employee, over email in July 2022:
3567 Dzmitry was shown, and agreed to, the 'safe-to-deploy' text.
3570 [[audits.wgpu-types]]
3571 who = "Jim Blandy <jimb@mozilla.com>"
3572 criteria = "safe-to-deploy"
3573 delta = "0.12.0 -> 0.13.0"
3575 [[audits.wgpu-types]]
3576 who = "Jim Blandy <jimb@red-bean.com>"
3577 criteria = "safe-to-deploy"
3578 delta = "0.13.0 -> 0.14.0"
3579 notes = "Audit by Erich Gubler, Jim Blandy, Nicolas Silva, and Teodor Tanasoaia."
3581 [[audits.wgpu-types]]
3582 who = "Nicolas Silva <nical@fastmail.com>"
3583 criteria = "safe-to-deploy"
3584 delta = "0.14.0 -> 0.14.0@git:fac4731288117d951d0944d96cf0b00fa006dd6c"
3586 [[audits.wgpu-types]]
3587 who = "Nicolas Silva <nical@fastmail.com>"
3588 criteria = "safe-to-deploy"
3589 delta = "0.14.0@git:24a904256e225b20b11fb30f914ef53212a2909e -> 0.15.0@git:48d8666de002c7bfddbe85a2596f7748b4cc18b4"
3591 [[audits.wgpu-types]]
3592 who = "Nicolas Silva <nical@fastmail.com>"
3593 criteria = "safe-to-deploy"
3594 delta = "0.14.0@git:fac4731288117d951d0944d96cf0b00fa006dd6c -> 0.14.0@git:24a904256e225b20b11fb30f914ef53212a2909e"
3596 [[audits.wgpu-types]]
3597 who = "Nicolas Silva <nical@fastmail.com>"
3598 criteria = "safe-to-deploy"
3599 delta = "0.15.0@git:41de797c745d317e93b9cf50e7446faff7f65954 -> 0.15.0@git:581b22e6a026ac92589be2f36a30357600f9d02c"
3601 [[audits.wgpu-types]]
3602 who = "Nicolas Silva <nical@fastmail.com>"
3603 criteria = "safe-to-deploy"
3604 delta = "0.15.0@git:48d8666de002c7bfddbe85a2596f7748b4cc18b4 -> 0.15.0@git:41de797c745d317e93b9cf50e7446faff7f65954"
3606 [[audits.wgpu-types]]
3607 who = "Nicolas Silva <nical@fastmail.com>"
3608 criteria = "safe-to-deploy"
3609 delta = "0.15.0@git:581b22e6a026ac92589be2f36a30357600f9d02c -> 0.15.0@git:b33731c44c9dd3bfb79d889e7a699c26c3929cd3"
3611 [[audits.wgpu-types]]
3612 who = "Nicolas Silva <nical@fastmail.com>"
3613 criteria = "safe-to-deploy"
3614 delta = "0.15.0@git:73b4257b17cc62ecc8df6d6aa3730bd9c6cba4b9 -> 0.15.0@git:f3bf0f782e4dfc561d48e758e1f1e04f77860925"
3616 [[audits.wgpu-types]]
3617 who = "Teodor Tanasoaia <ttanasoaia@mozilla.com>"
3618 criteria = "safe-to-deploy"
3619 delta = "0.15.0@git:74303308cd6030071889e865c40aa638214ed938 -> 0.15.0@git:73b4257b17cc62ecc8df6d6aa3730bd9c6cba4b9"
3621 [[audits.wgpu-types]]
3622 who = "Nicolas Silva <nical@fastmail.com>"
3623 criteria = "safe-to-deploy"
3624 delta = "0.15.0@git:b33731c44c9dd3bfb79d889e7a699c26c3929cd3 -> 0.15.0@git:74303308cd6030071889e865c40aa638214ed938"
3626 [[audits.wgpu-types]]
3627 who = "Nicolas Silva <nical@fastmail.com>"
3628 criteria = "safe-to-deploy"
3629 delta = "0.15.0@git:f3bf0f782e4dfc561d48e758e1f1e04f77860925 -> 0.16.0@git:25cb9f61e9a6be572ee42536bbe57aa5f759a700"
3631 [[audits.wgpu-types]]
3632 who = "Erich Gubler <erichdongubler@gmail.com>"
3633 criteria = "safe-to-deploy"
3634 delta = "0.16.0@git:25cb9f61e9a6be572ee42536bbe57aa5f759a700 -> 0.16.0@git:f71a1bc736fde37509262ca03e91d8f56a13aeb5"
3636 [[audits.whatsys]]
3637 who = "Bobby Holley <bobbyholley@gmail.com>"
3638 criteria = "safe-to-deploy"
3639 version = "0.1.2"
3640 notes = """
3641 Contains platform-specific FFI code for apple, mac, and windows. The windows code
3642 also contains a small C file compiled at build-time. I audited all of it and it
3643 looks correct.
3646 [[audits.whatsys]]
3647 who = "Jan-Erik Rediger <jrediger@mozilla.com>"
3648 criteria = "safe-to-deploy"
3649 delta = "0.1.2 -> 0.3.1"
3650 notes = "Maintained by me. I have written or reviewed all of the code."
3652 [[audits.winreg]]
3653 who = "Ray Kraesig <rkraesig@mozilla.com>"
3654 criteria = "safe-to-run"
3655 version = "0.10.1"
3656 notes = """
3657 This crate uses a lot of `unsafe`; not all of it is necessary, and not all of it
3658 is correct. (In particular, the alignment of data buffers does not seem to be
3659 correctly ensured at type-conversion time.) However, the code is not deceptive,
3660 and any more subtle issues do not appear to be exploitable -- certainly not from
3661 a test environment.
3664 [[audits.wpf-gpu-raster]]
3665 who = "Lee Salzman <lsalzman@mozilla.com>"
3666 criteria = "safe-to-deploy"
3667 version = "0.1.0"
3668 notes = "Written and maintained by Gfx team at Mozilla."
3670 [[audits.xmldecl]]
3671 who = "Henri Sivonen <hsivonen@hsivonen.fi>"
3672 criteria = "safe-to-deploy"
3673 version = "0.2.0"
3674 notes = "I, Henri Sivonen, wrote this crate myself for Gecko even though it's published on crates.io."
3676 [[audits.zip]]
3677 who = "Mike Hommey <mh+mozilla@glandium.org>"
3678 criteria = "safe-to-run"
3679 delta = "0.6.2 -> 0.6.3"
3681 [[audits.zip]]
3682 who = "Mike Hommey <mh+mozilla@glandium.org>"
3683 criteria = "safe-to-run"
3684 delta = "0.6.3 -> 0.6.4"
3686 [[trusted.aho-corasick]]
3687 criteria = "safe-to-deploy"
3688 user-id = 189 # Andrew Gallant (BurntSushi)
3689 start = "2019-03-28"
3690 end = "2024-05-03"
3692 [[trusted.async-trait]]
3693 criteria = "safe-to-deploy"
3694 user-id = 3618 # David Tolnay (dtolnay)
3695 start = "2019-07-23"
3696 end = "2024-04-25"
3698 [[trusted.atomic]]
3699 criteria = "safe-to-deploy"
3700 user-id = 2915 # Amanieu d'Antras (Amanieu)
3701 start = "2019-02-22"
3702 end = "2024-05-05"
3704 [[trusted.byteorder]]
3705 criteria = "safe-to-deploy"
3706 user-id = 189 # Andrew Gallant (BurntSushi)
3707 start = "2019-06-09"
3708 end = "2024-05-03"
3710 [[trusted.bytes]]
3711 criteria = "safe-to-deploy"
3712 user-id = 6741 # Alice Ryhl (Darksonn)
3713 start = "2021-01-11"
3714 end = "2024-05-05"
3716 [[trusted.clap]]
3717 criteria = "safe-to-deploy"
3718 user-id = 6743 # Ed Page (epage)
3719 start = "2021-12-08"
3720 end = "2024-06-02"
3722 [[trusted.clap_builder]]
3723 criteria = "safe-to-deploy"
3724 user-id = 6743 # Ed Page (epage)
3725 start = "2023-03-28"
3726 end = "2024-06-02"
3728 [[trusted.clap_derive]]
3729 criteria = "safe-to-deploy"
3730 user-id = 6743 # Ed Page (epage)
3731 start = "2021-12-08"
3732 end = "2024-06-02"
3734 [[trusted.clap_lex]]
3735 criteria = "safe-to-deploy"
3736 user-id = 6743 # Ed Page (epage)
3737 start = "2022-04-15"
3738 end = "2024-06-02"
3740 [[trusted.dtoa]]
3741 criteria = "safe-to-deploy"
3742 user-id = 3618 # David Tolnay (dtolnay)
3743 start = "2019-05-02"
3744 end = "2024-04-25"
3746 [[trusted.flate2]]
3747 criteria = "safe-to-deploy"
3748 user-id = 4333 # Josh Triplett (joshtriplett)
3749 start = "2020-09-30"
3750 end = "2024-05-05"
3752 [[trusted.headers]]
3753 criteria = "safe-to-deploy"
3754 user-id = 359 # Sean McArthur (seanmonstar)
3755 start = "2019-09-09"
3756 end = "2024-04-25"
3758 [[trusted.httparse]]
3759 criteria = "safe-to-deploy"
3760 user-id = 359 # Sean McArthur (seanmonstar)
3761 start = "2019-07-03"
3762 end = "2024-04-25"
3764 [[trusted.indexmap]]
3765 criteria = "safe-to-deploy"
3766 user-id = 539 # Josh Stone (cuviper)
3767 start = "2020-01-15"
3768 end = "2024-05-05"
3770 [[trusted.inherent]]
3771 criteria = "safe-to-deploy"
3772 user-id = 3618 # David Tolnay (dtolnay)
3773 start = "2019-07-14"
3774 end = "2024-04-25"
3776 [[trusted.iovec]]
3777 criteria = "safe-to-deploy"
3778 user-id = 10 # Carl Lerche (carllerche)
3779 start = "2019-10-09"
3780 end = "2024-05-05"
3782 [[trusted.itoa]]
3783 criteria = "safe-to-deploy"
3784 user-id = 3618 # David Tolnay (dtolnay)
3785 start = "2019-05-02"
3786 end = "2024-04-25"
3788 [[trusted.jobserver]]
3789 criteria = "safe-to-deploy"
3790 user-id = 1 # Alex Crichton (alexcrichton)
3791 start = "2019-03-15"
3792 end = "2024-05-05"
3794 [[trusted.libc]]
3795 criteria = "safe-to-deploy"
3796 user-id = 2915 # Amanieu d'Antras (Amanieu)
3797 start = "2021-01-27"
3798 end = "2024-05-05"
3800 [[trusted.lock_api]]
3801 criteria = "safe-to-deploy"
3802 user-id = 2915 # Amanieu d'Antras (Amanieu)
3803 start = "2019-05-04"
3804 end = "2024-05-05"
3806 [[trusted.memchr]]
3807 criteria = "safe-to-deploy"
3808 user-id = 189 # Andrew Gallant (BurntSushi)
3809 start = "2019-07-07"
3810 end = "2024-05-03"
3812 [[trusted.mime]]
3813 criteria = "safe-to-deploy"
3814 user-id = 359 # Sean McArthur (seanmonstar)
3815 start = "2019-09-09"
3816 end = "2024-04-25"
3818 [[trusted.mio]]
3819 criteria = "safe-to-deploy"
3820 user-id = 10 # Carl Lerche (carllerche)
3821 start = "2019-05-15"
3822 end = "2024-05-06"
3824 [[trusted.num_cpus]]
3825 criteria = "safe-to-deploy"
3826 user-id = 359 # Sean McArthur (seanmonstar)
3827 start = "2019-06-10"
3828 end = "2024-04-25"
3830 [[trusted.ordered-float]]
3831 criteria = "safe-to-deploy"
3832 user-id = 2017 # Matt Brubeck (mbrubeck)
3833 start = "2019-03-13"
3834 end = "2024-05-06"
3836 [[trusted.parking_lot]]
3837 criteria = "safe-to-deploy"
3838 user-id = 2915 # Amanieu d'Antras (Amanieu)
3839 start = "2019-05-04"
3840 end = "2024-05-05"
3842 [[trusted.parking_lot_core]]
3843 criteria = "safe-to-deploy"
3844 user-id = 2915 # Amanieu d'Antras (Amanieu)
3845 start = "2019-05-04"
3846 end = "2024-05-05"
3848 [[trusted.paste]]
3849 criteria = "safe-to-deploy"
3850 user-id = 3618 # David Tolnay (dtolnay)
3851 start = "2019-03-19"
3852 end = "2024-04-25"
3854 [[trusted.proc-macro-hack]]
3855 criteria = "safe-to-deploy"
3856 user-id = 3618 # David Tolnay (dtolnay)
3857 start = "2019-04-16"
3858 end = "2024-04-25"
3860 [[trusted.proc-macro2]]
3861 criteria = "safe-to-deploy"
3862 user-id = 3618 # David Tolnay (dtolnay)
3863 start = "2019-04-23"
3864 end = "2024-05-30"
3866 [[trusted.quote]]
3867 criteria = "safe-to-deploy"
3868 user-id = 3618 # David Tolnay (dtolnay)
3869 start = "2019-04-09"
3870 end = "2024-05-30"
3872 [[trusted.regex]]
3873 criteria = "safe-to-deploy"
3874 user-id = 189 # Andrew Gallant (BurntSushi)
3875 start = "2019-02-27"
3876 end = "2024-05-03"
3878 [[trusted.regex-syntax]]
3879 criteria = "safe-to-deploy"
3880 user-id = 189 # Andrew Gallant (BurntSushi)
3881 start = "2019-03-30"
3882 end = "2024-05-03"
3884 [[trusted.ryu]]
3885 criteria = "safe-to-deploy"
3886 user-id = 3618 # David Tolnay (dtolnay)
3887 start = "2019-05-02"
3888 end = "2024-04-25"
3890 [[trusted.same-file]]
3891 criteria = "safe-to-deploy"
3892 user-id = 189 # Andrew Gallant (BurntSushi)
3893 start = "2019-07-16"
3894 end = "2024-05-03"
3896 [[trusted.scopeguard]]
3897 criteria = "safe-to-deploy"
3898 user-id = 2915 # Amanieu d'Antras (Amanieu)
3899 start = "2020-02-16"
3900 end = "2024-05-05"
3902 [[trusted.serde]]
3903 criteria = "safe-to-deploy"
3904 user-id = 3618 # David Tolnay (dtolnay)
3905 start = "2019-03-01"
3906 end = "2024-04-25"
3908 [[trusted.serde_bytes]]
3909 criteria = "safe-to-deploy"
3910 user-id = 3618 # David Tolnay (dtolnay)
3911 start = "2019-02-25"
3912 end = "2024-04-25"
3914 [[trusted.serde_derive]]
3915 criteria = "safe-to-deploy"
3916 user-id = 3618 # David Tolnay (dtolnay)
3917 start = "2019-03-01"
3918 end = "2024-04-25"
3920 [[trusted.serde_json]]
3921 criteria = "safe-to-deploy"
3922 user-id = 3618 # David Tolnay (dtolnay)
3923 start = "2019-02-28"
3924 end = "2024-04-25"
3926 [[trusted.serde_repr]]
3927 criteria = "safe-to-deploy"
3928 user-id = 3618 # David Tolnay (dtolnay)
3929 start = "2019-04-26"
3930 end = "2024-04-25"
3932 [[trusted.serde_yaml]]
3933 criteria = "safe-to-deploy"
3934 user-id = 3618 # David Tolnay (dtolnay)
3935 start = "2019-05-02"
3936 end = "2024-04-25"
3938 [[trusted.smallvec]]
3939 criteria = "safe-to-deploy"
3940 user-id = 2017 # Matt Brubeck (mbrubeck)
3941 start = "2019-10-28"
3942 end = "2024-05-06"
3944 [[trusted.syn]]
3945 criteria = "safe-to-deploy"
3946 user-id = 3618 # David Tolnay (dtolnay)
3947 start = "2019-03-01"
3948 end = "2024-04-25"
3950 [[trusted.termcolor]]
3951 criteria = "safe-to-deploy"
3952 user-id = 189 # Andrew Gallant (BurntSushi)
3953 start = "2019-06-04"
3954 end = "2024-05-03"
3956 [[trusted.thiserror]]
3957 criteria = "safe-to-deploy"
3958 user-id = 3618 # David Tolnay (dtolnay)
3959 start = "2019-10-09"
3960 end = "2024-04-25"
3962 [[trusted.thiserror-impl]]
3963 criteria = "safe-to-deploy"
3964 user-id = 3618 # David Tolnay (dtolnay)
3965 start = "2019-10-09"
3966 end = "2024-04-25"
3968 [[trusted.threadbound]]
3969 criteria = "safe-to-deploy"
3970 user-id = 3618 # David Tolnay (dtolnay)
3971 start = "2020-06-16"
3972 end = "2024-04-25"
3974 [[trusted.tokio-macros]]
3975 criteria = "safe-to-deploy"
3976 user-id = 6741 # Alice Ryhl (Darksonn)
3977 start = "2020-10-26"
3978 end = "2024-05-05"
3980 [[trusted.tokio-util]]
3981 criteria = "safe-to-deploy"
3982 user-id = 6741 # Alice Ryhl (Darksonn)
3983 start = "2021-01-12"
3984 end = "2024-05-05"
3986 [[trusted.toml]]
3987 criteria = "safe-to-deploy"
3988 user-id = 1 # Alex Crichton (alexcrichton)
3989 start = "2019-05-16"
3990 end = "2024-05-06"
3992 [[trusted.unicode-ident]]
3993 criteria = "safe-to-deploy"
3994 user-id = 3618 # David Tolnay (dtolnay)
3995 start = "2021-10-02"
3996 end = "2024-04-25"
3998 [[trusted.walkdir]]
3999 criteria = "safe-to-deploy"
4000 user-id = 189 # Andrew Gallant (BurntSushi)
4001 start = "2019-06-09"
4002 end = "2024-05-03"
4004 [[trusted.warp]]
4005 criteria = "safe-to-deploy"
4006 user-id = 359 # Sean McArthur (seanmonstar)
4007 start = "2019-03-20"
4008 end = "2024-05-08"
4010 [[trusted.wasi]]
4011 criteria = "safe-to-deploy"
4012 user-id = 1 # Alex Crichton (alexcrichton)
4013 start = "2020-06-03"
4014 end = "2024-05-05"
4016 [[trusted.winapi-util]]
4017 criteria = "safe-to-deploy"
4018 user-id = 189 # Andrew Gallant (BurntSushi)
4019 start = "2020-01-11"
4020 end = "2024-05-03"