about summary refs log tree commit diff stats
path: root/deny.toml
blob: 3897c9c2ee2363664d93237d9bf2421fa5825d13 (plain) (blame)
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
[licenses]
allow = ["AGPL-3.0", "MIT", "Apache-2.0"]

[bans]
multiple-versions = "deny"
wildcards = "deny"
allow = []

[bans.workspace-dependencies]
duplicates = "deny"
include-path-dependencies = true
unused = "deny"

[bans.build]
# libc is maintained by the Rust project.
allow-build-scripts = ["libc"]
executables = "deny"
interpreted = "deny"
enable-builtin-globs = true
include-dependencies = true
include-archives = true

# Vetted on 2025-09-08.
[[bans.build.bypass]]
crate = "[email protected]"
allow = [
  { path = "tests/wrap_ignored", checksum = "a9e241edf584a0702066b25bc15c5bbfd8a1019e14fb655fc4f47a67360065ca" }
]

# Vetted on 2025-09-08.
[[bans.build.bypass]]
crate = "[email protected]"
build-script = "9280e324b69c0c80c65de8074046104ac561cbfe0b7856e02a939e491936aaac"

# Vetted on 2025-09-08.
[[bans.build.bypass]]
crate = "[email protected]"
build-script = "d3969209fc1c9d201c66ed11820d0b328600d75b3971f8ceebeab04900bc0587"

# Vetted on 2025-09-08.
[[bans.build.bypass]]
crate = "[email protected]"
build-script = "e0d1ab65cb040885a63543a67bc507abfccac525ad1149ea62a16a3d42482c9c"

# Vetted on 2025-09-08.
[[bans.build.bypass]]
crate = "[email protected]+wasi-0.2.4"
allow = [
  { path = "ci/regenerate.sh", checksum = "430dcf025bfa4ab3b12acda071a75943382ccc69efb91fb32c3512b06a666503" },
  { path = "ci/vendor-wit.sh", checksum = "6ea63164316554fa60fc32243595dc79629953cfb63d973678dc715b3b3cd61e" },
]

# Vetted on 2025-09-08.
[[bans.build.bypass]]
crate = "[email protected]"
build-script = "7314278de5615bc432c65a123958136c98e996ce7c8cbf5f9d69a90f694d694b"

# Vetted on 2025-09-08.
[[bans.build.bypass]]
crate = "[email protected]"
build-script = "99b4276049457d3ea1d304277d66b0ff1abba0b9b1f5d60a5e25bdd3fd897a91"

# Vetted on 2025-09-08.
[[bans.build.bypass]]
crate = "[email protected]"
build-script = "6d40bd2c0ed4cbea5126dfcd89d72f229c7d986540cbf0dc34acc1017f1de20f"

# Vetted on 2025-09-08.
[[bans.build.bypass]]
crate = "[email protected]"
build-script = "6d40bd2c0ed4cbea5126dfcd89d72f229c7d986540cbf0dc34acc1017f1de20f"

# Vetted on 2025-09-08.
[[bans.build.bypass]]
crate = "[email protected]"
build-script = "6d40bd2c0ed4cbea5126dfcd89d72f229c7d986540cbf0dc34acc1017f1de20f"

# Vetted on 2025-09-08.
[[bans.build.bypass]]
crate = "[email protected]"
build-script = "6d40bd2c0ed4cbea5126dfcd89d72f229c7d986540cbf0dc34acc1017f1de20f"

# Vetted on 2025-09-08.
[[bans.build.bypass]]
crate = "[email protected]"
build-script = "6d40bd2c0ed4cbea5126dfcd89d72f229c7d986540cbf0dc34acc1017f1de20f"

# Vetted on 2025-09-08.
[[bans.build.bypass]]
crate = "[email protected]"
build-script = "6d40bd2c0ed4cbea5126dfcd89d72f229c7d986540cbf0dc34acc1017f1de20f"

# Vetted on 2025-09-08.
[[bans.build.bypass]]
crate = "[email protected]"
build-script = "6d40bd2c0ed4cbea5126dfcd89d72f229c7d986540cbf0dc34acc1017f1de20f"

# Vetted on 2025-09-08.
[[bans.build.bypass]]
crate = "[email protected]"
build-script = "6d40bd2c0ed4cbea5126dfcd89d72f229c7d986540cbf0dc34acc1017f1de20f"

[sources]
unknown-registry = "deny"
unknown-git = "deny"
allow-registry = ["https://github.com/rust-lang/crates.io-index"]
allow-git = []

[sources.allow-org]
github = []
gitlab = []
bitbucket = []