summaryrefslogtreecommitdiffstats
path: root/supply-chain/config.toml
blob: 2692f61bc2d01755abc92584df7e9315479ccb23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
# cargo-vet config file

[cargo-vet]
version = "0.9"

[imports.bytecode-alliance]
url = "https://raw.githubusercontent.com/bytecodealliance/wasmtime/main/supply-chain/audits.toml"

[imports.embark-studios]
url = "https://raw.githubusercontent.com/EmbarkStudios/rust-ecosystem/main/audits.toml"

[imports.google]
url = "https://raw.githubusercontent.com/google/supply-chain/main/audits.toml"

[imports.isrg]
url = "https://raw.githubusercontent.com/divviup/libprio-rs/main/supply-chain/audits.toml"

[imports.mozilla]
url = "https://raw.githubusercontent.com/mozilla/supply-chain/main/audits.toml"

[policy.autocfg]
audit-as-crates-io = true
notes = "This is the upstream code plus a few local fixes, see bug 1685697."

[policy.chardetng]
audit-as-crates-io = true
notes = "This is a crate Henri wrote which is also published. We should probably update Firefox to tip and certify that."

[policy.chardetng_c]
audit-as-crates-io = true
notes = "This is a crate Henri wrote which is also published. We should probably update Firefox to tip and certify that."

[policy.coremidi]
audit-as-crates-io = true
notes = "This is a pinned version of the upstream code, presumably to get a fix that hadn't been released yet. We should consider switching to the latest official release."

[policy.cose]
audit-as-crates-io = true
notes = "This is upstream plus a warning fix from bug 1823866."

[policy.cssparser]
audit-as-crates-io = true
notes = "Upstream release plus a couple unpublished changes"

[policy.cssparser-macros]
audit-as-crates-io = true
notes = "Upstream release plus a couple unpublished changes"

[policy.d3d12]
audit-as-crates-io = true
notes = "Part of the wgpu repository, pinned as the rest of wgpu crates."

[policy.firefox-on-glean]
audit-as-crates-io = false
notes = "The crates.io version of this is just a placeholder to allow public crates to depend on firefox-on-glean."

[policy.geckodriver]
audit-as-crates-io = false
criteria = "safe-to-run"
notes = "This is a first-party crate which is also published to crates.io. We certify audits for this crate as part of the documented release process, but that step happens after the version bump lands on central so we don't enforce it here. It's also used only for automation, so its subtree can be safe-to-run."

[policy.gkrust-gtest]
criteria = "safe-to-run"
notes = "Used for testing."

[policy.gkrust-shared]
dependency-criteria = { tokio-reactor = [], tokio-threadpool = [] }
notes = "The dependencies on tokio-reactor and tokio-threadpools are just a hack to pin the version used by audioipc-{client,server}. Suppress vetting on those for the same reasons behind the policy entries."

[policy.gluesmith]
criteria = "safe-to-run"
notes = "Used for fuzzing."

[policy.http3server]
criteria = "safe-to-run"
notes = "Used for testing."

[policy.icu_capi]
audit-as-crates-io = true
notes = "Patched version of upstream"

[policy.icu_segmenter_data]
audit-as-crates-io = true
notes = "Patched version of upstream"

[policy.l10nregistry]
dependency-criteria = { fluent-testing = "safe-to-run", tokio = "safe-to-run" }
notes = "This crate has two testing-only dependencies which are specified as regular-but-optional rather than a dev-dependencies, because they need to be available to both benchmarks and integration tests."

[policy.libudev-sys]
audit-as-crates-io = false
notes = "This override is an api-compatible fork with an orthogonal implementation."

[policy.malloc_size_of_derive]
audit-as-crates-io = false
notes = "This was originally servo code which Bobby Holley put on crates.io some years ago and that was moved in-tree as first-party code later on."

[policy.marionette]
audit-as-crates-io = false
notes = "This is a first-party crate which is also published to crates.io. We certify audits for this crate as part of the documented release process, but that step happens after the version bump lands on central so we don't enforce it here."

