-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaudits.toml
More file actions
248 lines (207 loc) · 9.07 KB
/
audits.toml
File metadata and controls
248 lines (207 loc) · 9.07 KB
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
[[audits.actix-files]]
who = "Jonas Malaco <jonas@protocubo.io>"
criteria = "safe-to-deploy"
delta = "0.6.6 -> 0.6.8"
notes = """
The changes match the changelog.
By default files are still served asynchronously. However, if `read_mode_threshold` is non-zero,
files smaller than the threshold will be served asynchronously by the current task. This probably
can be exploited if the threshold is set too high, but otherwise works as intended.
On a related note, the docs for `Files|NamedFile::read_mode_threshold` incorrectly invert the
default and small-file behaviors.
"""
aggregated-from = "https://raw.githubusercontent.com/protocubo/supply-chain/main/manual-sources/stout.toml"
[[audits.actix-web]]
who = "Jonas Malaco <jonas@protocubo.io>"
criteria = "safe-to-deploy"
delta = "4.11.0 -> 4.12.1"
aggregated-from = "https://raw.githubusercontent.com/protocubo/supply-chain/main/manual-sources/stout.toml"
[[audits.anyhow]]
who = "Jonas Malaco <jonas@protocubo.io>"
criteria = "safe-to-deploy"
delta = "1.0.98 -> 1.0.100"
aggregated-from = "https://raw.githubusercontent.com/protocubo/supply-chain/main/manual-sources/stout.toml"
[[audits.backon]]
who = "Jonas Malaco <jonas@protocubo.io>"
criteria = "safe-to-deploy"
delta = "1.5.1 -> 1.6.0"
aggregated-from = "https://raw.githubusercontent.com/protocubo/supply-chain/main/manual-sources/stout.toml"
[[audits.cookie_store]]
who = "Jonas Malaco <jonas@protocubo.io>"
criteria = "safe-to-deploy"
delta = "0.21.1 -> 0.22.0"
notes = "Changed/new constructor."
aggregated-from = "https://raw.githubusercontent.com/protocubo/supply-chain/main/manual-sources/stout.toml"
[[audits.csv]]
who = "Jonas Malaco <jonas@protocubo.io>"
criteria = "safe-to-deploy"
delta = "1.3.1 -> 1.4.0"
aggregated-from = "https://raw.githubusercontent.com/protocubo/supply-chain/main/manual-sources/stout.toml"
[[audits.forwarded-header-value]]
who = "Jonas Malaco <jonas@protocubo.io>"
criteria = "safe-to-deploy"
version = "0.1.1"
aggregated-from = "https://raw.githubusercontent.com/protocubo/supply-chain/main/manual-sources/stout.toml"
[[audits.governor]]
who = "Jonas Malaco <jonas@protocubo.io>"
criteria = "safe-to-deploy"
delta = "0.10.0 -> 0.10.1"
aggregated-from = "https://raw.githubusercontent.com/protocubo/supply-chain/main/manual-sources/stout.toml"
[[audits.matchit]]
who = "Jonas Malaco <jonas@protocubo.io>"
criteria = "safe-to-deploy"
delta = "0.7.3 -> 0.8.4"
aggregated-from = "https://raw.githubusercontent.com/protocubo/supply-chain/main/manual-sources/stout.toml"
[[audits.nonempty]]
who = "Jonas Malaco <jonas@protocubo.io>"
criteria = "safe-to-deploy"
version = "0.7.0"
aggregated-from = "https://raw.githubusercontent.com/protocubo/supply-chain/main/manual-sources/stout.toml"
[[audits.nu-ansi-term]]
who = "Jonas Malaco <jonas@protocubo.io>"
criteria = "safe-to-deploy"
delta = "0.50.1 -> 0.50.3"
notes = """
Whitespace changes made diff.rs useless, so checked with cargo vet diff --mode=local ...
Adds support for no_std. No other functional changes.
"""
aggregated-from = "https://raw.githubusercontent.com/protocubo/supply-chain/main/manual-sources/stout.toml"
[[audits.reqwest_cookie_store]]
who = "Jonas Malaco <jonas@protocubo.io>"
criteria = "safe-to-deploy"
version = "0.8.0"
notes = "Simple wrappers over cookie_store::CookieStore."
aggregated-from = "https://raw.githubusercontent.com/protocubo/supply-chain/main/manual-sources/stout.toml"
[[audits.reqwest_cookie_store]]
who = "Jonas Malaco <jonas@protocubo.io>"
criteria = "safe-to-deploy"
delta = "0.8.0 -> 0.9.0"
aggregated-from = "https://raw.githubusercontent.com/protocubo/supply-chain/main/manual-sources/stout.toml"
[[audits.rust_decimal]]
who = "Jonas Malaco <jonas@protocubo.io>"
criteria = "safe-to-deploy"
delta = "1.37.2 -> 1.39.0"
notes = """
Changes match the changelog and involve no unsafe or ambient capabilities.
`build.rs` is reasonable and only generates the `README-lib.md` used as crate root documentation.
`.cargo/config.toml` is reasonable and only disables some clippy lints. Though the comment that
these are Embark's standard lints is *not* correct.
"""
aggregated-from = "https://raw.githubusercontent.com/protocubo/supply-chain/main/manual-sources/stout.toml"
[[audits.rust_decimal_macros]]
who = "Jonas Malaco <jonas@protocubo.io>"
criteria = "safe-to-deploy"
version = "1.39.0"
notes = "No use of unsafe or powerful ambient capabilities."
aggregated-from = "https://raw.githubusercontent.com/protocubo/supply-chain/main/manual-sources/stout.toml"
[[audits.slab]]
who = "Jonas Malaco <jonas@protocubo.io>"
criteria = "safe-to-deploy"
delta = "0.4.10 -> 0.4.11"
notes = "Fixes bounds check in get_disjoint_mut."
aggregated-from = "https://raw.githubusercontent.com/protocubo/supply-chain/main/manual-sources/stout.toml"
[[audits.thiserror]]
who = "Jonas Malaco <jonas@protocubo.io>"
criteria = "safe-to-deploy"
delta = "2.0.12 -> 2.0.17"
aggregated-from = "https://raw.githubusercontent.com/protocubo/supply-chain/main/manual-sources/stout.toml"
[[audits.thiserror-impl]]
who = "Jonas Malaco <jonas@protocubo.io>"
criteria = "safe-to-deploy"
delta = "2.0.12 -> 2.0.17"
aggregated-from = "https://raw.githubusercontent.com/protocubo/supply-chain/main/manual-sources/stout.toml"
[[audits.tokio-macros]]
who = "Jonas Malaco <jonas@protocubo.io>"
criteria = "safe-to-deploy"
delta = "2.5.0 -> 2.6.0"
aggregated-from = "https://raw.githubusercontent.com/protocubo/supply-chain/main/manual-sources/stout.toml"
[[audits.tower-cookies]]
who = "Jonas Malaco <jonas@protocubo.io>"
criteria = "safe-to-deploy"
version = "0.11.0"
aggregated-from = "https://raw.githubusercontent.com/protocubo/supply-chain/main/manual-sources/stout.toml"
[[audits.tower-http]]
who = "Jonas Malaco <jonas@protocubo.io>"
criteria = "safe-to-deploy"
delta = "0.6.6 -> 0.6.8"
aggregated-from = "https://raw.githubusercontent.com/protocubo/supply-chain/main/manual-sources/stout.toml"
[[audits.tower-sessions]]
who = "Jonas Malaco <jonas@protocubo.io>"
criteria = "safe-to-deploy"
version = "0.14.0"
aggregated-from = "https://raw.githubusercontent.com/protocubo/supply-chain/main/manual-sources/stout.toml"
[[audits.tower-sessions]]
who = "Jonas Malaco <jonas@protocubo.io>"
criteria = "safe-to-deploy"
delta = "0.14.0 -> 0.15.0"
aggregated-from = "https://raw.githubusercontent.com/protocubo/supply-chain/main/manual-sources/stout.toml"
[[audits.tower-sessions-core]]
who = "Jonas Malaco <jonas@protocubo.io>"
criteria = "safe-to-run"
version = "0.14.0"
aggregated-from = "https://raw.githubusercontent.com/protocubo/supply-chain/main/manual-sources/stout.toml"
[[audits.tower-sessions-core]]
who = "Jonas Malaco <jonas@protocubo.io>"
criteria = "safe-to-deploy"
delta = "0.14.0 -> 0.15.0"
aggregated-from = "https://raw.githubusercontent.com/protocubo/supply-chain/main/manual-sources/stout.toml"
[[audits.tower_governor]]
who = "Jonas Malaco <jonas@protocubo.io>"
criteria = "safe-to-deploy"
version = "0.8.0"
aggregated-from = "https://raw.githubusercontent.com/protocubo/supply-chain/main/manual-sources/stout.toml"
[[audits.tracing-subscriber]]
who = "Jonas Malaco <jonas@protocubo.io>"
criteria = "safe-to-deploy"
delta = "0.3.19 -> 0.3.20"
aggregated-from = "https://raw.githubusercontent.com/protocubo/supply-chain/main/manual-sources/stout.toml"
[[audits.unicase]]
who = "Jonas Malaco <jonas@protocubo.io>"
criteria = "safe-to-deploy"
delta = "2.8.1 -> 2.9.0"
aggregated-from = "https://raw.githubusercontent.com/protocubo/supply-chain/main/manual-sources/stout.toml"
[[audits.uuid]]
who = "Jonas Malaco <jonas@protocubo.io>"
criteria = "safe-to-deploy"
delta = "1.17.0 -> 1.18.1"
notes = """
Changes match the changelog, and don't touch dangerous ambient capabilities.
Changes to `unsafe` code are sound. Though some safety comments were removed, and `unsafe_*` macro
invocations don't pop out as much as `unsafe { ... }`.
"""
aggregated-from = "https://raw.githubusercontent.com/protocubo/supply-chain/main/manual-sources/stout.toml"
[[audits.windows-link]]
who = "Jonas Malaco <jonas@protocubo.io>"
criteria = "safe-to-deploy"
delta = "0.2.0 -> 0.2.1"
aggregated-from = "https://raw.githubusercontent.com/protocubo/supply-chain/main/manual-sources/stout.toml"
[[trusted.backtrace]]
criteria = "safe-to-deploy"
user-id = 55123
start = "2025-05-06"
end = "2026-10-27"
aggregated-from = "https://raw.githubusercontent.com/protocubo/supply-chain/main/manual-sources/stout.toml"
[[trusted.hashbrown]]
criteria = "safe-to-deploy"
user-id = 55123
start = "2025-04-30"
end = "2026-12-04"
aggregated-from = "https://raw.githubusercontent.com/protocubo/supply-chain/main/manual-sources/stout.toml"
[[trusted.jiff]]
criteria = "safe-to-deploy"
user-id = 189
start = "2024-02-17"
end = "2026-12-08"
aggregated-from = "https://raw.githubusercontent.com/protocubo/supply-chain/main/manual-sources/stout.toml"
[[trusted.jiff-static]]
criteria = "safe-to-deploy"
user-id = 189
start = "2025-03-06"
end = "2026-12-08"
aggregated-from = "https://raw.githubusercontent.com/protocubo/supply-chain/main/manual-sources/stout.toml"
[[trusted.rustc-demangle]]
criteria = "safe-to-deploy"
user-id = 55123
start = "2023-03-23"
end = "2026-10-27"
aggregated-from = "https://raw.githubusercontent.com/protocubo/supply-chain/main/manual-sources/stout.toml"