[policy.midir]
audit-as-crates-io = true
notes = "This is a pinned version of the upstream code, presumably to get a fix that hadn't been released yet. We should consider switching to the latest official release."

[policy."mio:0.6.23"]
audit-as-crates-io = true
notes = "Version 0.6.23 is a local fork of upstream which just twiddles some dependencies."

[policy."mio:0.8.8@git:9a2ef335c366044ffe73b1c4acabe50a1daefe05"]
audit-as-crates-io = true
notes = "This is 0.8.8 + https://github.com/tokio-rs/mio/commit/eea9e3e0c469480e5c59c01e6c3c7e5fd88f0848."

[policy.mozbuild]
audit-as-crates-io = false
notes = "The crates.io version of this is just a placeholder to allow public crates to depend on mozbuild."

[policy.mozdevice]
audit-as-crates-io = false
notes = "This is a first-party crate which is also published to crates.io. We certify audits for this crate as part of the documented release process, but that step happens after the version bump lands on central so we don't enforce it here."

[policy.mozglue-static]
dependency-criteria = { rustc_version = "safe-to-run" }
notes = "The rustc_version dependency is only used in the build script, and does not generate any runtime code"

[policy.mozilla-central-workspace-hack]
audit-as-crates-io = false
criteria = "safe-to-run"
notes = "This is a first-party crate which is also published to crates.io as a convenience for other in-tree crates that depend on it and are published as well. The dependencies from this crate are dependencies of other crates that will get the right criteria through them, but using safe-to-deploy for this one would be too broad."

[policy.mozprofile]
audit-as-crates-io = false
notes = "This is a first-party crate which is also published to crates.io. We certify audits for this crate as part of the documented release process, but that step happens after the version bump lands on central so we don't enforce it here."

[policy.mozrunner]
audit-as-crates-io = false
notes = "This is a first-party crate which is also published to crates.io. We certify audits for this crate as part of the documented release process, but that step happens after the version bump lands on central so we don't enforce it here."

[policy.mozversion]
audit-as-crates-io = false
notes = "This is a first-party crate which is also published to crates.io. We certify audits for this crate as part of the documented release process, but that step happens after the version bump lands on central so we don't enforce it here."

[policy.mp4parse]
audit-as-crates-io = false

[policy.mp4parse_capi]
audit-as-crates-io = false

[policy.naga]
audit-as-crates-io = true
notes = "Part of the wgpu repository, pinned as the rest of wgpu crates."

[policy.peek-poke]
audit-as-crates-io = false

[policy.peek-poke-derive]
audit-as-crates-io = false

[policy.pulse]
audit-as-crates-io = false
notes = "This is a first-party crate which is entirely unrelated to the crates.io package of the same name."

[policy.qcms]
audit-as-crates-io = true
notes = "This is a first-party crate which is also published to crates.io, but we should publish audits for it for the benefit of the ecosystem."

[policy.rure]
audit-as-crates-io = true
notes = "Identical to upstream, but with cdylib and staticlib targets disabled to avoid unnecessary build artifacts and linker errors."

[policy.selectors]
audit-as-crates-io = true
notes = "This is a first-party crate which is also published to crates.io, but we should publish audits for it for the benefit of the ecosystem."

[policy.servo_arc]
audit-as-crates-io = true
notes = "This is a first-party crate which is also published to crates.io, but we should publish audits for it for the benefit of the ecosystem."

[policy.smoosh]
criteria = "safe-to-run"
notes = "We're not shipping this and have no plans to ship it."

[policy.storage]
audit-as-crates-io = false
notes = "This is a first-party crate which is entirely unrelated to the crates.io package of the same name."

[policy.tabs]
audit-as-crates-io = false
notes = "This is a first-party crate, maintained by the appservices team, which is entirely unrelated to the crates.io package of the same name."

[policy.unicode-bidi]
audit-as-crates-io = true

[policy.viaduct]
audit-as-crates-io = false
notes = "This is a first-party crate, maintained by the appservices team, which is entirely unrelated to the crates.io package of the same name."

[policy.warp]
audit-as-crates-io = true
notes = "This is a third-party crate, with an extra patch."

[policy.webdriver]
audit-as-crates-io = false
criteria = "safe-to-run"
notes = "This is a first-party crate which is also published to crates.io. We certify audits for this crate as part of the documented release process, but that step happens after the version bump lands on central so we don't enforce it here. It's also used only for automation, so its subtree can be safe-to-run."

[policy.webrender]
audit-as-crates-io = false

[policy.webrender_api]
audit-as-crates-io = false

[policy.webrender_build]
audit-as-crates-io = false

[policy.wgpu-core]
audit-as-crates-io = true
notes = "Upstream project which we pin."

[policy.wgpu-hal]
audit-as-crates-io = true
notes = "Upstream project which we pin."

[policy.wgpu-types]
audit-as-crates-io = true
notes = "Upstream project which we pin."

[policy.windows]
audit-as-crates-io = true
notes = "Local override of the crates.io crate that uses a non-vendored local copy of the downloaded crate"

[policy.wr_malloc_size_of]
audit-as-crates-io = false

[[exemptions.ahash]]
version = "0.7.6"
criteria = "safe-to-deploy"

[[exemptions.alsa]]
version = "0.4.3"
criteria = "safe-to-deploy"

[[exemptions.alsa-sys]]
version = "0.3.1"
criteria = "safe-to-deploy"

[[exemptions.android_log-sys]]
version = "0.2.0"
criteria = "safe-to-deploy"

[[exemptions.askama_derive]]
version = "0.11.2"
criteria = "safe-to-deploy"

[[exemptions.askama_escape]]
version = "0.10.3"
criteria = "safe-to-deploy"

[[exemptions.async-task]]
version = "4.0.3"
criteria = "safe-to-deploy"

[[exemptions.bincode]]
version = "1.3.3"
criteria = "safe-to-deploy"

[[exemptions.bitflags]]
version = "1.3.2"
criteria = "safe-to-deploy"

[[exemptions.bitreader]]
version = "0.3.6"
criteria = "safe-to-deploy"

[[exemptions.block]]
version = "0.1.6"
criteria = "safe-to-deploy"

[[exemptions.cache-padded]]
version = "1.2.0"
criteria = "safe-to-deploy"

[[exemptions.camino]]
version = "1.0.9"
criteria = "safe-to-deploy"

[[exemptions.chrono]]
version = "0.4.19"
criteria = "safe-to-deploy"

[[exemptions.chunky-vec]]
version = "0.1.0"
criteria = "safe-to-deploy"

[[exemptions.clang-sys]]
version = "1.3.3"
criteria = "safe-to-deploy"

[[exemptions.cookie]]
version = "0.16.0"
criteria = "safe-to-run"

[[exemptions.coreaudio-sys]]
version = "0.2.10"
criteria = "safe-to-deploy"

[[exemptions.coremidi]]
version = "0.6.0@git:fc68464b5445caf111e41f643a2e69ccce0b4f83"
criteria = "safe-to-deploy"

[[exemptions.coremidi-sys]]
version = "3.1.0"
criteria = "safe-to-deploy"

[[exemptions.cose]]
version = "0.1.4"
criteria = "safe-to-deploy"

[[exemptions.cose-c]]
version = "0.1.5"
criteria = "safe-to-deploy"

[[exemptions.cpufeatures]]
version = "0.2.2"
criteria = "safe-to-deploy"

[[exemptions.crc32fast]]
version = "1.3.2"
criteria = "safe-to-deploy"

[[exemptions.crossbeam-channel]]
version = "0.5.4"
criteria = "safe-to-deploy"

[[exemptions.crossbeam-deque]]
version = "0.8.1"
criteria = "safe-to-deploy"

[[exemptions.crossbeam-epoch]]
version = "0.9.8"
criteria = "safe-to-deploy"

[[exemptions.crossbeam-utils]]
version = "0.8.8"
criteria = "safe-to-deploy"

[[exemptions.d3d12]]
version = "0.4.1"
criteria = "safe-to-deploy"

[[exemptions.darling]]
version = "0.13.4"
criteria = "safe-to-deploy"

[[exemptions.darling_core]]
version = "0.13.4"
criteria = "safe-to-deploy"

[[exemptions.darling_macro]]
version = "0.13.4"
criteria = "safe-to-deploy"

[[exemptions.data-encoding]]
version = "2.3.2"
criteria = "safe-to-deploy"

[[exemptions.dbus]]
version = "0.6.5"
criteria = "safe-to-deploy"

[[exemptions.derive_more-impl]]
version = "1.0.0-beta.2"
criteria = "safe-to-deploy"
notes = "The crate is new to version 1.0.x, and derived from older versions of derive_more. The differences against 0.99.17 have been audited, but cargo-vet cannot record this information."

[[exemptions.devd-rs]]
version = "0.3.4"
criteria = "safe-to-deploy"

[[exemptions.digest]]
version = "0.10.3"
criteria = "safe-to-deploy"

[[exemptions.dirs]]
version = "4.0.0"
criteria = "safe-to-deploy"

[[exemptions.dirs-sys]]
version = "0.3.7"
criteria = "safe-to-deploy"

[[exemptions.dns-parser]]
version = "0.8.0"
criteria = "safe-to-deploy"

[[exemptions.enumset]]
version = "1.0.11"
criteria = "safe-to-deploy"

[[exemptions.enumset_derive]]
version = "0.6.0"
criteria = "safe-to-deploy"

[[exemptions.env_logger]]
version = "0.9.0"
criteria = "safe-to-deploy"

[[exemptions.error-chain]]
version = "0.12.4"
criteria = "safe-to-deploy"

[[exemptions.fallible-iterator]]
version = "0.2.0"
criteria = "safe-to-deploy"

[[exemptions.fallible-streaming-iterator]]
version = "0.1.9"
criteria = "safe-to-deploy"

[[exemptions.fallible_collections]]
version = "0.4.4"
criteria = "safe-to-deploy"

[[exemptions.ffi-support]]
version = "0.4.4"
criteria = "safe-to-deploy"

[[exemptions.float-cmp]]
version = "0.6.0"
criteria = "safe-to-deploy"

[[exemptions.fs-err]]
version = "2.7.0"
criteria = "safe-to-deploy"

[[exemptions.fuchsia-zircon]]
version = "0.3.3"
criteria = "safe-to-run"

[[exemptions.fuchsia-zircon-sys]]
version = "0.3.3"
criteria = "safe-to-run"

[[exemptions.futures-macro]]
version = "0.3.21"
criteria = "safe-to-deploy"

[[exemptions.futures-task]]
version = "0.3.21"
criteria = "safe-to-deploy"

[[exemptions.futures-util]]
version = "0.3.21"
criteria = "safe-to-deploy"

[[exemptions.generic-array]]
version = "0.14.5"
criteria = "safe-to-deploy"

[[exemptions.getrandom]]
version = "0.2.6"
criteria = "safe-to-deploy"

[[exemptions.gl_generator]]
version = "0.14.0"
criteria = "safe-to-deploy"

[[exemptions.glsl]]
version = "6.0.1"
criteria = "safe-to-deploy"

[[exemptions.goblin]]
version = "0.1.3"
criteria = "safe-to-deploy"

[[exemptions.gpu-alloc]]
version = "0.5.3"
criteria = "safe-to-deploy"

[[exemptions.gpu-alloc-types]]
version = "0.2.0"
criteria = "safe-to-deploy"

[[exemptions.gpu-descriptor]]
version = "0.2.2"
criteria = "safe-to-deploy"

[[exemptions.gpu-descriptor-types]]
version = "0.1.1"
criteria = "safe-to-deploy"

[[exemptions.hashlink]]
version = "0.7.0"
criteria = "safe-to-deploy"

[[exemptions.hermit-abi]]
version = "0.1.19"
criteria = "safe-to-deploy"

[[exemptions.hexf-parse]]
version = "0.2.1"
criteria = "safe-to-deploy"

[[exemptions.ioctl-sys]]
version = "0.7.1"
criteria = "safe-to-deploy"

[[exemptions.itertools]]
version = "0.10.3"
criteria = "safe-to-deploy"

[[exemptions.khronos-egl]]
version = "4.1.0"
criteria = "safe-to-deploy"

[[exemptions.khronos_api]]
version = "3.1.0"
criteria = "safe-to-deploy"

[[exemptions.lazycell]]
version = "1.3.0"
criteria = "safe-to-deploy"

[[exemptions.libdbus-sys]]
version = "0.2.2"
criteria = "safe-to-deploy"

[[exemptions.libloading]]
version = "0.7.3"
criteria = "safe-to-deploy"

[[exemptions.libsqlite3-sys]]
version = "0.25.2"
criteria = "safe-to-deploy"
suggest = false
notes = "The in-gecko feature that we enable makes only pre-built bindings used, and none of the embedded C code is built. The build script was audited and is not doing anything besides exposing those bindings"

[[exemptions.libudev]]
version = "0.2.0"
criteria = "safe-to-deploy"

[[exemptions.lmdb-rkv-sys]]
version = "0.11.2"
criteria = "safe-to-deploy"
suggest = false
notes = "This crate is forked from another crate and not developed in-house. Given that LMDB-backed RKV is going away, we will probably never bother auditing this"

[[exemptions.mach]]
version = "0.3.2"
criteria = "safe-to-deploy"

[[exemptions.memalloc]]
version = "0.1.0"
criteria = "safe-to-deploy"

[[exemptions.memmap2]]
version = "0.5.4"
criteria = "safe-to-deploy"

[[exemptions.memoffset]]
version = "0.6.5"
criteria = "safe-to-deploy"

[[exemptions.midir]]
version = "0.7.0"
criteria = "safe-to-deploy"

[[exemptions.mime_guess]]
version = "2.0.4"
criteria = "safe-to-deploy"

[[exemptions.minimal-lexical]]
version = "0.2.1"
criteria = "safe-to-deploy"

[[exemptions.mio]]
version = "0.8.0"
criteria = "safe-to-deploy"

[[exemptions.mio-extras]]
version = "2.0.6"
criteria = "safe-to-run"

[[exemptions.miow]]
version = "0.3.7"
criteria = "safe-to-run"

[[exemptions.murmurhash3]]
version = "0.0.5"
criteria = "safe-to-deploy"

[[exemptions.net2]]
version = "0.2.37"
criteria = "safe-to-run"

[[exemptions.nix]]
version = "0.15.0"
criteria = "safe-to-deploy"

[[exemptions.objc]]
version = "0.2.7"
criteria = "safe-to-deploy"

[[exemptions.objc_exception]]
version = "0.1.2"
criteria = "safe-to-deploy"

[[exemptions.object]]
version = "0.28.4"
criteria = "safe-to-deploy"

[[exemptions.once_cell]]
version = "1.12.0"
criteria = "safe-to-deploy"

[[exemptions.owning_ref]]
version = "0.4.1"
criteria = "safe-to-deploy"

[[exemptions.packed_simd]]
version = "0.3.8"
criteria = "safe-to-deploy"

[[exemptions.phf]]
version = "0.10.1"
criteria = "safe-to-deploy"

[[exemptions.phf_codegen]]
version = "0.10.0"
criteria = "safe-to-deploy"

[[exemptions.phf_generator]]
version = "0.10.0"
criteria = "safe-to-deploy"

[[exemptions.phf_macros]]
version = "0.10.0"
criteria = "safe-to-deploy"

[[exemptions.phf_shared]]
version = "0.10.0"
criteria = "safe-to-deploy"

[[exemptions.plain]]
version = "0.2.3"
criteria = "safe-to-deploy"

[[exemptions.plist]]
version = "1.3.1"
criteria = "safe-to-run"

[[exemptions.ppv-lite86]]
version = "0.2.16"
criteria = "safe-to-deploy"

[[exemptions.profiling]]
version = "1.0.6"
criteria = "safe-to-deploy"

[[exemptions.prost]]
version = "0.8.0"
criteria = "safe-to-deploy"

[[exemptions.prost-derive]]
version = "0.8.0"
criteria = "safe-to-deploy"

[[exemptions.quick-error]]
version = "1.2.3"
criteria = "safe-to-deploy"

[[exemptions.rand]]
version = "0.8.5"
criteria = "safe-to-deploy"

[[exemptions.remove_dir_all]]
version = "0.5.3"
criteria = "safe-to-deploy"

[[exemptions.replace_with]]
version = "0.1.7"
criteria = "safe-to-deploy"

[[exemptions.ringbuf]]
version = "0.2.8"
criteria = "safe-to-deploy"

[[exemptions.ron]]
version = "0.7.0"
criteria = "safe-to-deploy"

[[exemptions.runloop]]
version = "0.1.0"
criteria = "safe-to-deploy"

[[exemptions.rusqlite]]
version = "0.27.0"
criteria = "safe-to-deploy"

[[exemptions.rust-ini]]
version = "0.10.3"
criteria = "safe-to-deploy"

[[exemptions.rust_decimal]]
version = "1.24.0"
criteria = "safe-to-deploy"

[[exemptions.scroll]]
version = "0.10.2"
criteria = "safe-to-deploy"

[[exemptions.scroll_derive]]
version = "0.10.5"
criteria = "safe-to-deploy"

[[exemptions.self_cell]]
version = "0.10.2"
criteria = "safe-to-deploy"

[[exemptions.serde_with]]
version = "1.14.0"
criteria = "safe-to-deploy"

[[exemptions.serde_with_macros]]
version = "1.5.2"
criteria = "safe-to-deploy"

[[exemptions.sfv]]
version = "0.9.2"
criteria = "safe-to-deploy"

[[exemptions.shlex]]
version = "1.1.0"
criteria = "safe-to-deploy"

[[exemptions.siphasher]]
version = "0.3.10"
criteria = "safe-to-deploy"

[[exemptions.socket2]]
version = "0.4.4"
criteria = "safe-to-deploy"

[[exemptions.spirv]]
version = "0.2.0+1.5.4"
criteria = "safe-to-deploy"

[[exemptions.stable_deref_trait]]
version = "1.2.0"
criteria = "safe-to-deploy"

[[exemptions.tempfile]]
version = "3.3.0"
criteria = "safe-to-deploy"

[[exemptions.time]]
version = "0.1.44"
criteria = "safe-to-deploy"

[[exemptions.triple_buffer]]
version = "5.0.6"
criteria = "safe-to-deploy"

[[exemptions.type-map]]
version = "0.4.0"
criteria = "safe-to-deploy"

[[exemptions.typenum]]
version = "1.15.0"
criteria = "safe-to-deploy"

[[exemptions.unix_path]]
version = "1.0.1"
criteria = "safe-to-run"

[[exemptions.unix_str]]
version = "1.0.0"
criteria = "safe-to-run"

[[exemptions.uuid]]
version = "0.8.2"
criteria = "safe-to-deploy"

[[exemptions.webrtc-sdp]]
version = "0.3.9"
criteria = "safe-to-deploy"

[[exemptions.winapi]]
version = "0.3.9"
criteria = "safe-to-deploy"

[[exemptions.winapi-i686-pc-windows-gnu]]
version = "0.4.0"
criteria = "safe-to-deploy"

[[exemptions.winapi-x86_64-pc-windows-gnu]]
version = "0.4.0"
criteria = "safe-to-deploy"

[[exemptions.wio]]
version = "0.2.2"
criteria = "safe-to-deploy"

[[exemptions.xml-rs]]
version = "0.8.4"
criteria = "safe-to-deploy"

[[exemptions.zip]]
version = "0.6.2"
criteria = "safe-to-run"